2004-05-01 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
c8864fa2
AC
12004-05-01 Andrew Cagney <cagney@redhat.com>
2
55699d59
AC
3 * frame.h (deprecated_set_frame_type): Delete declaration.
4 * frame.c (deprecated_set_frame_type): Delete function, update
5 comments.
6
fcf70625
AC
7 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
8 * gdbarch.h, gdbarch.c: Re-generate.
9 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
10 (shnbsd_pc_in_sigtramp): Delete.
11 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
12 pc_in_sigtramp.
13 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
14 pc_in_sigtramp.
15 * frame.h: Update comments.
16 * ppc-linux-tdep.c: Update comments.
17 * breakpoint.c (bpstat_what): Update comments.
18
ac5eccb7
AC
19 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
20 m68klinux-tdep.o's dependencies, were previously added to
21 m68klinux-nat.o.
22
f2524b93
AC
23 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
24 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
25 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
26 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
27 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
28
17e20bce
AC
29 * Makefile.in (m68klinux-nat.o): Update dependencies.
30 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
31 (m68k_linux_sigtramp_frame_cache)
32 (m68k_linux_sigtramp_frame_this_id)
33 (m68k_linux_sigtramp_frame_prev_register)
34 (m68k_linux_sigtramp_frame_unwind)
35 (m68k_linux_sigtramp_frame_sniffer)
36 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
37 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
38 names, use trad-frame.h.
39 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
40 (struct m68k_sigtramp_info): Delete.
41 * m68k-tdep.c (m68k_sigtramp_frame_cache)
42 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
43 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
44 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
45 "m68klinux-tdep.c".
46
c8864fa2
AC
47 * infrun.c (check_sigtramp2): Delete check for
48 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
49
511dd2cd
MK
502004-05-01 Mark Kettenis <kettenis@gnu.org>
51
52 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
53
8c6b0e06
AC
542004-05-01 Andrew Cagney <cagney@redhat.com>
55
9df0bb3f
AC
56 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
57 (frv_linux_sigtramp_frame_cache)
58 (frv_linux_sigtramp_frame_this_id)
59 (frv_linux_sigtramp_frame_prev_register)
60 (frv_linux_sigtramp_frame_unwind)
61 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
62 include "linux" in function and variable names, directly call
63 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
64 the latest trad-frame code.
65 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
66 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
67 * Makefile.in (frv-linux-tdep.o): Update dependencies.
68 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
69 * frv-tdep.c (frv_sigtramp_frame_cache)
70 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
71 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
72 frv-linux-tdep.c.
73 (frv_gdbarch_init): Do not append a sigtramp sniffer.
74 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
75 (frv_set_sigcontext_reg_addr): Delete function.
76
8c6b0e06
AC
77 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
78 (DEPRECATED_SIGTRAMP_END): Delete.
79 * gdbarch.h, gdbarch.c: Re-generate.
80 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
81 * config/vax/tm-vaxbsd.h: Update copyright.
82 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
83 (DEPRECATED_IN_SIGTRAMP): Define.
84 * config/m68k/tm-nbsd.h: Update copyright.
85 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
86 (DEPRECATED_IN_SIGTRAMP): Define.
87
50ea7769
MK
882004-05-01 Mark Kettenis <kettenis@gnu.org>
89
03ac2a74
MK
90 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
91 encondings. Fixes PR gdb/1628.
92
50ea7769
MK
93 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
94 DW_CFA_restore state without a matching DW_CFA_remember_state
95 instead of aborting. Fixes PR backtrace/1589.
96
9a5d7be1
JB
972004-04-30 Joel Brobecker <brobecker@gnat.com>
98
99 * MAINTAINERS: Add self as AIX maintainer.
100 Update my e-mail address in write-after-approval section.
101
2593d1cd
AC
1022004-04-30 Andrew Cagney <cagney@redhat.com>
103
ce12bbf9
AC
104 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
105 (legacy_get_prev_frame): Ditto.
106
36710c63
AC
107 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
108 (mips_gdbarch_init): Do not set pc_in_sigtramp.
109 * mipsread.c (sigtramp_address): Delete extern variable.
110 (mipscoff_new_init): Delete reference.
111 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
112 (fixup_sigtramp): Delete function.
113 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
114 (fixup_sigtramp): Delete declarations.
115
2593d1cd
AC
116 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
117 deprecated_pc_in_sigtramp.
118 (ppcnbsd_pc_in_sigtramp): Delete function.
119
2a25f91c
MK
1202004-05-01 Mark Kettenis <kettenis@gnu.org>
121
122 * config/m68k/nm-nbsd.h: Tweak comments.
123 * config/m68k/nm-nbsdaout.h: Likewise.
124
0b281939
AC
1252004-04-30 Andrew Cagney <cagney@redhat.com>
126
127 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
128 legacy_pc_in_sigtramp.
129 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
130
8f2d3ea0
MK
1312004-05-01 Mark Kettenis <kettenis@gnu.org>
132
133 Add OpenBSD/m68k support.
134 * NEWS (New native configurations): Mention OpenBSD/m68k.
135 * m68kbsd-tdep.c: New file.
136 * m68kbsd-nat.c: New file.
137 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
138 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
139 * configure.host: Add m68k-*-openbsd.
140 * configure.tgt: Add m68k-*-openbsd.
141 * config/m68k/tm-obsd.h: New file.
142 * config/m68k/obsd.mt: New file.
143 * config/m68k/obsd.mh: New file.
144 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
145 m68kbsd-tdep.c.
146
c40f49a4
AC
1472004-04-30 Andrew Cagney <cagney@redhat.com>
148
149 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
150 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
151
e81554cd
MK
1522004-04-30 Mark Kettenis <kettenis@gnu.org>
153
154 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
155 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
156
d4dc1a91
BF
1572004-04-30 Brian Ford <ford@vss.fsi.com>
158
159 Revert 2004-04-16 change.
160 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
161 (i386_coff_init_abi): Remove.
162 * i386-tdep.h (i386_coff_init_abi): Remove.
163 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
164
2f72f850
AC
1652004-04-30 Andrew Cagney <cagney@redhat.com>
166
e492f9d6
AC
167 * blockframe.c (find_pc_partial_function): Delete use of
168 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
169 DEPRECATED_SIGTRAMP_END.
170
7b7adad0
AC
171 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
172 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
173 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
174 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
175 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
176
2f72f850
AC
177 * defs.h (deprecated_inside_entry_file): Delete declaration.
178 * blockframe.c (deprecated_inside_entry_file): Delete function.
179 (legacy_frame_chain_valid): Delete call.
180 * sh64-tdep.c (sh64_frame_chain): Delete call.
181 * objfiles.h: Update comments.
182 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
183 call.
184 * frame.c (get_prev_frame): Delete call, update comments.
185
283f90a7
BF
1862004-04-30 Brian Ford <ford@vss.fsi.com>
187
188 * MAINTAINERS (Write After Approval): Add myself.
189
8ee56bcf
AC
1902004-04-30 Andrew Cagney <cagney@redhat.com>
191
192 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
193 * gdbarch.h, gdbarch.c: Re-generate.
194 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
195 code.
196
ee27e1b6
AC
1972004-04-30 Andrew Cagney <cagney@redhat.com>
198
199 * gdb-events.sh (selected_thread_changed)
200 (selected_frame_level_changed, target_changed): Delete.
201 * gdb-events.h, gdb-events.c: Re-generate.
202 * valops.c (value_assign): Update.
203 * stack.c (select_frame_command, up_silently_base)
204 (down_silently_base): Update.
205
d5ac5a39
AC
2062004-04-29 Andrew Cagney <cagney@redhat.com>
207
208 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
209 registers correctly.
210 (print_gp_register_row, mips32_heuristic_proc_desc)
211 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
212 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
213 references to mips_isa_regsize.
214
ceae6e75
AC
2152004-04-29 Andrew Cagney <cagney@redhat.com>
216
217 * mips-tdep.c (struct gdbarch_tdep): Delete
218 mips_fp_register_double.
219 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
220 mips_abi_regsize.
221 (mips_gdbarch_init): Do not set mips_fp_register_double.
222 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
223
a587af0b
AC
2242004-04-29 Joel Brobecker <brobecker@gnat.com>
225
226 Committed by Andrew Cagney.
227 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
228 function calls.
229
13326b4e
AC
2302004-04-29 Andrew Cagney <cagney@redhat.com>
231
232 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
233 gdbarch, use mips_abi, update callers.
234 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
235 mips_abi_regsize, update callers.
236 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
237 mips_default_abi_regsize.
238 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
239 mips_default_abi_regsize.
240
711cc5cd
AC
2412004-04-29 Andrew Cagney <cagney@redhat.com>
242
1b13c4f6
AC
243 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
244 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
245 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
246 mips_default_abi_regsize.
247 (mips_isa_regsize): Rename mips_regisze.
248 * mipsnbsd-tdep.c: Update.
249 * mips-linux-tdep.c: Update.
250 * irix5-nat.c: Update.
251 * mips-tdep.h (mips_isa_regsize): Update.
252
711cc5cd
AC
253 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
254 Delete all disabled code.
255 * gdb-events.h, gdb-events.c: Re-generate.
256
e63bbc88
MK
2572004-04-19 Jerome Guitton <guitton@gnat.com>
258 Mark Kettenis <kettenis@gnu.org>
259
260 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
261 the function begins with a branch instruction.
262
fd35795f
MK
2632004-04-29 Mark Kettenis <kettenis@gnu.org>
264
265 * i386-tdep.c: Fix spelling mistakes.
266
c960c18f
AC
2672004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
268 Andrew Cagney <cagney@redhat.com>
269
270 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
271 <sys/proc.h>.
272 * acconfig.h: Provide default _KMEMUSER value.
273 * config.in, configure: Re-generate.
274 * NEWS: Mention fix.
275
50306a9d
RC
2762004-04-24 Randolph Chung <tausq@debian.org>
277
278 * configure.host (hppa*-*-linux*): New target.
279 * configure.tgt (hppa*-*-linux*): Likewise.
280 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
281 gdbarch_init_osabi() call earlier so that osabi-specific frame
282 unwinders can be registered first.
283 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
284 hppa-linux-nat.c.
285 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
286 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
287 * config/pa/linux.mh: New file.
288 * config/pa/linux.mt: New file.
289 * config/pa/nm-linux.h: New file.
290 * config/pa/xm-linux.h: New file.
291 * hppa-linux-nat.c: New file.
292 * hppa-linux-tdep.c: New file.
293
2a6228ef
RC
2942004-04-28 Randolph Chung <tausq@debian.org>
295
296 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
297 return values.
298 (hppa32_push_dummy_call): Fix small struct and floating point argument
299 passing, and make sure the stack frame is properly aligned.
300
82c10df6
AC
3012004-04-28 Andrew Cagney <cagney@redhat.com>
302
d762c46a
AC
303 * stack.c (print_stack_frame): Fix description.
304
82c10df6
AC
305 * NEWS: Mention gdb/gdbserver/configure execute permission
306 changed. PR server/519.
307
0faf0076
AC
3082004-04-28 Andrew Cagney <cagney@redhat.com>
309
310 * stack.c (print_stack_frame_stub): Delete declaration.
311 (struct print_stack_frame_args, print_stack_frame)
312 (print_frame_info, print_frame): Replace "source" with print what.
313 Replace "print" with "print_level". Replace "args" with
314 "print_args".
315 * frame.h (show_and_print_stack_frame, print_stack_frame)
316 (print_frame_info): Update declarations.
317 * stack.c (select_and_print_frame, frame_command)
318 (current_frame_command, up_command, down_command): Update calls -
319 use get_selected_frame, pass "enum print_what" for source, do not
320 call frame_relative_level.
321 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
322 * remote-rdp.c (remote_rdp_open): Ditto.
323 * remote-mips.c (common_open): Ditto.
324 * remote-e7000.c (e7000_start_remote): Ditto.
325 * ocd.c (ocd_start_remote): Ditto.
326 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
327 * infrun.c (normal_stop): Ditto.
328 * inflow.c (kill_command): Ditto.
329 * infcmd.c (finish_command): Ditto.
330 * corelow.c (core_open): Ditto.
331 * tracepoint.c (finish_tfind_command): Ditto.
332 * thread.c (info_threads_command, info_threads_command)
333 (restore_current_thread, do_captured_thread_select): Ditto.
334 * ada-tasks.c (task_command): Ditto.
335
f4c5303c
OF
3362004-04-26 Orjan Friberg <orjanf@axis.com>
337
338 * frame.c: Include "observer.h".
339 (frame_observer_target_changed): New function.
340 (_initialize_frame): Attach target_changed observer.
341 * regcache.c: Include "observer.h".
342 (regcache_observer_target_changed): New function.
343 (_initialize_regcache): Attach target_changed observer.
344 * valops.c: Include "observer.h".
345 (value_assign): Notify target_changed event when modifying register.
346 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
347
7270d8f2
OF
3482004-04-26 Orjan Friberg <orjanf@axis.com>
349
350 From Paul Koning <pkoning@equallogic.com>:
351 * breakpoint.c (free_valchain): New function.
352 (insert_bp_location, delete_breakpoint): Use free_valchain.
353 (remove_breakpoint): Do not remove the valchain.
354 (bpstat_stop_status): If not stopped by watchpoint, skip
355 watchpoints when generating stop status list.
356 * infrun.c (handle_inferior_event): Make
357 stepped_after_stopped_by_watchpoint a global variable.
358 * remote.c (remote_stopped_data_address): Return watch data
359 address rather than zero if stepped_after_stopped_by_watchpoint is
360 set.
361
02d62932
MC
3622004-04-25 Michael Chastain <mec.gnu@mindspring.com>
363
364 Fix PR gdb/1626.
365 * configure.in: Check for curses after termcap.
366 On osf5.*, do not check for ncurses.
367 * configure: Regenerate.
368
3e9a183c
MK
3692004-04-25 Mark Kettenis <kettenis@gnu.org>
370
c79ac407
MK
371 * ppcobsd-nat.c: Include "ppc-tdep.h".
372 * Makefile.in (ppcobsd-nat.o): Update dependencies.
373
3e9a183c
MK
374 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
375 Fixes PR tdep/1623 and PR tdep/1624.
376
38cc9c28
MC
3772004-04-24 Michael Chastain <mec.gnu@mindspring.com>
378
379 * xmodem.h, xmodem.c: Remove files.
380 * Makefile.in: Remove references to xmodem.h, xmodem.c.
381
7f07c5b6
RC
3822004-04-23 Randolph Chung <tausq@debian.org>
383
384 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
385 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
386 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
387 for handling stackless frames.
388 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
389
9f7194c3
RC
3902004-04-23 Randolph Chung <tausq@debian.org>
391
392 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
393 starts at a pc before the frame is created.
394
dcff6009
JB
3952004-04-23 Joel Brobecker <brobecker@gnat.com>
396
397 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
398
65951cd9
JG
3992004-04-23 Jerome Guitton <guitton@gnat.fr>
400
401 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
402 use convert_typed_floating to get the appropriate format.
403
abc485a1
RC
4042004-04-22 Randolph Chung <tausq@debian.org>
405
406 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
407 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
408 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
409 (hppa_sign_extend): Add prototype.
410 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
411 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
412 (sign_extend): Rename with hppa_ prefix and make non-static. Other
413 hppa targets will also use these functions.
414 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
415 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
416 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
417 (hppa_gdbarch_init): Remove gdbarch setting of
418 skip_trampoline_code, in_solib_call_trampoline and
419 in_solib_return_trampoline.
420 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
421 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
422 hppa_in_solib_call_trampoline.
423 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
424 Moved from hppa-tdep.c.
425 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
426 in_solib_call_trampoline and in_solib_return_trampoline.
427
369aa520
RC
4282004-04-22 Randolph Chung <tausq@debian.org>
429
430 * hppa-tdep.c (hppa_debug): New variable.
431 (find_unwind_entry, hppa_frame_cache): Add debug output.
432 (_initialize_hppa_tdep): Add command to set debug flag.
433
476be15e
AC
4342004-04-22 Andrew Cagney <cagney@redhat.com>
435
436 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
437 "trad-frame.h".
438 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
439 signal trampoline unwinder.
440 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
441
d195bc9f
MK
4422004-04-22 Mark Kettenis <kettenis@gnu.org>
443
444 Add OpenBSD/powerpc support.
445 * NEWS (New native configurations): Mention OpenBSD/powerpc.
446 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
447 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
448 (ppc_collect_fpregset): New prototypes.
449 * ppcobsd-nat.c: New file.
450 * ppcobsd-tdep.c: New file.
451 * ppcobsd-tdep.h: New file.
452 * rs6000-tdep.c: Include "regset.h".
453 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
454 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
455 New functions.
456 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
457 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
458 (rs6000-tdep.o): Update dependencies.
459 * configure.host: Add powerpc-*-openbsd.
460 * configure.tgt: Add powerpc-*-openbsd.
461 * config/powerpc/obsd.mh: New file.
462 * config/powerpc/nm-obsd.h: New file.
463 * config/powerpc/obsd.mt: New file.
464
6f14cc33
AC
4652004-04-22 Andrew Cagney <cagney@redhat.com>
466
fcf29e5f
AC
467 * frame.h (show_frame_info): Delete declaration.
468
6f14cc33
AC
469 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
470 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
471 * m32r-tdep.c (m32r_frame_this_id): Ditto.
472 * frv-tdep.c (frv_frame_this_id): Ditto.
473 * avr-tdep.c (avr_frame_this_id): Ditto.
474
e5786a5c
EZ
4752004-04-22 Elena Zannoni <ezannoni@redhat.com>
476
477 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
478
26e75e5c
JB
4792004-04-22 Jim Blandy <jimb@redhat.com>
480
481 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
482 register number zero.
483
d8d65dd3
MS
4842004-04-21 Michael Snyder <msnyder@redhat.com>
485
486 * mips-tdep.c (heuristic_proc_start):
487 Warning() already prefixes "Warning: ".
488
9a4105ab
AC
4892004-04-21 Andrew Cagney <cagney@redhat.com>
490
491 * annotate.h (deprecated_annotate_starting_hook)
492 (deprecated_annotate_stopped_hook)
493 (deprecated_annotate_exited_hook)
494 (deprecated_annotate_signal_hook)
495 (deprecated_annotate_signalled_hook): Deprecate.
496 * tracepoint.h (deprecated_create_tracepoint_hook)
497 (deprecated_delete_tracepoint_hook)
498 (deprecated_modify_tracepoint_hook)
499 (deprecated_trace_find_hook)
500 (deprecated_trace_start_stop_hook): Deprecate.
501 * target.h (deprecated_target_new_objfile_hook): Deprecate.
502 * remote.h (deprecated_target_resume_hook)
503 (deprecated_target_wait_loop_hook): Deprecate.
504 * gdbcore.h (deprecated_exec_file_display_hook)
505 (deprecated_file_changed_hook): Deprecate.
506 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
507 * defs.h (deprecated_modify_breakpoint_hook)
508 (deprecated_command_loop_hook, deprecated_show_load_progress)
509 (deprecated_print_frame_info_listing_hook)
510 (deprecated_query_hook, deprecated_warning_hook)
511 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
512 (deprecated_delete_breakpoint_hook)
513 (deprecated_interactive_hook, deprecated_registers_changed_hook)
514 (deprecated_readline_begin_hook, deprecated_readline_hook)
515 (deprecated_readline_end_hook, deprecated_register_changed_hook)
516 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
517 (deprecated_context_hook, deprecated_target_wait_hook)
518 (deprecated_attach_hook, deprecated_detach_hook)
519 (deprecated_call_command_hook, deprecated_set_hook)
520 (deprecated_error_hook, deprecated_error_begin_hook)
521 (deprecated_ui_load_progress_hook): Deprecate.
522 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
523 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
524 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
525 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
526 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
527 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
528 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
529 * annotate.c, aix-thread.c: Update.
530
62cf13cc
AC
5312004-04-21 Andrew Cagney <cagney@redhat.com>
532
b2e31a62
AC
533 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
534 * vaxnbsd-tdep.c: Include "gdb_string.h".
535
62cf13cc
AC
536 * symfile.c (symbol_file_add_from_memory): #if 0 function.
537 (add_symbol_file_from_memory_command): #if 0 function body, call
538 error instead.
539
00e32a35
AC
5402004-04-21 Andrew Cagney <cagney@redhat.com>
541
542 * gdbcore.h: Update copyright.
543 (deprecated_add_core_fns): Rename add_core_fns.
544 * win32-nat.c (_initialize_core_win32): Update.
545 * sun3-nat.c (_initialize_core_sun3): Update.
546 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
547 * rs6000-nat.c (_initialize_core_rs6000): Update.
548 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
549 * nto-tdep.c (_initialize_nto_tdep): Update.
550 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
551 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
552 * mips-nat.c (_initialize_core_mips): Update.
553 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
554 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
555 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
556 * lynx-nat.c (_initialize_core_lynx): Update.
557 * irix5-nat.c (_initialize_core_irix5): Update.
558 * i386-interix-nat.c (_initialize_core_interix): Update.
559 * cris-tdep.c (_initialize_cris_tdep): Update.
560 * corelow.c (deprecated_add_core_fns): Update.
561 * core-regset.c (_initialize_core_regset): Update.
562 * core-aout.c (_initialize_core_aout): Update.
563 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
564 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
565 * alpha-nat.c (_initialize_core_alpha): Update.
566
13c7b1ca
JB
5672004-04-21 Jim Blandy <jimb@redhat.com>
568
569 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
570
7b5a2f43
DJ
5712004-04-19 Daniel Jacobowitz <drow@mvista.com>
572
573 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
574 Delete.
575 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
576 (read_attribute_value): Update calls to dwarf_alloc_block.
577 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
578 dwarf2_tmp_obstack.
579 (psymtab_to_symtab_1): Likewise. Clean up using
580 free_stack_comp_unit.
581 (add_to_cu_func_list): Use the comp_unit_obstack.
582
05cf31d1
JB
5832004-04-19 Joel Brobecker <brobecker@gnat.com>
584
585 * dwarf2read.c (dwarf2_flag_true_p): New function.
586 (die_is_declaration): Use the function above. Add some comments.
587
adf93a2f
MK
5882004-04-19 Mark Kettenis <kettenis@gnu.org>
589
590 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
591 architecture when registering sparcnbsd_core_osabi_sniffer.
592 Adjust comment.
593
748894bf
MK
5942004-04-18 Mark Kettenis <kettenis@gnu.org>
595
f622ad42
MK
596 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
597 return value.
598
c4fc7f1b
MK
599 Based on a patch from Brian Ford <ford@vss.fsi.com>:
600 * i386-tdep.c: Correct register numbering scheme comments
601 throughout.
602 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
603 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
604 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
605 (i386_gdb_arch_init): Likewise.
606
b4ead1bd
MK
607 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
608 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
609 ppcnbsd-tdep.o.
610
748894bf
MK
611 * m68k-tdep.h: Tweak comments.
612 * m68k-tdep.c: Tweak comment.
613
fdd72f95
RC
6142004-04-17 Randolph Chung <tausq@debian.org>
615
616 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
617 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
618 (hppa_hpux_som_init_abi): Set is_elf to 0.
619 (hppa_hpux_elf_init_abi): Set is_elf to 1.
620 * hppa-tdep.c (low_text_segment_address): Remove global.
621 (record_text_segment_lowaddr): Pass in low address as parameter. Use
622 section offset to calculate segment address.
623 (internalize_unwinds): Define low_text_segment_address as local and
624 pass to record_text_segment_lowaddr for ELF targets.
625 (hppa_gdbarch_init): Zero fill tdep structure.
626 (hppa_dump_tdep): Print tdep structure.
627 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
628
0f8d9d59
RC
6292004-04-17 Randolph Chung <tausq@debian.org>
630
631 * hppa-tdep.c (hppa_pseudo_register_read): Define.
632 (hppa_gdbarch_init): Set pseudo_register_read.
633 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
634 * regcache.c (supply_register): Remove check for
635 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
636
7c46b9fb
RC
6372004-04-17 Randolph Chung <tausq@debian.org>
638
639 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
640 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
641 (hpread_adjust_stack_address): Move to hpread.c.
642 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
643 obj_private_struct): Move from tm-hppa.h.
644 * hpread.c (hppa-tdep.h): Include.
645 (hpread_adjust_stack_address): Move from hppa-tdep.c.
646 (hpread_read_function_type, hpread_read_doc_function_type)
647 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
648 directly.
649 * pa64solib.c (hppa-tdep.h): Include.
650 * somsolib.c (hppa-tdep.h): Include.
651 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
652 inferior_status): Remove unused forward declarations.
653 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
654 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
655 obj_private_struct): Move to hppa-tdep.h.
656 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
657
8d153463
RC
6582004-04-17 Randolph Chung <tausq@debian.org>
659
660 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
661 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
662 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
663 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
664 Remove forward declaration and make static.
665 (hppa_reg_struct_has_addr): Remove.
666
350c2e5b
JB
6672004-04-16 Joel Brobecker <brobecker@gnat.com>
668
669 * observer.sh: Move comments in sed command to first column.
670
bbde78fa
JM
6712004-04-16 Jason Molenda (jmolenda@apple.com)
672
673 * frame.c: Minor typeo corrections in comments.
674
e0270fd9
JB
6752004-04-16 Joel Brobecker <brobecker@gnat.com>
676
677 * observer.c (observer_test_first_notification_function): Update
678 function profile.
679 (observer_test_second_notification_function): Likewise.
680 (observer_test_third_notification_function): Likewise.
681
3d049254
MK
6822004-04-16 Mark Kettenis <kettenis@gnu.org>
683
684 From Brian Ford <ford@vss.fsi.com>:
685 * i386-tdep.c (i386_coff_init_abi): New function.
686 * i386-tdep.h (i386_coff_init_abi): New prototype.
687 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
688 register number translation functions for DWARF and DWARF 2.
689
7867684d
JB
6902004-04-16 Joel Brobecker <brobecker@gnat.com>
691
692 * dwarf2read.c: Back out my previous change, it was incorrect.
693
72bf9492
DJ
6942004-04-16 Daniel Jacobowitz <drow@mvista.com>
695
696 * dwarf2read.c: Include "hashtab.h".
697 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
698 has_namespace_info.
699 (struct partial_die_info): Add comments. Use bitfields to reduce
700 memory footprint. Add scope, scope_set, has_specification,
701 spec_offset, die_parent, die_child, and die_sibling.
702 (peek_die_abbrev): Add prototype.
703 (partial_read_comp_unit_head): New function, broken out from
704 dwarf2_build_psymtabs_hard.
705 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
706 Use partial_read_comp_unit_head. Initialize the CU and
707 comp_unit_obstack. Update calls to read_partial_die and
708 scan_partial_symbols. Use free_stack_comp_unit and
709 load_partial_dies.
710 (scan_partial_symbols): Change PDI to a pointer. Use the child and
711 sibling pointers to walk partial DIEs. Call fixup_partial_die.
712 Update calls to helper functions. Remove NAMESPACE argument.
713 Update comments.
714 (partial_die_parent_scope, partial_die_full_name): New functions.
715 (add_partial_symbol): Remove namespace argument. Update call to
716 pdi_needs_namespace. Use partial_die_full_name. Handle
717 DW_TAG_namespace. Check has_namespace_info flag.
718 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
719 tag. Handle namespaces.
720 (add_partial_namespace, add_partial_enumeration): Simplify.
721 (guess_structure_name): New function, derived from
722 add_partial_structure.
723 (add_partial_structure): Remove.
724 (determine_class_name): Update comment.
725 (dwarf2_read_abbrevs): Set has_namespace_info flag.
726 (is_type_tag_for_partial, load_partial_dies): New functions.
727 (read_partial_die): Pass abbrev and abbrev_len as arguments.
728 Record specifications instead of following them immediately.
729 (find_partial_die_in_comp_unit, find_partial_die)
730 (fixup_partial_die, free_stack_comp_unit)
731 (hashtab_obstack_allocate, dummy_obstack_deallocate)
732 (partial_die_hash, partial_die_eq): New functions.
733 * Makefile.in (hashtab_h): Define.
734 (dwarf2read.o): Update dependencies.
735 (observer_inc, observer_h): Move to the correct section.
736
fdc860a3
JB
7372004-04-15 Joel Brobecker <brobecker@gnat.com>
738
739 * dwarf2read.c (dwarf2_attribute_true_p): New function.
740 (die_is_declaration): Use the function above. Add comment.
741
dc718098
JB
7422004-04-15 Joel Brobecker <brobecker@gnat.com>
743
744 * dwarf2read.c (read_structure_scope): Identify stub types
745 using die_is_declaration() only.
746
8718a420
RM
7472004-04-15 Roland McGrath <roland@redhat.com>
748
749 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
750 argument instead of NAME.
751 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
752 in call to symbol_file_add_with_addrs_or_offsets.
753 (build_addr_info): New function, helper for ...
754 (symbol_file_add_from_memory): New function.
755 (add_symbol_file_from_memory_command): New function using that.
756 (_initialize_symfile): Register it for add-symbol-file-from-memory.
757 (pre_add_symbol_hook): Add const to argument type.
758 * symfile.h (symbol_file_add_from_memory): Declare it.
759
8b910bab
MK
7602004-04-15 Mark Kettenis <kettenis@gnu.org>
761
9f076e7a
MK
762 * NEWS (New native configurations): Mention OpenBSD/vax.
763 * configure.host: Add vax-*-openbsd*.
764 * config/vax/obsd.mh: New file.
765 * config/vax/nm-obsd.h: New file.
766
8b910bab
MK
767 * vax-tdep.c: Include "regset.h".
768 (vax_supply_gregset): New function.
769 (vax_gregset): New variable.
770 (vax_regset_from_core_section): New function.
771 (vax_gdbarch_init): Set regset_from_core_section.
772 * Makefile.in (vax-tdep.o): Update dependencies.
773
7a464420
AC
7742004-04-15 Andrew Cagney <cagney@redhat.com>
775
776 * observer.c (normal_stop_subject, observer_notify_normal_stop)
777 (observer_normal_stop_notification_stub)
778 (observer_attach_normal_stop, observer_detach_normal_stop):
779 Delete, replaced by #include "observer.inc".
780 * infrun.c (normal_stop): Pass "stop_bpstat" to
781 observer_notify_normal_stop.
782 * Makefile.in (observer_inc): Define.
783 (observer.o): Update dependencies.
784 (observer.h, observer.inc): New rules.
785 * observer.h: Delete file.
786 * observer.sh: New file.
787
e36ad527
MK
7882004-04-15 Mark Kettenis <kettenis@gnu.org>
789
790 * vax-tdep.c (vax_frame_cache): Fix typo.
791
67b441e1
MK
7922004-04-14 Mark Kettenis <kettenis@gnu.org>
793
6f606e1c
MK
794 * NEWS (New native configurations): Mention NetBSD/vax.
795 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
796 * config/vax/nbsdelf.mh: New file.
797 * config/vax/nbsdaout.mh: New file.
798 * config/vax/nm-nbsd.h: New file.
799 * config/vax/nm-nbsdaout.h: New file.
800
9c5519a5
MK
801 * vaxnbsd-tdep.c: New file.
802 * Makefile.in (vaxnbsd-tdep.o): New dependency.
803 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
804 * config/vax/nbsd.mt: New file.
805 * config/vax/tm-nbsd.h: New file.
806
4844a614
MK
807 * Makefile.in (vaxbsd-nat.o): New dependency.
808
67b441e1
MK
809 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
810 * vax-tdep.c (vax_store_arguments): Remove struct_return and
811 struct_addr arguments. Don't push return value address.
812 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
813 arguments to vax_store_arguments. Store return value address in
814 R1.
815 (vax_store_struct_return, vax_extract_return_value)
816 (vax_store_return_value): Remove functions.
817 (vax_return_value): New function.
818 (vax_gdbarch_init): Set return value. Don't set
819 deprecated_store_struct_return, deprecated_extract_struct_return
820 and deprecated_store_return_value.
821
6672f2ae
AS
8222004-04-14 Andreas Schwab <schwab@suse.de>
823
824 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
825 value buffer.
826 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
827
7346c184
MK
8282004-04-14 Mark Kettenis <kettenis@gnu.org>
829
830 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
831 (vax_unwind_dummy_id): New functions.
832 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
833 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
834 variables.
835 (vax_fix_call_dummy): Remove function.
836 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
837 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
838 call_dummy_location, deprecated_call_dummy_words,
839 deprecated_sizeof_call_dummy_words,
840 deprecated_call_dummy_breakpoint_offset,
841 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
842 and deprecated_dummy_write_sp.
843
58e23df4
DC
8442004-04-13 David Carlton <carlton@kealia.com>
845
846 * MAINTAINERS: Move myself to "paper trail" section.
847
5e6b39ff
MK
8482004-04-12 Mark Kettenis <kettenis@gnu.org>
849
7def7fef
MK
850 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
851 "trad-frame.h".
852 (vax_frame_init_saved_regs): Remove function.
853 (vax_sigtramp_saved_pc): Remove function.
854 (vax_frame_saved_pc): Remove function.
855 (vax_frame_args_address): Remove function.
856 (vax_frame_num_args): Rewrite.
857 (vax_frame_chain): Remove function.
858 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
859 VAX_FP_REGNUM.
860 (vax_pop_frame): Likewise.
861 (vax_saved_pc_after_call): Remove function.
862 (struct vax_frame_cache): New structure.
863 (vax_frame_cache): New function.
864 (vax_frame_this_id): New function.
865 (vax_frame_prev_register): New function.
866 (vax_frame_unwind): New variable.
867 (vax_frame_sniffer): New function.
868 (vax_frame_base_address): New function.
869 (vax_frame_args_address): New function.
870 (vax_frame_base): New variable.
871 (vax_unwind_pc): New function.
872 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
873 deprecated_fp_regnum, deprecated_saved_pc_after_call,
874 deprecated_frame_chain, deprecated_frame_saved_pc,
875 deprecated_frame_args_address and
876 deprecated_frame_init_saved_regs.
877 * Makefile.in (vax-tdep.o): Update dependencies.
878
53284fc1
MK
879 * vaxbsd-nat.c: New file.
880
5e6b39ff
MK
881 * vax-tdep.h: Update copyright year. Adjust comments.
882 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
883 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
884 (vax_regnum): New enum. Replacing...
885 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
886 (VAX_PS_REGNUM): ... these removed macros.
887 * vax-tdep.c (vax_register_name): Remove prototype.
888 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
889 (vax_register_byte, vax_register_raw_size,
890 vax_register_virtual_size, vax_register_virtual_type): Remove
891 functions.
892 (vax_register_type): New function.
893 (vax_breakpoint_from_pc): Reorganize.
894 (vax_gdbarch_init): Set register_type. Don't set
895 deprecated_register_size, deprecated_register_bytes,
896 deprecated_register_byte, deprecated_register_raw_size,
897 deprecated_max_register_raw_size,
898 deprecated_register_virtual_size,
899 deprecated_max_register_virtual_size and
900 deprecated_register_virtual_type. Add comment on stack direction.
901
e9c71e9f
MK
9022004-04-11 Mark Kettenis <kettenis@gnu.org>
903
904 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
905 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
296bc76f 906 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
e9c71e9f 907
d46f1176 9082004-04-10 Randolph Chung <tausq@debian.org>
8718a420 909
d46f1176
RC
910 * MAINTAINERS (write after approval): Add myself.
911
a2a84a72
RC
9122004-04-07 Randolph Chung <tausq@debian.org>
913
914 * hppa-tdep.c (hppa_inner_than): Remove.
915 (is_pa_2): Remove unused static variable.
8718a420 916 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
a2a84a72 917
e85c3284
PH
9182004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
919
920 * language.h (language_defn): Add new la_post_parser field.
921 * parser-defs.h (null_post_parser): New declaration (default for
922 la_post_parser).
8718a420 923
e85c3284
PH
924 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
925 insert call to that function.
926 (parse_exp_in_context): New function, including code formerly in
8718a420 927 parse_exp_1. Calls language-dependent post-parser after
e85c3284
PH
928 prefixification.
929 (parse_expression_in_context): New exported function.
930 (null_post_parser): New definition.
931 * expression.h (parse_expression_in_context): Add declaration.
8718a420 932
e85c3284
PH
933 * p-lang.c (pascal_language_defn): Add trivial post-parser.
934 * c-lang.c (c_language_defn): Ditto.
935 (cplus_language_defn): Ditto.
936 (asm_language_defn): Ditto.
937 (minimal_language_defn): Ditto.
938 * f-lang.c (f_language_defn): Ditto.
939 * jv-lang.c (java_language_defn): Ditto.
940 * language.c (unknown_language_defn): Ditto.
941 (auto_language_defn): Ditto.
942 (local_language_defn): Ditto.
943 * m2-lang.c (m2_language_defn): Ditto.
944 * scm-lang.c (scm_language_defn): Ditto.
945 * obj-lang.c (objc_language_defn): Ditto.
8718a420 946
d9f8c85b
MK
9472004-04-10 Mark Kettenis <kettenis@gnu.org>
948
fa34704a
MK
949 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
950 (amd64nbsd_mcontext_addr): New function.
951 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
952 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
953 with amd64nbsd_r_reg_offset, instead of building it on the fly.
954
403e1656
MK
955 * corelow.c (core_xfer_partial): Fix coding standards violation.
956 Add support for TARGET_OBJECT_WCOOKIE.
957
a57e5a95
MK
958 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
959 deprecated_pc_in_sigtramp.
960 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
961 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
962 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
963 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
964 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
965 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
966 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
967
377d9ebd
MK
968 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
969 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
970 Fix typo.
971
f0ef85a5
MK
972 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
973 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
974 (amd64_collect_fxsave): Likewise.
975
d9f8c85b
MK
976 * i386-sol2-tdep.c: Include "gdb_string.h".
977 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
978 name.
979 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
980
75f501b5
MK
9812004-04-10 Mark Kettenis <kettenis@gnu.org>
982
983 * i386-sol2-tdep.c: Include "solib-svr4.h".
984 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
985 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
986 * config/i386/tm-i386sol2.h: Include :solib.h".
987 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
988 solib-svr4.o and solib-legacy.o.
989 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
990 solib-svr4.o.
991
b31bc724
MK
9922004-04-09 Mark Kettenis <kettenis@gnu.org>
993
18bbbd9e
MK
994 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
995 whether a register is supplied by PTRACE_GETFPREGS.
996 (store_inferior_registers): Likewise.
997 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
998 whether a register is supplied by PT_GETFPREGS.
999 (store_inferior_registers): Likewise.
1000
3c30bf1b
MK
1001 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
1002 * config/i386/linux64.mt (TDEPFILES): Likewise.
1003
a4194092
MK
1004 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
1005
911bc6ee
MK
1006 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
1007 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
1008 the program counter is in the range specified by `struct
1009 gdbarch_tdep'.
1010 * amd64-linux-tdep.c: Include "symtab.h".
1011 (amd64_linux_pc_in_sigtramp): Remove function.
1012 (amd64_linux_sigtramp_p): New function.
1013 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
1014 deprecated_pc_in_sigtramp.
1015 * amd64nbsd-tdep.c: Include "symtab.h".
1016 (amd64nbsd_sigtramp_p): New function.
1017 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
1018 deprecated_pc_in_sigtramp.
1019 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
1020 few comments.
1021 (amd64obsd_pc_in_sigtramp): Remove function.
1022 (amd64obsd_sigtramp_p): New function.
1023 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
1024 deprecated_pc_in_sigtramp.
1025 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
1026 (i386bsd_pc_ins_sigtramp): Remove prototype.
1027 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
1028 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
1029 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
1030 the program counter is in the range specified by `struct
1031 gdbarch_tdep'.
1032 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
1033 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
1034 (i386_go32_pc_in_sigtramp): Remove function.
1035 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
1036 Initialize TDEP->sigtramp_p.
1037 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
1038 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
1039 deprecated_pc_in_sigtramp.
1040 * i386-linux-tdep.c: Adjust comments.
1041 (i386_linux_pc_in_sigtramp): Remove function.
1042 (i386_linux_sigtramp_p): New function.
1043 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
1044 deprecated_pc_in_sigtramp.
1045 * i386-nto-tdep.c: Update copyright year.
1046 (i386nto_pc_in_sigtramp): Remove function.
1047 (i386nto_sigtramp_p): New function.
1048 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
1049 SP_REGNUM.
1050 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
1051 deprecated_pc_in_sigtramp.
1052 * i386-sol2-tdep.c: Update copyright year.
1053 (i386_sol2_pc_in_sigtramp): Remove function.
1054 (i386_sol2_sigtramp_p): New function.
1055 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
1056 deprecated_pc_in_sigtramp.
1057 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
1058 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
1059 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
1060 deprecated_sigtramp_start and deprecated_sigtramp_end.
1061 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
1062 (i386nbsd_pc_in_sigtramp): Remove function.
1063 (i386nbsd_sigtramp_p): New function.
1064 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
1065 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
1066 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
1067 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
1068 (i386obsd_pc_in_sigtramp): Remove function.
1069 (i386obsd_sigtramp_p): New function.
1070 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
1071 functions.
1072 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
1073 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
1074 TDEP->sigtramp_p.
1075 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
1076 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
1077 dependencies.
1078
e083e6ec
MK
1079 * config/i386/i386aout.mt: Remove file.
1080
bd153b94
MK
1081 * configure.tgt: Remove i[34567]86-*-go32*,
1082 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
1083 and i[34567]86-*-isc*. Set gdb_target to i386 for
1084 i[34567]86-*-netware* and i[34567]86-*-*.
1085 * config/i386/i386.mt: New file.
1086 * config/i386/embed.mt: Remove file.
1087 * config/i386/go32.mt: Remove file.
1088 * config/i386/i386nw.mt: Remove file.
1089 * config/i386/i386v.mt: Remove file.
1090 * config/i386/tm-go32.h: Remove file.
1091
4a1bcc8c
MK
1092 * tui/tui-hooks.c: Include "readline/readline.h" after
1093 "gdb_curses.h" instead of before.
1094 * tui/tui-io.c: Likewise.
1095
f9a79064
MK
1096 * tui/tui.c: Fix typo in comment.
1097
b31bc724
MK
1098 * sparc64-tdep.c (sparc_address_from_register): Remove function.
1099
f83f82bc
AC
11002004-04-08 Andrew Cagney <cagney@redhat.com>
1101
1102 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
1103 (deprecated_exception_support_initialized): Declare.
8718a420 1104 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
f83f82bc
AC
1105 (initialize_hp_cxx_exception_support)
1106 (child_enable_exception_callback): Update.
1107 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
1108 (deprecated_exception_support_initialized): Rename
1109 deprecated_exception_catchpoints_are_fragile and
1110 deprecated_exception_support_initialized.
1111 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
1112
1113 * symtab.c (deprecated_hp_som_som_object_present): Rename
1114 hp_som_som_object_present.
1115 * symtab.h (deprecated_hp_som_som_object_present): Declare.
1116 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
1117 Update. Delete extern declaration.
1118 * valops.c (hp_som_som_object_present): Ditto.
8718a420 1119 * parse.c (deprecated_hp_som_som_object_present)
f83f82bc
AC
1120 (parse_nested_classes_for_hpacc): Ditto.
1121 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
8718a420 1122 * hppa-hpux-tdep.c (hp_som_som_object_present)
f83f82bc
AC
1123 (initialize_hp_cxx_exception_support): Ditto.
1124 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
8718a420 1125 * cp-valprint.c (hp_som_som_object_present)
f83f82bc 1126 (cp_print_class_method): Ditto.
8718a420 1127 * c-typeprint.c (hp_som_som_object_present):
f83f82bc
AC
1128 (c_type_print_base): Ditto.
1129 * c-exp.y (hp_som_som_object_present): Ditto.
1130
fb2be677
AC
11312004-04-08 Andrew Cagney <cagney@redhat.com>
1132
1133 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
1134 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
1135 (frame_unwind_find_by_frame): Re-implement the unwind code so
1136 that it can both prepend and append sniffers. Replace
1137 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
1138 * tramp-frame.c (tramp_frame_append): Use
1139 frame_unwind_prepend_unwinder.
1140 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
1141 frame_unwind_register_unwinder.
1142 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
1143 tramp_frame_append.
1144 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
8718a420 1145 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
fb2be677
AC
1146 (mips_linux_init_abi): Update.
1147
67faf007
KB
11482004-04-08 Kevin Buettner <kevinb@redhat.com>
1149
1150 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
1151 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
1152 file support.
1153
8973ff21
KB
11542004-04-07 Kevin Buettner <kevinb@redhat.com>
1155
1156 * ia64-tdep.c (elf.h): Don't include.
1157 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
1158
4a0e2f88
JM
11592004-04-07 Jason Molenda (jmolenda@apple.com)
1160
1161 * frame.h: Typeo corrections in comments.
1162
9872ad24
JB
11632004-04-07 Jim Blandy <jimb@redhat.com>
1164
1165 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
1166 %esp and %ebp
1167
70b216c8
MK
11682004-04-07 Mark Kettenis <kettenis@gnu.org>
1169
11d5789c
MK
1170 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
1171 * config/sparc/linux64.mt (TDEPFILES): Likewise.
1172 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
1173 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
1174 and solib-legacy.o.
1175 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
1176 solib-svr4.o.
1177 * config/sparc/tm-sol2.h: Update copyright year. Include
1178 "solib.h".
1179
70b216c8
MK
1180 * sparc-sol2-tdep.c: Update copyright year. Include
1181 "solib-svr4.h".
1182 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
1183 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
1184 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
096f864c 1185 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
70b216c8
MK
1186 dependencies.
1187
6339dc9e
AC
11882004-04-06 Andrew Cagney <cagney@redhat.com>
1189
1190 * infttrace.c: Include "infttrace.h".
1191 * infttrace.h: Include "target.h".
1192 * Makefile.in (infttrace_h): Update.
1193 (infttrace.o): Update.
8718a420 1194
93449403
AC
11952004-04-06 Andrew Cagney <cagney@redhat.com>
1196
6d518969
AC
1197 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
1198 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
1199 move extern declarations from here ...
1200 * infttrace.h: ... to here.
1201 * Makefile.in (hppah-nat.o): Update dependencies.
1202
85f4f2d8
AC
1203 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
1204 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
8718a420 1205 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
85f4f2d8
AC
1206 (hppa_breakpoint_from_pc): Delete.
1207
93449403
AC
1208 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
1209
71456ec6
AC
12102004-04-05 Andrew Cagney <cagney@redhat.com>
1211
1212 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
1213 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
1214 <sys/file.h>.
8718a420 1215
4c02c60c
AC
12162004-04-06 Randolph Chung <tausq@debian.org>
1217
1218 Committed by Andrew Cagney (mechanical change).
1219 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
1220 exception_catchpoints_are_fragile, find_stub_with_shl_get,
1221 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
1222 child_enable_exception_callback, current_ex_event,
1223 null_symtab_and_line, child_get_current_exception_event,
1224 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
1225 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
1226 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
1227 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
1228 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
1229 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
1230 Move hpux-specific definitions ...
1231 * hppa-hpux-tdep.c: ... to here.
1232
3a515653
AC
12332004-04-05 Andrew Cagney <cagney@redhat.com>
1234
1235 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
1236 skip_prologue_using_sal.
1237
c1730d02
AC
12382004-04-05 Andrew Cagney <cagney@redhat.com>
1239
1240 * config/i386/tm-i386.h: Delete file.
1241 * config/i386/tm-vxworks.h: Update copyright, do not include
1242 "tm-i386.h".
1243 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
1244 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
1245 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
1246 * config/i386/ncr3000.mt (TM_FILE): Delete.
1247 * config/i386/interix.mt (TM_FILE): Delete.
1248 * config/i386/i386v.mt (TM_FILE): Delete.
1249 * config/i386/i386nw.mt (TM_FILE): Delete.
1250 * config/i386/i386gnu.mt (TM_FILE): Delete.
1251 * config/i386/i386aout.mt (TM_FILE): Delete.
1252 * config/i386/embed.mt (TM_FILE): Delete.
1253
8b67aa36
KB
12542004-04-05 Kevin Buettner <kevinb@redhat.com>
1255
1256 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
1257 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
1258 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
1259 (accg7_regnum): New constants.
1260 (last_spr_regnum, last_pseudo_regnum): Update.
c2f59a1a
KB
1261 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
1262 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
8b67aa36
KB
1263 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
1264 for accg registers.
1265 (frv_register_sim_regno): Update spr_map[].
1266
3c7012f5
AC
12672004-04-04 Andrew Cagney <cagney@redhat.com>
1268
1269 * config/mips/xm-riscos.h: Delete.
1270 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
1271 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
1272 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
1273 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
1274 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
1275 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
1276 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
1277 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
1278 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
1279 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
1280 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
1281 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
1282 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
1283 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
1284 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
1285 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
1286 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
1287 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
1288 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
1289 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
1290 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
1291 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
1292 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
1293 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
1294 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
1295 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
8718a420 1296
3c7012f5
AC
1297 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
1298 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
1299 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
1300 * configure.host: Remove m680[01]0-sun-sunos3*,
1301 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
1302 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
1303 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
1304 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
1305 mips-*-riscos*.
1306 * NEWS: Mention removed systems.
1307
99d16a21
AC
13082004-04-04 Andrew Cagney <cagney@redhat.com>
1309
1310 GDB 6.1 release created from 6.1 branch.
1311
6cdf9d98
AC
13122004-04-04 Andrew Cagney <cagney@redhat.com>
1313
98d346c3
AC
1314 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
1315 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
1316 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
1317
6cdf9d98
AC
1318 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
1319 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
1320 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
1321
859a326d
JB
13222004-04-03 Jim Blandy <jimb@redhat.com>
1323
1324 * MAINTAINERS: Chris Faylor has changed employers; add him to
1325 "paper trail" section, and update his E-mail address.
1326
b87178c3
AC
13272004-04-03 Andrew Cagney <cagney@redhat.com>
1328
4ea2acf0
AC
1329 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
1330 generic dummy frames.
1331 * dummy-frame.c: Update copyright.
1332 (dummy_frame_sniffer): Delete check for generic dummy frames.
1333
d0bd2d18 1334 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
8718a420 1335 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
d0bd2d18
AC
1336 (REG_PARM_STACK_SPACE): Delete.
1337 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
1338 Inline reference to REG_PARM_STACK_SPACE.
1339
b87178c3
AC
1340 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
1341 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
1342 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
1343 (FRAME_BASE_BEFORE_SIGTRAMP)
1344 (hppa32_hpux_frame_base_before_sigtramp)
1345 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
1346 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
1347 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
1348 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
1349 (FRAME_BASE_BEFORE_SIGTRAMP)
1350 (hppa64_hpux_frame_base_before_sigtramp)
1351 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
1352
43e2e1a0
AC
13532004-04-03 Andrew Cagney <cagney@redhat.com>
1354
1355 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
1356
ddc135a4
AC
13572004-04-02 Andrew Cagney <cagney@redhat.com>
1358
1359 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
1360 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
1361 * dummy-frame.h: Delete out-of-date comments.
1362 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
1363 * gdbarch.h, gdbarch.c: Re-generate.
1364
d15bfd3a 13652004-04-02 Joel Brobecker <brobecker@gnat.com>
8718a420 1366
d15bfd3a
AC
1367 Committed by Andrew Cagney <cagney@redhat.com>.
1368 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
1369 into account an instruction saving a register if we have already
1370 seen an earlier instruction saving that same register.
1371
f04ceafa
AC
13722004-04-02 Andrew Cagney <cagney@redhat.com>
1373
08be3abd
AC
1374 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
1375 * gdbarch.h, gdbarch.c: Re-generate.
1376 * frame.c (legacy_get_prev_frame): Delete references to
1377 DEPRECATED_INIT_FRAME_PC_FIRST.
1378
f04ceafa
AC
1379 * infrun.c (pc_in_sigtramp): Delete function.
1380 (check_sigtramp2): Inline call to pc_in_sigtramp, use
1381 get_frame_type.
1382
08e69816
AC
13832004-04-02 Andrew Cagney <cagney@redhat.com>
1384
1385 * infrun.c (handle_step_into_function): Delete code conditional on
1386 legacy_frame_p.
1387 (handle_inferior_event, step_over_function): Ditto.
1388
adb54772
AC
13892004-04-02 Andrew Cagney <cagney@redhat.com>
1390
1391 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
1392 "previous frame inner to this frame" test.
1393
304396fb
AC
13942004-04-02 Andrew Cagney <cagney@redhat.com>
1395
1396 * frame.c (safe_frame_unwind_memory): New function.
1397 * frame.h (safe_frame_unwind_memory): Declare. Update description
1398 of /safe_/ methods.
1399 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
1400 "next_frame". Use safe_frame_unwind_memory.
1401 (tramp_frame_sniffer): Update call to tramp_frame_start.
1402
6502dd73
DJ
14032004-04-01 Daniel Jacobowitz <drow@mvista.com>
1404
1405 * dwarf2read.c (dwarf2_objfile_data_key): New.
1406 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
1407 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
1408 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
1409 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
1410 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
1411 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
1412 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
1413 Remove variables.
1414 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
1415 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
1416 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
1417 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
1418 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
1419 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
1420 Remove macros.
1421 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
1422 data.
1423 (dwarf2_locate_sections, dwarf2_build_psymtabs)
1424 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
1425 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
1426 (read_partial_die, read_full_die, read_indirect_string)
1427 (dwarf_decode_line_header, dwarf_decode_macros)
1428 (dwarf2_symbol_mark_computed): Remove use of removed macros.
1429 Update uses of removed variables.
1430 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
1431 of removed macros.
1432 (_initialize_dwarf2_read): New function.
1433 * symfile.h (dwarf2_has_info): Update prototype.
1434 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
1435 * elfread.c (elf_symfile_read): Likewise.
1436
408752b0
JB
14372004-04-01 Jim Blandy <jimb@redhat.com>
1438
9f744501
JB
1439 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
1440 function for register numbers on all the rs6000-derived targets.
1441 (rs6000_gdbarch_init): Don't register a separate
1442 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
1443 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
1444 variants.
1445
408752b0
JB
1446 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
1447 numbering.
1448
2de41bce
PH
14492004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
1450
1451 * valarith.c: Update copyright notice.
1452 (value_add): Handle range types.
1453 (value_sub): Ditto.
1454 (value_equal): Ditto.
1455 (value_less): Ditto.
1456 (value_neg): Ditto.
1457 (value_complement): Ditto.
8718a420 1458 (value_binop): Simplify slightly by using is_integral_type and
2de41bce 1459 eliminiating unnecessary COERCE_ENUMs.
8718a420 1460
5613d8d3
AC
14612004-03-31 Andrew Cagney <cagney@redhat.com>
1462
1463 * frame.h (frame_unwind_id): Declare.
1464 * frame.c (frame_unwind_id): New function.
1465 (get_prev_frame_1): New function.
1466 (frame_debug_got_null_frame): New function.
1467 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
1468 code proper to prev_frame, update description.
1469 * infrun.c (step_over_function): Use frame_unwind_id.
1470
c4557624
JB
14712004-04-31 J. Brobecker <brobecker@gnat.com>
1472
1473 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
1474 (hppa64_push_dummy_call): Likewise.
1475
3e6bb910
JB
14762004-03-30 Jim Blandy <jimb@redhat.com>
1477
1478 From Ulrich Weigand:
1479 * utils.c (query): Do not use a va_list variable multiple times.
1480
a2f23071
DJ
14812004-03-29 Daniel Jacobowitz <drow@mvista.com>
1482
1483 * Makefile.in (linux_nat_h): Update dependencies.
1484 * configure.in: Check for <gnu/libc-version.h>.
1485 * configure: Regenerate.
1486 * config.in: Regenerate.
1487 * linux-nat.h: Include "target.h". Add waitstatus field to
1488 struct lwp_info.
1489 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
1490 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
1491 to.
1492 (lin_lwp_handle_extended): New function. Handle clone events.
1493 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
1494 thread exit events.
1495 (child_wait): Handle clone events.
1496 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
1497 * linux-nat.c (linux_enable_event_reporting): Turn on
1498 PTRACE_O_TRACECLONE.
1499 (linux_handle_extended_wait): Handle clone events.
1500 * thread-db.c: Include <gnu/libc-version.h>.
1501 (struct private_thread_info): Add dying flag.
1502 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
1503 higher.
1504 (attach_thread): Update comments. Handle dying threads.
1505 (detach_thread): Set the dying flag.
1506 (check_event): Always call attach_thread.
1507
8d5f9dcb
DJ
15082004-03-29 Daniel Jacobowitz <drow@mvista.com>
1509
1510 * mips-tdep.c (mips_pdr_data): New.
1511 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
1512 (_initialize_mips_tdep): Initialize mips_pdr_data.
1513
66337bb1
CV
15142004-03-29 Corinna Vinschen <vinschen@redhat.com>
1515
1516 * minsyms.c (install_minimal_symbols): Move dropping leading
1517 char from linkage name from here...
1518 (prim_record_minimal_symbol_and_info): ...to here. Simplify
1519 test for "__gnu_compiled*" symbols.
1520
e802b915
JB
15212004-03-28 Jim Blandy <jimb@redhat.com>
1522
1523 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
1524 registers to temp register r0 and byte stores as prologue
1525 instructions.
1526
72b56458
AC
15272004-03-28 Andrew Cagney <cagney@redhat.com>
1528
1529 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
1530 arm*-*-*.
1531
0bfbda3b
SC
15322004-03-28 Stephane Carrez <stcarrez@nerim.fr>
1533
1534 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
1535 and switch the layout to force a display of register window.
1536
5a7225ed
JB
15372004-02-26 J. Brobecker <brobecker@gnat.com>
1538
1539 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
1540 of the INTEGER class.
1541
81a07a45
JB
15422004-03-26 Jim Blandy <jimb@redhat.com>
1543
1544 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
1545 bytes long on PPC GNU/Linux.
1546
8c691c7a
DC
15472004-03-26 David Carlton <carlton@kealia.com>
1548
1549 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
1550
103a0089
AC
15512004-03-25 Andrew Cagney <cagney@redhat.com>
1552
1553 * PROBLEMS: Add general section titles, remove references to
1554 specific releases.
1555
7a5ea0d4
DJ
15562004-03-25 Daniel Jacobowitz <drow@mvista.com>
1557
1558 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
1559 INT_REGISTER_SIZE.
1560 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
1561 FP_REGISTER_VIRTUAL_SIZE.
1562 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
1563 of DEPRECATED_REGISTER_RAW_SIZE.
1564 (arm_register_type): Add gdbarch argument.
1565 (arm_register_raw_size, arm_register_virtual_size): Delete.
1566 (arm_register_byte, arm_extract_return_value)
1567 (arm_store_return_value, arm_get_longjmp_target): Update references
1568 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
1569 (arm_gdbarch_init): Likewise. Don't set
1570 deprecated_register_raw_size, deprecated_register_virtual_size,
1571 deprecated_max_register_raw_size,
1572 deprecated_max_register_virtual_size, or
1573 deprecated_max_register_virtual_type. Do set register_type.
1574 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
1575 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
1576 (FP_REGISTER_VIRTUAL_SIZE): Delete.
1577 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
1578 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
1579 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
1580 INT_REGISTER_SIZE.
1581 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
1582 (remote_rdp_store_register): Likewise.
1583
5792a79b
DJ
15842004-03-24 Daniel Jacobowitz <drow@mvista.com>
1585
1586 * Makefile.in (mips-linux-tdep.o): Update dependencies.
1587 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
1588 to after osabi initialization.
1589 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
1590 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
1591 functions.
1592 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
1593 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
1594 variables.
1595 (mips_linux_init_abi): Append signal trampoline unwinders.
1596
1196bfda
AC
15972004-03-24 Andrew Cagney <cagney@redhat.com>
1598
1599 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
1600 * tramp-frame.c: Include "gdb_assert.h".
1601 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
1602 correct sizeof.
1603 (tramp_frame_append): Validate the tramp frame's instructions.
1604 * Makefile.in (tramp-frame.o): Update dependencies.
1605
4be282b4
AC
16062004-03-23 Andrew Cagney <cagney@redhat.com>
1607
1608 * trad-frame.h (trad_frame_set_reg_addr): Declare.
1609
69aec09b
AC
16102004-03-23 Andrew Cagney <cagney@redhat.com>
1611
1612 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
1613 Nasser as past testsuite/lib/ (and other) maintainers.
1614
63ed89b4
DJ
16152004-03-23 Daniel Jacobowitz <drow@mvista.com>
1616
1617 * infcmd.c (attach_command): Reread symbols if we already have
1618 an exec file.
1619
f3b36427
AC
16202004-03-23 Andrew Cagney <cagney@redhat.com>
1621
1622 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
1623
aa2a3f87
AC
16242004-03-23 Andrew Cagney <cagney@redhat.com>
1625
1626 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
1627 * gdbarch.h, gdbarch.c: Re-generate.
1628 * i386obsd-tdep.c (i386obsd_init_abi): Update.
1629 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
1630 * i386bsd-tdep.c (i386bsd_init_abi): Update.
8718a420 1631 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
aa2a3f87 1632 (DEPRECATED_SIGTRAMP_START): Update.
8718a420 1633 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
aa2a3f87
AC
1634 (DEPRECATED_SIGTRAMP_START): Update.
1635 * blockframe.c (find_pc_sect_partial_function): Update.
1636 * arch-utils.c (legacy_pc_in_sigtramp): Update.
1637
00cac895
DJ
16382004-03-23 Daniel Jacobowitz <drow@mvista.com>
1639
1640 * remote.c (remote_open_1): Reopen the exec file and reread symbols
1641 if necessary.
1642
f561f026
AC
16432004-03-23 Andrew Cagney <cagney@redhat.com>
1644
1645 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
1646 predicate, deprecate.
1647 * gdbarch.h, gdbarch.c: Re-generate.
1648 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
1649 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
1650 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
1651 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
1652 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
1653 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
1654 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
1655 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
1656 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
1657 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
1658 * blockframe.c (find_pc_partial_function): Update.
1659 * breakpoint.c (bpstat_what): Update.
1660 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
1661 * frv-linux-tdep.c (frv_linux_init_abi): Update.
1662 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
1663 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
1664 * i386-interix-tdep.c (i386_interix_init_abi): Update.
1665 * i386-linux-tdep.c (i386_linux_init_abi): Update.
1666 * i386-nto-tdep.c (i386nto_init_abi): Update.
1667 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
1668 * i386-tdep.c (i386_sigtramp_frame_sniffer)
1669 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
1670 * i386bsd-tdep.c (i386bsd_init_abi): Update.
1671 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
1672 * i386obsd-tdep.c (i386obsd_init_abi): Update.
1673 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
1674 * infrun.c (pc_in_sigtramp): Update.
1675 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
1676 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
1677 * mips-tdep.c (mips_gdbarch_init): Update.
1678 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
1679 * ppc-linux-tdep.c: Update comment.
1680 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
1681 * shnbsd-tdep.c (shnbsd_init_abi): Update.
1682 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
1683 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
1684 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
1685 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
1686 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
1687 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
1688 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
1689 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
8718a420 1690
8050c72f
AC
16912004-03-23 Andrew Cagney <cagney@redhat.com>
1692
d2259dd3
AC
1693 * tramp-frame.h, tramp-frame.h: New files.
1694 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
1695 Update rules to include "tramp-frame.h" and "tramp-frame.c".
1696
8050c72f
AC
1697 * Makefile.in: Update all dependencies.
1698
0db9b4b7
AC
16992004-03-23 Andrew Cagney <cagney@redhat.com>
1700
1701 * Makefile.in (trad_frame_h): Add $(frame_h).
1702 * trad-frame.h: Update copyright. Include "frame.h".
1703 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
1704 (trad_frame_set_id, trad_frame_get_id): Declare.
1705 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
1706 * trad-frame.c: Update copyright.
1707 (struct trad_frame_cache): Define.
1708 (trad_frame_cache_zalloc): New function.
1709 (trad_frame_set_id, trad_frame_get_id): New functions.
1710 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
8718a420 1711
8e645ae7
AC
17122004-03-22 Andrew Cagney <cagney@redhat.com>
1713
1714 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
1715 s390_pltstub_unwind_cache.
1716 (s390_stub_frame_unwind_cache): Rename
1717 s390_pltstub_frame_unwind_cache.
1718 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
1719 (s390_stub_frame_prev_register): Rename
1720 s390_pltstub_frame_prev_register.
1721 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
1722 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
1723
1724 From Ulrich Weigand:
1725 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
1726 pointer calls like PLT calls.
1727
34fcf120
DJ
17282004-03-22 Daniel Jacobowitz <drow@mvista.com>
1729
1730 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
1731 PC rather than the partial function start address. Use the start
1732 address to sanity check the found PDR.
1733
5b917078
DJ
17342004-03-22 Daniel Jacobowitz <drow@mvista.com>
1735
1736 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
1737 linux_handle_extended_wait.
1738
8adf9e78
AC
17392004-03-22 Andrew Cagney <cagney@redhat.com>
1740
c3122434
AC
1741 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
1742 function.
1743
8adf9e78
AC
1744 * frame.h (generic_pop_current_frame): Delete declaration.
1745 (deprecate_pop_dummy_frame): Deprecate
1746 generic_pop_dummy_frame.
1747 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
1748 (generic_pop_current_frame): Delete function.
1749 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
1750 generic_pop_current_frame.
1751 * v850-tdep.c (v850_pop_frame): Update.
1752 * mcore-tdep.c (mcore_pop_frame): Update.
1753 * sh64-tdep.c (sh64_pop_frame): Update.
1754 * h8300-tdep.c (h8300_pop_frame): Update.
1755
90ba813f
AC
17562004-03-22 Andrew Cagney <cagney@redhat.com>
1757
1758 * frame.h (deprecated_pc_in_call_dummy): Rename
1759 generic_pc_in_call_dummy.
1760 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
1761 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
1762 generic_pc_in_call_dummy.
1763 (pc_in_dummy_frame): Make static.
1764 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
1765 * gdbarch.h, gdbarch.c: Re-generate.
1766 * dummy-frame.c (dummy_frame_sniffer): Simplify.
1767 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
1768 (legacy_get_prev_frame): Ditto.
1769 * inferior.h: Delete reference to generic_pc_in_call_dummy in
1770 comment.
8718a420 1771
ca4bb888
AC
17722004-03-21 Andrew Cagney <cagney@redhat.com>
1773
244675f9
AC
1774 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
1775 declaration and out-of-date comment.
1776 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
1777 Delete function.
1778 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
1779 deprecated_pc_in_call_dummy.
1780
ca4bb888
AC
1781 * infrun.c (handle_inferior_event): For non legacy frames, use the
1782 frame ID and frame type to identify a signal trampoline. Update
1783 comments.
1784
1777c7b4
NW
17852004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
1786
1787 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
1788 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
1789
82417da5
AC
17902004-03-21 Andrew Cagney <cagney@redhat.com>
1791
1792 * frame-unwind.h: Update copyright.
1793 (struct frame_data): Add opaque declaration.
1794 (frame_sniffer_ftype): Declare.
1795 (struct frame_unwind): Add "unwind_data" and "sniffer".
1796 (frame_unwind_register_unwinder): Declare.
1797 (frame_unwind_find_by_frame): Add parameter "this_cache".
1798 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
1799 (legacy_get_prev_frame, legacy_get_prev_frame)
1800 (get_frame_type): Pass the prologue_cache to
1801 frame_unwind_find_by_frame.
1802 * frame-unwind.c (struct frame_unwind_table_entry): Add field
1803 "unwinder".
1804 (frame_unwind_register_unwinder): New function.
1805 (frame_unwind_find_by_frame): Handle an unwind sniffer.
1806
b2ba182e
PH
18072004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
1808
1809 * bcache.c (print_percentage): Use floating point to avoid
1810 incorrect results when portion*100 overflows.
1811
81332287
KB
18122004-03-19 Kevin Buettner <kevinb@redhat.com>
1813
1814 * ppc_tdep.h (ppc_linux_frame_saved_pc)
1815 (ppc_linux_init_extra_frame_info)
1816 (ppc_linux_frameless_function_invocation)
1817 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
1818 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
1819 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
1820 (rs6000_frame_chain): Delete declarations.
1821 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
1822 (ppc_linux_init_extra_frame_info)
1823 (ppc_linux_frameless_function_invocation)
1824 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
1825 (ppc_linux_init_abi): Remove registration of above deleted functions.
1826 * rs6000-tdep.c (rs6000_init_extra_frame_info)
1827 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
1828 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
1829 (rs6000_pop_frame, rs6000_frameless_function_invocation)
1830 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
1831 (rs6000_gdbarch_init): Remove registration of above deleted functions.
1832 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
1833 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
1834 frame management for all OSABIs.
1835
61a65099
KB
18362004-03-19 Andrew Cagney <cagney@redhat.com>
1837
1838 Committed by Kevin Buettner <kevinb@redhat.com>.
1839
1840 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
1841 Update copyright.
1842 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
1843 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
1844 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
1845 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
1846 unwinders. #ifdef legacy frame code.
1847 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
1848 "frame-base.h".
1849 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
1850 (struct rs6000_frame_cache, rs6000_frame_cache)
1851 (rs6000_frame_this_id, rs6000_frame_prev_register)
1852 (rs6000_frame_sniffer, rs6000_frame_unwind)
1853 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
1854 (rs6000_frame_base): Implement a traditional frame unwinder.
1855 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
1856 frame unwinder.
1857
88f7da05
KB
18582004-03-19 Kevin Buettner <kevinb@redhat.com>
1859
1860 * breakpoint.c (adjust_breakpoint_address): Don't adjust
1861 breakpoint address for watchpoints or the catch eventpoints.
1862 Add new paramter ``bptype''. Adjust all callers.
1863
f826dce1
AC
18642004-03-19 Andrew Cagney <cagney@redhat.com>
1865
33cb8b0f
AC
1866 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
1867
f826dce1
AC
1868 * PROBLEMS: Delete note that ARM does not use frame code, problem
1869 fixed.
1870
43b1ab88
AC
18712004-03-18 Andrew Cagney <cagney@redhat.com>
1872
292ab034
AC
1873 * stack.c (return_command): Delete code wrapped in #ifdef
1874 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
1875
43b1ab88
AC
1876 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
1877
dbfe4626
AC
18782004-03-18 Andrew Cagney <cagney@redhat.com>
1879
1880 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
1881 DEPRECATED_IN_SIGTRAMP.
1882 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
1883 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
1884 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
1885 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
1886 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
1887 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
1888 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
1889 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
1890 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
1891 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
1892
0cad6aec
AC
18932004-03-18 Andrew Cagney <cagney@redhat.com>
1894
1895 * frame-base.c: Update copyright. Include "gdb_obstack.h".
1896 (struct frame_base_table_entry): Define.
1897 (struct frame_base_table): Re-implement as a linked list.
1898 (frame_base_init): Re-implement.
1899 (frame_base_table): Delete function.
1900 (append_predicate): Delete function.
1901 (frame_base_append_sniffer): Update.
1902 (frame_base_set_default): Update.
1903 (frame_base_find_by_frame): Update.
1904 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
1905 * Makefile.in (frame-base.o): Update dependencies.
1906
9982c2e7
AC
19072004-03-17 Andrew Cagney <cagney@redhat.com>
1908
1909 * frame.c (legacy_get_prev_frame): Pass correct frame to
1910 frame_unwind_find_by_frame.
1911
8dfe8985
DC
19122004-03-17 David Carlton <carlton@kealia.com>
1913
1914 * NEWS: Mention C++ nested types and namespaces
1915
ed47347a
MC
19162004-03-16 Michael Chastain <mec.gnu@mindspring.com>
1917
1918 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
1919 and "Regressions since gdb 5.3.". Add known regressions since
1920 gdb 6.0.
1921
90aeadfc
DC
19222004-03-16 David Carlton <carlton@kealia.com>
1923
1924 * dwarf2read.c (process_structure_scope): Process children even
1925 when we're a declaration.
1926
73912b9b
AC
19272004-03-16 Andrew Cagney <cagney@redhat.com>
1928
1929 * symtab.h (find_pc_sect_partial_function): Delete declaration.
1930 * blockframe.c (find_pc_partial_function)
1931 (find_pc_sect_partial_function): Merge into a single
1932 find_pc_partial_function.
1933
283accbc
MK
19342004-03-16 Mark Kettenis <kettenis@gnu.org>
1935
1936 * i386bsd-nat.c: s/regno/regnum/g.
1937 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
1938 FP0_REGNUM.
1939 (store_inferior_registers): Likewise.
1940
f5b1afdf
MK
19412004-03-16 Mark Kettenis <kettenis@gnu.org>
1942
1943 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
1944 of i387_fill_fsave.
1945 (store_inferior_registers): Call i387_collect_fsave and
1946 i387_collect_fxsave instead of i387_fill_fsave and
1947 i387_fill_fxsave.
1948
41fe5eb3
AC
19492004-03-15 Andrew Cagney <cagney@redhat.com>
1950
1951 * Makefile.in (frame-unwind.o): Update dependencies.
1952 * frame-unwind.c: Include "gdb_obstack.h".
1953 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
1954 parameter.
1955 (append_predicate): Delete function.
1956 (struct frame_unwind_table_entry): New structure.
1957 (struct frame_unwind_table): Replace "sniffer" with "head" and
1958 "tail".
1959 (frame_unwind_append_sniffer): Update.
1960 (frame_unwind_find_by_frame): Update.
1961 (_initialize_frame_unwind): Registe frame_unwind_init using
1962 gdbarch_data_register_pre_init.
1963
3f63813d
MK
19642004-03-15 Mark Kettenis <kettenis@gnu.org>
1965
1966 * i386bsd-nat.c: Update copyright year.
1967 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
1968 define unconditionally.
1969
3248c325 19702004-03-15 Mark Kettenis <kettenis@gnu.org>
63b6c53f
MK
1971
1972 * i387-tdep.h (i387_collect_fsave): New prototype.
1973 * i387-tdep.c (i387_collect_fsave): New function containing most
1974 of the code from i387_fill_fsave.
3248c325 1975 (i387_fill_fsave): Call i387_collect_fsave.
63b6c53f 1976
871fbe6a
MK
19772004-03-15 Mark Kettenis <kettenis@gnu.org>
1978
1979 * i386-linux-tdep.c: Update copyright year.
1980 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
1981 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
1982 svr4_ilp32_link_map_offsets instead of
1983 i386_linux_svr4_fetch_link_map_offsets.
1984
8176b9b8
DC
19852004-03-15 David Carlton <carlton@kealia.com>
1986
1987 Fix for PR c++/1553:
1988 * dwarf2read.c (read_structure_type): Determine type name by
1989 calling determine_class_name.
1990 (determine_class_name): New.
1991 (determine_prefix): Look at TYPE_TAG_NAME and call
1992 determine_class_name when appropriate.
1993 (determine_prefix_aux, class_name): Delete.
9d58e29d 1994 (read_namespace): Set die->type.
8176b9b8 1995
fe8bf7d7
KB
19962004-03-15 Kevin Buettner <kevinb@redhat.com>
1997
1998 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
1999 unused macro definition. The definition in target.h (or perhaps
2000 elsewhere) takes precedence.
2001
ed6edd9b
AC
20022004-03-15 Andrew Cagney <cagney@redhat.com>
2003
f9be684a
AC
2004 * ppc-tdep.h: Update copyright.
2005 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
2006 function signatures to match "regsets.h".
2007 * ppc-linux-tdep.c: Include "regset.h".
2008 (ELF_GREGSET_SIZE): Delete.
2009 (right_supply_register): New function.
2010 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
2011 using right_supply_register.
2012 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
2013 functions.
2014 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
2015 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
2016 (_initialize_ppc_linux_tdep): Do not register
2017 ppc_linux_regset_core_fns.
2018 (ppc_linux_regset_from_core_section): Replace
2019 fetch_core_registers.
2020 (ppc_linux_regset_core_fns): Delete.
2021 * ppc-linux-nat.c: (right_fill_reg): New function.
2022 (supply_gregset): Update call to ppc_linux_supply_gregset.
2023 (fill_gregset): Clear the register set, use right_fill_reg.
2024 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
2025 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
2026
ed6edd9b
AC
2027 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
2028 unsigned.
2029
030f20e1
AC
20302004-03-15 Andrew Cagney <cagney@redhat.com>
2031
2032 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
2033 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
2034 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
2035 and register_gdbarch_data.
2036 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
2037 (struct gdbarch_data): Replace "init" by "pre_init" and
2038 "post_init".
2039 * gdbarch.h, gdbarch.c: Re-generate.
2040 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
2041 with"obstack", use OBSTACK_ZALLOC.
2042 (dwarf2_frame_ops): Delete.
2043 (dwarf2_frame_set_init_reg): Use gdbarch_data.
2044 (dwarf2_frame_init_reg): Use gdbarch_data.
2045 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
8718a420 2046 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
030f20e1
AC
2047 (_initialize_svr4_solib): Update.
2048 * user-regs.c (_initialize_user_regs): Update.
2049 * reggroups.c (_initialize_reggroup): Update.
2050 * regcache.c (_initialize_regcache): Update.
2051 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
2052 * libunwind-frame.c (_initialize_libunwind_frame): Update.
2053 * gnu-v3-abi.c (init_gnuv3_ops): Update.
2054 * frame-unwind.c (_initialize_frame_unwind): Update.
2055 * frame-base.c (_initialize_frame_base): Update.
2056 * user-regs.c (user_reg_add): Update.
2057 * reggroups.c (reggroup_add): Update.
2058 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
2059 * libunwind-frame.c (libunwind_frame_set_descr): Update.
2060 * frame-unwind.c (frame_unwind_append_sniffer): Update.
2061 * frame-base.c (frame_base_table): Update.
2062 * remote.c (_initialize_remote): Update.
2063 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
8718a420 2064
3111a3fc
AC
20652004-03-15 Andrew Cagney <cagney@redhat.com>
2066
2067 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
2068
5ecb7103
KB
20692004-03-15 Kevin Buettner <kevinb@redhat.com>
2070
2071 * Makefile.in (frv-linux-tdep.o): Add dependencies.
2072 * frv-linux-tdep.c: New file.
2073 * frv-tdep.c (struct gdbarch_tdep): Add new field
2074 ``sigcontext_reg_addr''.
2075 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
2076 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
2077 (frv_sigramp_frame_sniffer): New functions.
2078 (frv_sigtramp_frame_unwind): New static global.
2079 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
2080 sniffers.
2081 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
2082 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
2083
1ccda5e9
KB
20842004-03-15 Kevin Buettner <kevinb@redhat.com>
2085
2086 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
2087 but not via a call to error(), when unable to read memory.
2088
b375a0a5
KB
20892004-03-15 Kevin Buettner <kevinb@redhat.com>
2090
2091 * frv-tdep.c (frv_call_dummy_words): Delete.
2092 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
2093
4fdf6121
AC
20942004-03-15 Andrew Cagney <cagney@redhat.com>
2095
2096 * infrun.c (handle_step_into_function, step_over_function): Only
2097 update and use STEP_FRAME_ID when the system is using legacy
2098 frames. Update comments.
2099
34021503
MK
21002004-03-14 Mark Kettenis <kettenis@gnu.org>
2101
187e21d1
MK
2102 * amd64-linux-tdep.h: Remove file.
2103 * amd64-linux-tdep.c: Don't include "inferior.h" and
2104 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
2105 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
2106 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
2107 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
2108 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
2109 macros.
2110 (user_to_gdb_regmap): Remove variable.
2111 (amd64_linux_gregset_reg_offset): New variable.
2112 (amd64_core_fns): Remove variable.
2113 (fetch_core_registers): Remove function.
2114 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
2115 functions.
2116 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
2117 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
2118 * Makefile.in (amd64_linux_tdep_h): Remove.
2119 (amd64-linux-nat.o): Update dependencies.
2120 (amd64-linux-tdep.o): Update dependencies.
2121
99679982
MK
2122 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
2123 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
2124 functions.
2125 (fetch_inferior_registers, store_inferior_registers): Rewrite.
2126
34021503
MK
2127 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
2128 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
2129
134d01f1
DJ
21302004-03-14 Daniel Jacobowitz <drow@mvista.com>
2131
2132 * dwarf2read.c (read_structure_type): Rename from
8718a420 2133 read_structure_scope. Don't create a symbol or call process_die.
134d01f1
DJ
2134 Return immediately if die->type is set. Call read_type_die before
2135 dwarf2_add_member_fn.
2136 (process_structure_scope): New function.
2137 (read_enumeration_type, process_enumeration_scope): New functions,
2138 broken out from read_enumeration. Don't create the enumeration
2139 type if it has already been created.
2140 (read_enumeration): Removed.
2141 (process_die): Call read_structure_type, process_structure_scope,
2142 read_enumeration_type, and process_enumeration_scope. Just call
2143 new_symbol for base and subrange types. Add a comment about other
2144 type dies.
2145 (read_type_die): Call read_enumeration_type.
2146 (add_partial_structure, new_symbol): Update comments.
2147
65760afb
SC
21482004-03-13 Stephane Carrez <stcarrez@nerim.fr>
2149
2150 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
2151
10f59415
SC
21522004-03-13 Stephane Carrez <stcarrez@nerim.fr>
2153
2154 * tui/tui-win.h (tui_get_cmd_list): Declare.
2155 * tui/tui-win.c (tui_command): New function.
2156 (tui_get_cmd_list): New function.
2157 (_initialize_tui_win): Moved initialization of tui command in
2158 tui_get_cmd_list.
2159
2160 * tui/tui-data.c (init_content_element): Setup new data members.
2161 (init_win_info): Likewise.
2162 (free_content_elements): Free it.
2163 * tui/tui-data.h (struct tui_data_element): Store the register
2164 content to print.
2165 (struct tui_data_info): Keep the current register group.
2166
2167 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
2168
2169 * tui/tui-regs.h (tui_show_registers): Update prototype.
2170 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
2171 (tui_resize_all): No need to calculate anything for register window.
2172 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
2173 (tui_set_register_element, tui_set_general_regs_content): Remove.
2174 (tui_set_special_regs_content): Remove.
2175 (tui_set_general_and_special_regs_content): Remove.
2176 (tui_set_float_regs_content): Remove.
2177 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
2178 (tui_set_regs_content): Remove.
2179 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
2180 (tui_v_show_registers_command_support): Remove.
2181 (tui_show_registers): Use a reggroup to specify the registers to show.
2182 (tui_show_register_group): New function.
2183 (tui_display_registers_from): Compute the layout of register window
2184 and refresh with new API; be sure to delete old register windows.
2185 (tui_check_register_values): Update to use tui_get_register and
2186 tui_display_data.
2187 (tui_display_register): Just refresh the register window part.
2188 (tui_register_format): Format registers and save in tui_data_element.
2189 (tui_get_register): New to combine tui_reg_value_has_changed and
2190 tui_get_register_raw_value; fix to use the new gdb API.
2191 (tui_show_float_command): Renamed tui_reg_float_command.
2192 (tui_show_general_command): Renamed tui_reg_general_command.
2193 (tui_show_special_command): Renamed tui_reg_system_command.
2194 (_initialize_tui_regs): Remove unused commands.
2195
c3364ea4
MK
21962004-03-13 Mark Kettenis <kettenis@gnu.org>
2197
27d1e716
MK
2198 * NEWS (New native configurations): Mention OpenBSD/amd64.
2199
c3364ea4
MK
2200 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
2201 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
2202 Remove defines.
2203 * config/i386/nm-fbsd64.h: Likewise.
2204 * config/i386/nm-obsd.h: Likewise.
2205 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
2206 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
2207
b2d6d697
KB
22082004-03-12 Kevin Buettner <kevinb@redhat.com>
2209
2210 * frv-tdep.c (set_variant_scratch_registers): New function.
b2d6d697
KB
2211 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
2212 New constants.
2213
76e43199
KB
2214 From Richard Sandiford <rsandifo@redhat.com>:
2215 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
2216
34ce532e
KB
22172004-03-12 Kevin Buettner <kevinb@redhat.com>
2218
2219 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
2220 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
2221 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
2222 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
2223 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
2224 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
2225 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
2226 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
2227 definitions from frv-tdep.c to frv-tdep.h.
2228
c4d10515
KB
22292004-03-12 Kevin Buettner <kevinb@redhat.com>
2230
2231 Add shared library support for FR-V FDPIC ABI:
2232 * Makefile.in (solib-frv.o): Add dependencies.
2233 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
2234 New functions.
2235 (frv_push_dummy_call): Add support for FDPIC ABI.
2236 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
2237 for FDPIC ABI.
2238 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
2239 (frv_fdpic_find_canonical_descriptor): Declare.
2240 * solib-frv.c: New file.
2241 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
2242 * config/frv/tm-frv.h (solib.h): Include.
2243
ed1bd989
KB
22442004-03-12 Kevin Buettner <kevinb@redhat.com>
2245
2246 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
2247 (frv-tdep.o): Update dependencies.
2248 * frv-tdep.h: New file.
2249 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
2250 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
2251 constants.
2252 (struct gdbarch_tdep): Add new member ``frv_abi''.
2253 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
2254 functions.
2255 (new_variant): Set ``frv_abi'' field.
2256 (gdb_arch_init): Detect FDPIC executables.
2257
82b38f72
MK
22582004-03-12 Mark Kettenis <kettenis@gnu.org>
2259
2260 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
2261 wrapper.
2262
db1ea9ba
AC
22632004-03-11 Andrew Cagney <cagney@redhat.com>
2264
2265 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
2266
f8766ec1
KB
22672004-03-11 Kevin Buettner <kevinb@redhat.com>
2268
2269 * solist.h (master_so_list): New function.
2270 * solib.c (master_so_list): Likewise.
2271 * solib-svr4.c (enable_break): Iterate over so_list entries
2272 obtained from master list instead of entries obtained directly
2273 via svr4_current_sos().
2274
523f6a27
BE
22752004-03-10 Ben Elliston <bje@gnu.org>
2276
2277 * MAINTAINERS: Update my mail address.
2278
37814c18
KI
22792004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
2280
2281 * remote-m32r-sdi.c: Support hardware watchpoint.
2282
8b9740d8
DJ
22832004-03-09 Daniel Jacobowitz <drow@mvista.com>
2284
2285 * user-regs.c: Update copyright years.
2286 (struct user_regs): Rename to gdb_user_regs.
2287 (append_user_reg, builtin_user_regs, user_regs_init)
2288 (user_reg_add, user_reg_map_name_to_regnum)
2289 (usernum_to_user_reg): Update.
2290
4bb7a0a7
DJ
22912004-03-09 Daniel Jacobowitz <drow@mvista.com>
2292
2293 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
2294 (skip_children): New functions.
2295 (locate_pdi_sibling): Call skip_children.
2296
44e1a9eb
DJ
22972004-03-09 Daniel Jacobowitz <drow@mvista.com>
2298
2299 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
2300 * gdbtypes.c (check_typedef): Update comments.
2301
f3dd6933
DJ
23022004-03-09 Daniel Jacobowitz <drow@mvista.com>
2303
2304 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
2305 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
2306 pointer. Update comment about comp_unit_head.
2307 (struct abbrev_info): Shorten two int flags.
2308 (dwarf_alloc_abbrev): Take a CU argument.
2309 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
2310 each time through the loop. Update cleanup argument.
2311 (psymtab_to_symtab_1): Update cleanup call.
2312 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
2313 abbrev_obstack.
2314 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
2315 Just call obstack_free and clear the pointer.
2316
b40c7d58
DJ
23172004-03-09 Daniel Jacobowitz <drow@mvista.com>
2318
2319 * infrun.c (handle_inferior_event): Remove short-circuit code for
2320 events in a different thread.
2321
333dabeb
DJ
23222004-03-09 Daniel Jacobowitz <drow@mvista.com>
2323
2324 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
2325 print the whole transfer.
2326 (initialize_targets): Update description of "set debug target".
2327
aa17d93e
DJ
23282004-03-09 Daniel Jacobowitz <drow@mvista.com>
2329
2330 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
2331
0b71f08f
NW
23322004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
2333
2334 * MAINTAINERS (write after approval): Add myself.
2335
3930f270
CV
23362004-03-08 Corinna Vinschen <vinschen@redhat.com>
2337
2338 * sh-tdep.c (sh_print_registers_info): Use for loop.
2339 Don't skip multiple registers when a float register is encountered.
2340
a2b4a96c
CV
23412004-03-08 Corinna Vinschen <vinschen@redhat.com>
2342
2343 Fix PR tdep/1291.
2344 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
2345 to official SH documentation.
2346
f15a4bc0
AC
23472004-03-07 Andrew Cagney <cagney@redhat.com>
2348
2349 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
2350 unused function.
2351
9498281f
DJ
23522004-03-07 Daniel Jacobowitz <drow@mvista.com>
2353
2354 * arm-tdep.c (thumb_get_next_pc): Handle BX.
2355 (arm_get_next_pc): Handle BX and BLX.
2356
449e1137
AC
23572004-03-07 Andrew Cagney <cagney@redhat.com>
2358
eded0a31
AC
2359 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
2360 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
2361 HPPA_SP_REGNUM.
2362 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
2363 (hppa_target_read_fp): Delete.
2364 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
2365 register_virtual_size, max_register_raw_size,
2366 max_register_virtual_size, register_byte, register_size,
2367 target_read_fp, fp_regnum, and register_bytes. Set register_type
2368 instead of register_virtual_type.
2369 (hppa32_register_type, hppa64_register_type): Replace
2370 hppa32_register_virtual_type and hppa64_register_virtual_type.
2371 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
2372 (HPPA_FP_REGNUM): Define.
2373
f5f907e2
AC
2374 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
2375
69b4bbe4
AC
2376 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
2377 (pa_do_registers_info): Delete.
2378 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
8718a420 2379 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
69b4bbe4 2380 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
f5f907e2 2381
78161e48
AC
2382 * infcall.c (legacy_push_dummy_code): Delete #ifdef
2383 GDB_TARGET_IS_HPPA code.
2384 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
8718a420 2385 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
78161e48
AC
2386 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
2387 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
8718a420
RM
2388 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
2389 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
2390 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
78161e48 2391 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
8718a420
RM
2392 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
2393 (hppa_frameless_function_invocation, hppa64_store_return_value)
2394 (hppa_store_struct_return, hppa64_extract_return_value)
78161e48 2395 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
8718a420 2396 (hppa32_call_dummy_length, hppa64_call_dummy_length)
78161e48 2397 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
8718a420
RM
2398 (find_proc_framesize, deposit_21, restore_pc_queue)
2399 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
210197d2 2400 (rp_saved, pc_in_linker_stub): Delete.
78161e48 2401
782eae8b
AC
2402 Unconditionally enable 64-bit frame and ABI code.
2403 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
2404 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
2405 push_dummy_frame, fix_call_dummy, push_arguments,
2406 call_dummy_location, extract_return_value, use_struct_convention,
2407 store_return_value, store_struct_return, saved_pc_after_call,
2408 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
2409 frame_chain, frame_chain_valid, frameless_function_invocation,
2410 frame_saved_pc, and pop_frame.
78161e48 2411
449e1137
AC
2412 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
2413 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
2414 (hppa_gdbarch_init): Do not set PC_REGNUM.
2415
12507572
MK
24162004-03-06 Mark Kettenis <kettenis@gnu.org>
2417
2418 * config/alpha/tm-fbsd.h: Remove file.
2419 * config/alpha/fbsd.mt: Tweak comment.
2420 (TM_FILE): Set to tm-alpha.h.
2421
c107cc1b
AC
24222004-03-05 Andrew Cagney <cagney@redhat.com>
2423
2424 * infrun.c (step_over_function): When non-legacy code, and no
2425 step_frame_id, use the unwinder to get the caller's frame ID.
2426
f2e7c15d
MK
24272004-03-05 Mark Kettenis <kettenis@gnu.org>
2428
8b0c3633
MK
2429 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
2430 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
2431 bfd_arch_unknown. Adjust comment.
2432
f2e7c15d
MK
2433 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
2434 * i386obsd-tdep.c: Correct spelling in comment.
2435 * i386nbsd-tdep.c: Correct spelling in comment.
2436 * sparc-tdep.c: Correct spelling in comments.
2437
1198ecbe
DC
24382004-03-05 David Carlton <carlton@kealia.com>
2439
2440 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
2441 bug.
2442
9eb42ed1
MK
24432004-03-05 Mark Kettenis <kettenis@gnu.org>
2444
2445 * sparc-tdep.c: Fix typo in comment.
2446
52b5e991
JB
24472004-03-04 J. Brobecker <brobecker@gnat.com>
2448
2449 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
2450
d8151005
DJ
24512004-03-04 Daniel Jacobowitz <drow@mvista.com>
2452
2453 * dwarf2read.c: Add comment describing memory lifetimes.
2454 (struct dwarf2_pinfo): Update comment.
2455 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
2456 (read_enumeration, new_symbol): Don't use obsavestring.
2457
cbeae229
MK
24582004-03-04 Mark Kettenis <kettenis@gnu.org>
2459
722d18c2
MK
2460 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
2461 instead of amd64_fill_fxsave.
2462 * amd64bsd-nat.c (store_inferior_registers): Likewise.
2463 * amd64fbsd-nat.c (fill_fpregset): Likewise.
2464
cbeae229
MK
2465 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
2466 Reorganize code a bit.
2467
b4206d25
OF
24682004-03-04 Orjan Friberg <orjanf@axis.com>
2469
2470 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
8718a420
RM
2471 when the frame pointer is pushed. Don't set the frame pointer's
2472 address on the stack unless it's actually located there.
b4206d25
OF
2473 Set the SRP's address on the stack correctly when the PC is still in
2474 the prologue.
2475 (cris_return_value): New function.
2476 (cris_gdbarch_init): Clear deprecated store_return_value,
2477 extract_return_value.
2478
49b0b195
JB
24792004-03-02 Jim Blandy <jimb@redhat.com>
2480
2481 * stabsread.c (reg_value_complaint): The maximum register number
2482 is one less than the number of registers.
2483
e9ff708b
AC
24842004-03-02 Andrew Cagney <cagney@redhat.com>
2485
2486 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
2487 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
2488 trailing comma and redundant assignment of I386_ST0_REGNUM.
2489 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
2490 32-bit segment registers.
2491
d4715e41
AC
24922004-03-01 Andrew Cagney <cagney@redhat.com>
2493
2494 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
2495 use frame_relative_level and get_next_frame.
2496
3ce2bf18
AC
24972004-02-29 Andrew Cagney <cagney@redhat.com>
2498
2499 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
2500 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
2501 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
2502 Delete macro.
2503
2da6aac3
DJ
25042004-02-29 Daniel Jacobowitz <drow@mvista.com>
2505
2506 * inflow.c (terminal_inferior): Don't give up the terminal if we
2507 previously couldn't get the inferior's terminal state.
2508
6ba34a8d
DJ
25092004-02-29 Daniel Jacobowitz <drow@mvista.com>
2510
2511 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
2512 PC_REGNUM.
2513
faae5abe
AC
25142004-02-28 Andrew Cagney <cagney@redhat.com>
2515
2516 * NEWS: Refer to GDB 6.1.
2517 * README: Refer to GDB 6.1.
2518 * PROBLEMS: Refer to GDB 6.1.
2519
2227a3c5
DJ
25202004-02-28 Daniel Jacobowitz <drow@mvista.com>
2521
2522 * thread-db.c (disable_thread_signals): Remove unused function.
2523
80571bff
MK
25242004-02-28 Mark Kettenis <kettenis@gnu.org>
2525
041bd74b
MK
2526 * amd64-nat.c: Include "gdb_string.h".
2527 (amd64_collect_native_gregset): Zero-extend the 32-bit
2528 general-purpose registers and %eip.
2529
3c017e40
MK
2530 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
2531 * amd64-tdep.c (amd64_collect_fxsave): New function.
2532 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
2533
80571bff
MK
2534 * i387-tdep.h: Update copyright year.
2535 (i387_collect_fxsave): New prototype.
2536 * i387-tdep.c: Update copyright year.
2537 (i387_collect_fxsave): New function containing most of the code
2538 from i387_fill_fxsave.
2539 (i387_fill_fxsave): Call i387_collect_fxsave.
2540
50d71875
AC
25412004-02-28 Andrew Cagney <cagney@redhat.com>
2542
2543 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
2544 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
2545
4a28816e
MK
25462004-02-28 Mark Kettenis <kettenis@gnu.org>
2547
2548 * amd64-tdep.c (amd64_frame_cache): Fix comment.
2549
dbda9972
AC
25502004-02-28 Andrew Cagney <cagney@redhat.com>
2551
2552 * utils.c: Use "", instead of <>, to include readline.
2553 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
2554 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
2555 * source.c, solib.c, exec.c, event-top.c: Ditto.
2556 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
2557 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
2558 * Makefile.in: Update all dependencies.
2559 (readline_tilde_h, readline_history_h): Define.
2560 (readline_headers): Delete.
2561
83277a99
MK
25622004-02-28 Mark Kettenis <kettenis@gnu.org>
2563
91ae4303
MK
2564 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
2565 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
2566 "config/i386/tm-lx64.h".
2567
83277a99
MK
2568 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
2569 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
2570 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
2571
6e1d7d6c
AC
25722004-02-28 Andrew Cagney <cagney@redhat.com>
2573
ecc9ac84
AC
2574 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
2575
6e1d7d6c
AC
2576 * breakpoint.c (_initialize_breakpoint): Use
2577 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
2578 Add help to show command.
2579
9671aeef
MK
25802004-02-28 Mark Kettenis <kettenis@gnu.org>
2581
7fa2737c
MK
2582 * i386-nat.c: Reformat to be closer to coding standards.
2583 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
2584 `retval'. Make variables `align' and `size' local to while-loop.
2585 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
2586 (_initialize_i386_nat): New prototype.
2587
9671aeef
MK
2588 * tui/tui.c: Include <readline/readline.h> instead of
2589 "readline/readline.h". Include it after <term.h> and
2590 "gdb_curses.h".
2591
fca7aa43
AC
25922004-02-27 Andrew Cagney <cagney@redhat.com>
2593
412275d5
AC
2594 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
2595 the new frame unwind code.
2596 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
2597 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
2598 PCOQ_HEAD_REGNUM.
2599
fca7aa43
AC
2600 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
2601 "return_value" and "push_dummy_call".
2602 (hppa32_use_struct_convention): Delete unused function.
2603 (hppa32_store_return_value): Delete unused function.
2604 (hppa32_extract_return_value): Delete unused function.
2605 (hppa32_stack_align): Delete function.
2606
e6a8a7d2
EZ
26072004-02-27 Eli Zaretskii <eliz@elta.co.il>
2608
2609 * coffread.c (enter_linenos): Don't let rawptr reference memory
2610 outside linetab[]'s limits.
2611
1797a8f6
AC
26122004-02-27 Andrew Cagney <cagney@redhat.com>
2613
2614 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
2615 inferior stack space - the stack needs to grow upwards.
2616 (hppa32_frame_align): New function.
2617 (hppa64_frame_align): Replace hppa_frame_align.
2618 (hppa_gdbarch_init): Update.
2619
2e4b5889
OF
26202004-02-26 Orjan Friberg <orjanf@axis.com>
2621
2622 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
2623 (dwarf2-frame.h): Include.
2624 (enum cris_regnums): New enum CRIS_FP_REGNUM.
2625 Remove static variables related to ABI setting.
2626 (struct gdbarch_tdep): Remove cris_abi member.
2627 (struct frame_extra_info): Remove.
2628 (cris_unwind_cache, stack_item): New structs.
2629 (cris_frame_unwind, cris_frame_base): New variables.
2630 (push_stack_item, pop_stack_item)
2631 (cris_frame_unwind_cache, cris_frame_this_id)
2632 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
2633 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
2634 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
2635 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
2636 (cris_reg_struct_has_addr): New functions.
2637 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
8718a420 2638 (cris_frame_saved_pc, cris_saved_pc_after_call,
2e4b5889
OF
2639 (cris_store_struct_return, cris_frameless_function_invocation)
2640 (cris_pop_frame, cris_skip_prologue_main)
2641 (cris_abi_original_store_return_value)
2642 (cris_abi_v2_store_return_value)
2643 (cris_abi_original_extract_return_value)
2644 (cris_abi_v2_extract_return_value)
2645 (cris_abi_original_reg_struct_has_addr)
2646 (cris_abi_v2_reg_struct_has_addr)
2647 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
2648 (cris_push_return_address, cris_abi_update): Remove.
2649 (_initialize_cris_tdep): Remove ABI command.
2650 (cris_dump_tdep): Ditto.
8718a420 2651 (cris_gdbarch_init): Remove ABI command.
2e4b5889
OF
2652 Set store_return_value, extract_return_value, push_dummy_code,
2653 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
2654 frame_unwind_append_sniffer, frame_base_set_default.
2655 Clear deprecated init_frame_pc, push_arguments, store_return_value,
2656 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
2657 sizeof_call_dummy_words, get_saved_register, push_return_address,
8718a420 2658 pop_frame, store_struct_return, frame_init_saved_regs,
2e4b5889
OF
2659 init_extra_frame_info, frameless_function_invocation, frame_chain,
2660 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
2661 dummy_write_sp.
8718a420 2662
6b9acc27
JJ
26632004-02-26 Jeff Johnston <jjohnstn@redhat.com>
2664
2665 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
2666 * valprint.c (print_hex_chars): Change from static to external.
2667 (print_char_chars): New function.
2668 * printcmd.c (print_scalar_formatted): For integer and enum types
2669 that are longer than LONGEST, perform processing via appropriate
2670 print_*_chars routines.
2671
a431654a
AC
26722004-02-26 Andrew Cagney <cagney@redhat.com>
2673
2674 * Makefile.in: Update dependencies.
2675 Changes from Ulrich Weigand,
2676 * s390-tdep.c: Include "dwarf2-frame.h".
2677 (s390_dwarf2_frame_init_reg): New function.
2678 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
2679 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
2680
fa8d40ab
JJ
26812004-02-26 Jeff Johnston <jjohnstn@redhat.com>
2682
2683 * breakpoint.c (pending_break_support): New setting variable.
2684 (break_command_1): Account for pending_break_support setting
2685 when creating pending breakpoints.
2686 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
2687 (_initialize_breakpoint): Add "set breakpoint pending" and
2688 "show breakpoint pending" commands.
2689
0dcd613f
AC
26902004-02-26 Andrew Cagney <cagney@redhat.com>
2691
2692 Fix PR i18n/1570.
2693 * charset.c (backslashable, backslashed, represented): Remove 'e'
2694 from list of escaped characters, not part of ISO-C.
2695
479272a3
JB
26962004-02-25 J. Brobecker <brobecker@gnat.com>
2697
2698 From Peter Schauer <schauer@pdf.de>:
2699 * tui/tui.c: Move system header includes after local includes.
2700 Fixes a build failure on solaris systems.
2701
7613d933
JB
27022004-02-25 J. Brobecker <brobecker@gnat.com>
2703
2704 * configure.in: Refine the previous change.
2705 * configure: Regenerate.
2706
9c1488cb
MK
27072004-02-25 Mark Kettenis <kettenis@gnu.org>
2708
2709 * amd64-tdep.h: Renamed from x86-64-tdep.h.
2710 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
2711 "amd64-tdep.h" instead of "x86-64-tdep.h".
2712 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
2713 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
2714 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
2715 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
2716 and "x86-64-tdep.c".
2717 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
2718 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
2719 and "x86-64-tdep.c".
2720 * amd64bsd-nat.c: Update copyright year.
2721 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
2722 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
2723 "x86-64-tdep.h".
2724 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
2725 "x86-64-tdep.h".
2726 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
2727 "x86-64-tdep.h".
2728 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
2729 "x86-64-tdep.h".
2730 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
2731 "x86-64-tdep.h".
2732 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
2733 "x86-64-tdep.h".
8718a420 2734 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
9c1488cb
MK
2735 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
2736 * Makefile.in (amd64_linux_tdep_h): Renamed from
2737 x86_64_linux_tdep_h.
2738 (amd64_tdep_h): Renamed from x86_64_tdep_h.
2739 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
2740 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
2741 (amd64obsd-tdep.o): Update dependencies.
2742 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
2743 dependencies.
2744 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
2745 dependencies.
2746 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
2747 amd64-linux-nat.c amd64-linux-tdep.c.
2748 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
2749 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
2750 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
2751 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
2752 amd64-tdep.o and amd64-linux-tdep.o.
2753 (TM_FILE): Set to tm-linux64.h.
2754 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
2755 (NAT_FILE): Set to nm-linux64.h.
2756 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
2757 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
2758 amd64-tdep.o.
2759 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
2760 amd64-tdep.o.
2761 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
2762 amd64-tdep.o.
2763
4b8dad4a
RM
27642004-02-25 Roland McGrath <roland@redhat.com>
2765
2766 * remote.c (remote_protocol_qPart_auxv): New variable.
2767 (init_all_packet_configs): Initialize it.
2768 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
2769 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
2770 (show_remote_cmd): Call it.
2771 (_initialize_remote): Initialize commands.
2772 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
2773 service TARGET_OBJECT_AUXV requests.
2774
66745969
JB
27752004-02-25 J. Brobecker <brobecker@gnat.com>
2776
2777 * configure.in: Make sure that the wborder function is available.
2778 Otherwise, search for it in the cur_colr library.
2779 * configure: Regenerate.
2780
79508e1e
AC
27812004-02-25 Andrew Cagney <cagney@redhat.com>
2782
2783 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
2784
571ee600
MK
27852004-02-25 Mark Kettenis <kettenis@gnu.org>
2786
2787 * config/i386/tm-x86-64linux.h: Tweak comments.
2788
2b1b322f 27892004-02-25 Richard Sandiford <rsandifo@redhat.com>
ad74788f
RS
2790
2791 * MAINTAINERS: Add self to write-after-approval list.
2792
4d2acc65
AC
27932004-02-25 Andrew Cagney <cagney@redhat.com>
2794
4b8dad4a 2795 PR cli/1566. Problem found, and fix suggested by David Allan.
4d2acc65
AC
2796 * cli/cli-script.c (execute_control_command): Unconditionally
2797 install a cleanup. Default "ret" to "invalid_control". Use
2798 "break" instead of "return" to escape from the switch.
2799
4cfcaf21
JB
28002004-02-24 J. Brobecker <brobecker@gnat.com>
2801
2802 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
2803 with the lines macro defined in term.h on AiX.
2804 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
2805 a collision with the label_width macro defined in term.h on AiX.
2806
54a5c8d8
KB
28072004-02-23 David Mosberger <davidm@hpl.hp.com>
2808
2809 Committed by Kevin Buettner <kevinb@redhat.com>.
2810
2811 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
2812 * ia64-tdep.c (ia64_write_pc): Make it a global function.
2813 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
2814 instead of ia64_write_pc().
2815 * ia64-linux-tdep.c (regcache.h): Include.
2816 (ia64_linux_write_pc): New function.
4b8dad4a 2817
8a1dac83
RM
28182004-02-23 Roland McGrath <roland@redhat.com>
2819
2820 * auxv.c (info_auxv_command): Fix typos in error messages.
2821
90f90721
MK
28222004-02-23 Mark Kettenis <kettenis@gnu.org>
2823
8a1dac83 2824 * x86-64-tdep.h: Tweak comment.
90f90721
MK
2825 (enum amd64_regnum): New.
2826 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
2827 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
2828 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
2829 (X86_64_XMM1_REGNUM): Removed.
2830 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
2831 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
2832 prototypes for renamed functions.
2833 * x86-64-tdep.c: Fix typo.
2834 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
2835 register numbers.
2836 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
2837 Use constants from `enum amd64_regnum' for register numbers.
2838 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
2839 (amd64_analyze_prologue, amd64_frame_cache,
2840 amd64_sigtramp_frame_cache): Use constants from `enum
2841 amd64_regnum' for register numbers.
2842 (amd64_supply_fpregset): Adjust for renamed functions.
2843 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
2844 `enum amd64_regnum' for register numbers.
2845 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
2846 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
2847 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
2848 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
2849 (amd64_linux_fill_gregset): Adjust for renamed macros.
2850 (fetch_core_registers): Adjust for renamed functions.
2851 (amd64_linux_init_abi): Adjust for renamed functions.
2852 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
2853 renamed functions.
2854 * amd64-nat.c: Adjust for renamed macros.
2855 * amd64bsd-nat.c (fetch_inferior_registers)
2856 (store_inferior_registers): Use constants from `enum amd64_regnum'
2857 for register numbers. Adjust for renamed variables.
2858 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
2859 renamed variables.
2860 (_initialize_amd64fbsd_nat): Use constants from `enum
2861 amd64_regnum' for register numbers.
2862 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
2863 `enum amd64_regnum' for register numbers.
2864 (amd64fbsd_init_abi): Adjust for renamed functions.
2865 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
2866 `enum amd64_regnum' for register numbers.
2867 (amd64nbsd_init_abi): Adjust for renamed functions.
2868 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
2869 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
2870 `enum amd64_regnum' for register numbers.
2871 (amd64obsd_init_abi): Adjust for renamed functions.
2872 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
2873
d5479188
JJ
28742004-02-23 Jeff Johnston <jjohnstn@redhat.com>
2875
2876 * breakpoint.c (print_one_breakpoint): Do not output spaces
2877 after printing <PENDING> for a pending breakpoint.
2878
81cb7cc9
JJ
28792004-02-23 Jeff Johnston <jjohnstn@redhat.com>
2880
2881 * printcmd.c (print_scalar_formatted): Initialize val_long
2882 to remove compiler warning message.
2883
cbdeadca
JJ
28842004-02-23 Jeff Johnston <jjohnstn@redhat.com>
2885
2886 * defs.h (nquery, yquery): New prototypes.
2887 * breakpoint.c (break_command_1): Use new nquery interface.
2888 * utils.c (defaulted_query, nquery, yquery): New functions.
2889
da6bab63
AC
28902004-02-23 Andrew Cagney <cagney@redhat.com>
2891
2f690297
AC
2892 * hppa-tdep.c (hppa_frame_align): New function.
2893 (hppa32_push_dummy_call): New function.
2894 (hppa64_push_dummy_call): New function.
2895 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
2896 disabled.
8a1dac83 2897
da6bab63
AC
2898 * infcall.c (legacy_push_dummy_code): Don't call deprecated
2899 FIX_CALL_DUMMY when push_dummy_call is available.
2900 (call_function_by_hand, push_dummy_code): Ditto.
2901
abf9b42d
AC
29022004-02-22 Andrew Cagney <cagney@redhat.com>
2903
2904 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
2905 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
2906 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
2907 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
2908 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
2909 call_dummy_location to ON_STACK.
2910
10fc94a4
MK
29112004-02-22 Mark Kettenis <kettenis@gnu.org>
2912
51433e4b
MK
2913 * x86-64-linux-tdep.c: Tweak comment.
2914 (amd64_linux_supply_gregset): Renamed from
2915 x86_64_linux_supply_gresget.
2916 (amd64_linux_fill_gregset): Renamed from
2917 x86_64_linux_fill_gregset.
2918 (fetch_core_registers): Adjust for renamed functions.
2919 (amd64_core_fns): Renamed from x86_64_core_fns.
2920 (amd64_linux_sigtramp_start): Renamed from
2921 x86_64_linux_sigtramp_start.
2922 (amd64_linux_pc_in_sigtramp): Renamed from
2923 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
2924 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
2925 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
2926 (amd64_linux_sigcontext_addr): Renamed from
2927 x86_64_linux_sigcontext_addr.
2928 (amd64_linux_sc_reg_offset): Renamed from
2929 x86_64_linux_sc_reg_offset.
2930 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
2931 Adjust for renamed functions and variables.
2932 (_initialize_amd64_linux_tdep): Renamed from
2933 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
2934 variables.
2935 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
2936 Adjust for renamed functions.
2937
430eaf2e
MK
2938 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
2939 from x86_64_linux_gregset64_reg_offset.
2940 (amd64_linux_gregset32_reg_offset): Rename from
2941 x86_64_linux_gregset64_reg_offset.
2942 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
2943 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
2944 (amd64_linux_dr_set_control): Renamed from
2945 x86_64_linux_dr_set_control. Adjust for renamed functions.
2946 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
2947 Adjust for renamed functions.
2948 (amd64_linux_dr_reset_addr): Renamed from
2949 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
2950 (amd64_linux_dr_get_status): Renamed from
2951 x86_64_linux_dr_get_status. Adjust for renamed functions.
2952 (_initialize_amd64_linux_nat): Renamed from
2953 _initialize_x86_64_linux_nat. Adjust for renamed variables and
2954 functions.
2955 * config/i386/nm-x86-64linux.h: Update copyright year.
2956 Adjust for renamed functions.
2957
10fc94a4
MK
2958 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
2959 amd64fbsd_sigtramp_start.
2960 (amd64fbsd_sigtramp_end_addr): Renamed from
2961 amd64fbsd_sigtramp_end.
2962 (amd64fbsd_init_abi): Adjust for renamed variables.
2963 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
2964 variables.
2965 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
2966 amd64fbsd_sigtramp_start.
2967 (amd64fbsd_sigtramp_end_addr): Renamed from
2968 amd64fbsd_sigtramp_end.
2969
343af405
AC
29702004-02-22 Andrew Cagney <cagney@redhat.com>
2971
537987fc
AC
2972 * hppa-tdep.c (hppa32_return_value): New function.
2973 (hppa64_return_value): New function.
2974 (hppa_gdbarch_init): Set return_value; keep disabled.
2975
fad850b2
AC
2976 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
2977 struct-return and inferior function call methods.
2978
26d08f08
AC
2979 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
2980 "frame-base.h".
2981 (struct hppa_frame_cache): Define.
2982 (hppa_frame_cache, hppa_frame_this_id): New functions.
2983 (hppa_frame_prev_register): New function.
2984 (hppa_frame_unwind, hppa_frame_base): New variables.
2985 (hppa_frame_unwind_sniffer): New function.
2986 (hppa_frame_base_address, hppa_unwind_pc): New function.
2987 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
2988 sniffer, and frame base sniffer; keep disabled.
2989 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
2990 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
2991
e7d7bd65
AC
2992 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
2993 to predicates for "seriously old code".
2994
e963316f
AC
2995 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
2996 runtime if(0).
2997
56132691
AC
2998 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
2999 unsigned.
3000 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
e963316f 3001
343af405
AC
3002 * config/pa/tm-hppa.h: Update copyright.
3003 (DEPRECATED_INIT_FRAME_PC): Delete macro.
3004 (deprecated_init_frame_pc_default): Delete declaration.
3005 (hppa_frame_init_saved_regs): Delete declaration.
3006 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
3007 * hppa-tdep.c: Include "arch-utils.h".
3008 (hppa_gdbarch_init): Set deprecated init_frame_pc
3009 and deprecated frame_init_saved_regs.
3010 (hppa_frame_init_saved_regs): Make static.
3011
f5859b4d
MK
30122004-02-22 Mark Kettenis <kettenis@gnu.org>
3013
86f6f8e7 3014 Remove old 386BSD support.
cf7c5c23 3015 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
86f6f8e7
MK
3016 * configure.host: Remove i[34567]86-*-bsd*.
3017 * configure.tgt: Remove i[34567]86-*-bsd*.
3018 * i386b-nat.c: Removed.
3019 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
cf7c5c23
MK
3020 (i386b-nat.o): Remove dependencies.
3021
86f6f8e7
MK
3022 * config/i386/i386bsd.mh: Removed.
3023 * config/i386/i386bsd.mt: Removed.
3024 * config/i386/nm-i386bsd.h: Removed.
3025 * config/i386/tm-i386bsd.h: Removed.
3026 * config/i386/xm-i386bsd.h: Removed.
3027
971218cd
MK
3028 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
3029
7e654c37
MK
3030 * amd64fbsd-tdep.c: Include "solib-svr4.h".
3031 (amd64fbsd_init_abi): Set link map offsets.
3032 * amd64nbsd-tdep.c: Include "slib-svr4.h".
3033 (amd64nbsd_init_abi): Set link map offsets.
3034 * amd64obsd-tdep.c: Include "solib-svr4.h".
3035 (amd64obsd_init_abi): Set link map offsets.
3036 * i386fbsd-tdep.c: Include "solib-svr4.h".
3037 (i386fbsd_init_abi): Set link map offsets.
3038 * i386nbsd-tdep.c: Include "solib-svr4.h".
3039 (i386nbsdelf_init_abi): Set link map offsets.
3040 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
3041 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
3042 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
3043 solib-legacy.o and core-aout.o. Reformat.
3044 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
3045 solib-svr4.o, solib-legacy.o. Reformat.
3046 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
3047 * config/i386/nbsdelf.mh: Reformat.
3048 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
3049 solib-svr4.o, solib-legacy.o and corelow.o.
3050 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
3051 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
3052 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
3053 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
3054 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
3055 (TM_FILE): Set to tm-fbsd.h.
3056 * config/i386/nbsd.mt (TDEPFILES): Reformat.
3057 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
3058 solib-svr4.o.
3059 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
3060 solib-svr4.o.
3061 (TM_FILE): Set to nm-nbsd.h.
3062 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
3063 Simplify shared library support. Don't include "elf/common.h".
3064 (SVR4_SHARED_LIBS): Don't define.
3065 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
3066 "solib.h".
3067 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
3068 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
3069 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
3070 Don't include "i386/tm-i386.h". Include "solib.h".
3071 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
3072 Don't include "i386/tm-i386.h".
3073 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
3074 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
3075 Include "i386/xm-i386.h".
3076 (HOST_LONG_DOUBLE_FORMAT): Remove.
3077
5d93ae8c
MK
3078 Fix OpenBSD/i386 sigtramp recognition.
3079 * i386-tdep.h: Update copyright year.
3080 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
3081 (i386bsd_sigtramp_end): New prototypes.
3082 (i386fbsd_sigtramp_start_addr): Renamed from
3083 i386fbsd_sigtramp_start.
3084 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
3085 (i386obsd_sigtramp_start_addr): Renamed from
3086 i386obsd_sigtramp_start.
3087 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
3088 * i386bsd-tdep.c: Update copyright year.
3089 (i386bsd_pc_in_sigtramp): Make public.
3090 * i386fbsd-nat.c: Update copyright year.
3091 (_initialize_i386fbsd_nat): Adjust for renamed variables.
3092 * i386fbsd-tdep.c: Update copyright year.
3093 (i386fbsd_sigtramp_start_addr): Renamed from
3094 i386fbsd_sigtramp_start.
3095 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
3096 (i386fbsdaout_init_abi): Adjust for renamed variables.
3097 * i386obsd-nat.c: Update copyright year.
3098 (_initialize_i386obsd_nat): Adjust for renamed variables.
3099 * i386obsd-tdep.c: Include "target.h".
3100 (i386obsd_page_size): New variable.
3101 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
3102 (i386obsd_sigtramp_end): New functions.
3103 (i386obsd_sigtramp_start_addr): Renamed from
3104 i386obsd_sigtramp_start.
3105 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
3106 (i386obsd_init_abi): Adjust for renamed variables. Set
3107 pc_in_sigtramp, sigtramp_start and sigtramp_end.
3108 * Makefile.in (i386obsd-tdep.o): Update dependencies.
3109
84d04465
MK
3110 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
3111 trampoline change in OpenBSD kernel.
3112
b053aceb
MK
3113 * amd64-nat.c: Update copyright year.
3114 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
3115 architecture from REGCACHE.
3116
f5859b4d
MK
3117 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
3118 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
3119
e4bbbda8
MK
31202004-02-21 Mark Kettenis <kettenis@gnu.org>
3121
ba361932
MK
3122 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
3123 i[34567]86-*-openbsd3.[0-3].
3124 * config/i386/obsdaout.mh: New file.
3125
d3e48264
MK
3126 * config/i386/obsd.mh (MH_FLAGS): Remove.
3127
60a6eeb6
MK
3128 Fix PR build/1549.
3129 * i386obsd-tdep.c: Update copyright years. Include
3130 "solib-svr4.h".
3131 (i386obsd_init_abi): Don't set regset_from_core_section here.
3132 (i386obsd_aout_init_abi): New function. Set
3133 regset_from_core_section here.
3134 (i386obsd_elf_init_abi): New function.
3135 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
3136 * Makefile.in (i386obsd-tdep.o): Update dependecies.
3137 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
3138 (TM_FILE): Set to tm-nbsd.h.
3139
3140 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
3141 solib-sunos.o.
3142
e4bbbda8
MK
3143 * solib-svr4.h: Update copyright year.
3144 (svr4_ilp32_fetch_link_map_offsets)
3145 (svr4_lp64_fetch_link_map_offsets): New prototype.
3146 * solib-svr4.c: Update copyright year.
3147 (svr4_ilp32_fetch_link_map_offsets)
3148 (svr4_lp64_fetch_link_map_offsets): New function.
3149
f6fe98ef
DJ
31502004-02-20 Daniel Jacobowitz <drow@mvista.com>
3151
3152 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
3153 to the partial symbol table.
3154
589ca796
JB
31552004-02-20 J. brobecker <brobecker@gnat.com>
3156
3157 * PROBLEMS: Add description of problem documented under gdb/1560.
3158
2031c21a
MK
31592004-02-20 Mark Kettenis <kettenis@gnu.org>
3160
30b344b1
MK
3161 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
3162 comments.
3163 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
3164 functions.
3165 (amd64obsd_init_abi): Reorder initializations. Use
3166 amd64obsd_r_reg_offset to initialize the general-purpose register
3167 set details. Set regset_from_core_section.
3168 (_initialize_amd64obsd_tdep): Rename from
3169 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
3170 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
3171 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
3172
2031c21a
MK
3173 * NEWS (New native configurations): Mention OpenBSD/alpha.
3174 * configure.tgt: Add alpha*-*-openbsd*.
3175 * configure.host: Add alpha*-*-openbsd*.
3176 * alphanbsd-tdep.c: Update copyright year.
3177 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
3178
42471775
AC
31792004-02-20 Andrew Cagney <cagney@redhat.com>
3180
3181 Fix PR tdep/1372.
3182 * configure.tgt: Delete target "none-*-*".
3183 * configure.host: Delete host "none-*-*".
3184 * config/none/none.mh: Delete file.
3185 * config/none/none.mt: Delete file.
3186 * config/none/xm-none.h: Delete file.
3187 * config/none/tm-none.h: Delete file.
3188 * config/none/nm-none.h: Delete file.
3189
960ccd7d
FF
31902004-02-19 Fred Fish <fnf@redhat.com>
3191
3192 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
3193 cache->uses_fp prior to setting it.
3194
5f883edd
FF
31952004-02-19 Fred Fish <fnf@redhat.com>
3196
3197 Fix for PR breakpoint/1558.
3198 * sh-tdep.c (IS_JSR): New macro.
3199 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
3200
f98c22d5
JB
32012004-02-19 Jim Blandy <jimb@redhat.com>
3202
3203 * findvar.c (value_from_register): Doc fix.
3204
95051d27
JJ
32052004-02-19 Jeff Johnston <jjohnstn@redhat.com>
3206
3207 * printcmd.c (print_scalar_formatted): Do not check for sizeof
3208 type being greater than sizeof of host's LONGEST. Always use
3209 unpack_long() unless format 'f' chosen.
3210
ccefbec3
EZ
32112004-02-19 Joel Brobecker <brobecker@gnat.com>
3212
3213 Committed by Elena Zannoni <ezannoni@redhat.com>
2ede629f 3214
ccefbec3
EZ
3215 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
3216 contains a symbol wich is the best, non-exact match for the given
3217 pc. Update comments.
3218
32192004-02-19 Elena Zannoni <ezannoni@redhat.com>
8a1dac83 3220
2ede629f
EZ
3221 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
3222 macro, which was part of the now removed Mach 3 port.
3223 * utils.c (request_quit): Ditto.
3224
567ee972
MK
32252004-02-18 Mark Kettenis <kettenis@gnu.org>
3226
3227 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
3228 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
3229
50cca7bb
MK
32302004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3231
3232 Committed by Mark Kettenis <kettenis@gnu.org>.
3233
3234 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
3235 Define.
3236
226361c4
AC
32372004-02-18 Andrew Cagney <cagney@redhat.com>
3238
3239 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
3240 CONFIG_INSTALL and CONFIG_UNINSTALL.
3241 * configure: Re-generate.
3242 * interps.h (INTERP_TUI): Define.
3243 * Makefile.in: Update dependencies.
3244 (TUI): New macro.
3245 (tui-main.o): Specify dependencies.
3246 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
3247 * tui/tui-main.c: New file.
3248
49cfa46f
MK
32492004-02-18 Mark Kettenis <kettenis@gnu.org>
3250
e2879ccb
MK
3251 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
3252 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
3253 dependencies.
3254 * configure.host: Add x86_64-*-openbsd*.
3255 * configure.tgt: Add x86_64-*-openbsd*.
3256 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
3257
c43f4bec
MK
3258 * tui/tui.c: Don't include <malloc.h>.
3259
09ae75b6
MK
3260 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
3261 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
3262 amd64nbsd-tdep.c.
3263
49cfa46f 3264 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
8a1dac83 3265 static. Remove extraneous whitespace.
49cfa46f
MK
3266 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
3267 static.
3268
05957fdb
JB
32692004-02-17 Jim Blandy <jimb@redhat.com>
3270
3271 * findvar.c (value_from_register): Doc fix.
3272
d0f54f9d
JB
32732004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3274
3275 Committed by Jim Blandy <jimb@redhat.com>.
e1457d83 3276
8a1dac83 3277 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
c253954e
JB
3278 CORE_ADDR as type for selectors. Correct types for GNU run time
3279 message lookup function to use double indirection.
3280 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
3281 * objc-lang.h (lookup_child_selector): Adapt prototype.
3282
9cbd5950
JB
3283 * s390-nat.c (SUBOFF): New macro.
3284 (supply_gregset, fill_gregset): Use it to handle debugging
3285 of 32-bit exectuables running under a 64-bit kernel.
3286 * s390-tdep.c: Include "solib-svr4.h".
3287 (s390_svr4_fetch_link_map_offset): New function.
3288 (s390x_svr_fetch_link_map_offset): Likewise.
3289 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
3290 * Makefile.in (s390-tdep.o): Update dependencies.
3291
a8c99f38
JB
3292 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
3293 "frame-unwind.h".
3294 (s390_readinstruction): Reformat. Use read_memory_nobpt.
3295 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
3296 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
3297 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
3298 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
3299 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
8a1dac83 3300 S390_SIGNAL_FRAMESIZE,
a8c99f38
JB
3301 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
3302 (struct frame_extra_info): Remove.
3303 (s390_memset_extra_info): Remove.
f73b1eff
JB
3304 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
3305 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
3306 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
a8c99f38
JB
3307 (is_rse): Renamed to ...
3308 (is_rsy): ... this. Support long displacements.
3309 (is_rxe): Renamed to ...
3310 (is_rxy): ... this. Support long displacements.
3311 (compute_x_addr): Support long displacements.
3312 (struct s390_prologue_data): New data type.
3313 (s390_on_stack): Change API to use struct s390_prologue_data.
3314 (s390_store): Reimplement.
3315 (s390_load): New function.
3316 (s390_get_signal_frame_info): Remove.
3317 (s390_get_frame_info): Remove, replace by ...
3318 (s390_analyze_prolog): ... this new function.
3319 (s390_check_function_end): Remove.
3320 (s390_function_start): Remove.
3321 (s390_frameless_function_invokation): Remove.
3322 (s390_is_sigreturn): Remove.
3323 (s390_init_frame_pc_first): Remove.
3324 (s390_init_frame_extra_info): Remove.
3325 (s390_frame_init_saved_regs): Remove.
3326 (s390_frame_saved_pc_nofix): Remove.
3327 (s390_frame_saved_pc): Remove.
3328 (s390_frame_chain): Remove.
3329 (s390_fp_regnum, s390_read_fp): Remove.
3330 (s390_pop_frame_regular, s390_pop_frame): Remove.
3331 (s390_saved_pc_after_call): Remove.
3332 (s390_skip_prologue): Reimplement.
3333 (s390_in_function_epilogue_p): Support long displacements.
3334 (struct s390_unwind_cache): New data structure.
3335 (s390_frame_unwind_cache): New function.
3336 (s390_prologue_frame_unwind_cache): Likewise.
3337 (s390_backchain_frame_unwind_cache): Likewise.
3338 (s390_frame_this_id, s390_frame_prev_register): Likewise.
3339 (s390_frame_unwind): Define.
3340 (s390_frame_sniffer): New function.
3341 (struct s390_pltstub_unwind_cache): New data structure.
3342 (s390_pltstub_frame_unwind_cache): New function.
3343 (s390_pltstub_frame_this_id): Likewise.
3344 (s390_pltstub_frame_prev_register): Likewise.
3345 (s390_pltstub_frame_unwind): Define.
3346 (s390_pltstub_frame_sniffer): New function.
3347 (struct s390_sigtramp_unwind_cache): New data structure.
3348 (s390_sigtramp_frame_unwind_cache): New function.
3349 (s390_sigtramp_frame_this_id): Likewise.
3350 (s390_sigtramp_frame_prev_register): Likewise.
3351 (s390_sigtramp_frame_unwind): Define.
3352 (s390_sigtramp_frame_sniffer): New function.
3353 (s390_frame_base_address, s390_local_base_address): New functions.
3354 (s390_frame_base): Define.
3355 (s390_unwind_pc, s390_unwind_sp): New function.
3356 (s390_push_dummy_call): Use new frame base location.
3357 (s390_unwind_dummy_id): Likewise.
3358 (s390_gdbarch_init): Remove calls to:
3359 set_gdbarch_frameless_function_invocation,
3360 set_gdbarch_deprecated_init_frame_pc,
3361 set_gdbarch_deprecated_frame_chain,
3362 set_gdbarch_deprecated_frame_init_saved_regs,
3363 set_gdbarch_deprecated_pop_frame,
3364 set_gdbarch_deprecated_init_extra_frame_info,
3365 set_gdbarch_deprecated_init_frame_pc_first,
3366 set_gdbarch_deprecated_target_read_fp,
3367 set_gdbarch_deprecated_frame_saved_pc,
3368 set_gdbarch_deprecated_saved_pc_after_call,
3369 set_gdbarch_deprecated_fp_regnum.
3370 Add calls to:
3371 set_gdbarch_in_solib_call_trampoline,
3372 frame_unwind_append_sniffer,
3373 frame_base_set_default,
3374 set_gdbarch_unwind_pc,
3375 set_gdbarch_unwind_sp.
3376 * Makefile.in (s390-tdep.o): Update dependencies.
3377
b0cf273e
JB
3378 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
3379 (S390_STACK_FRAME_OVERHEAD): Remove.
3380 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
3381 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
3382 (s390_promote_integer_argument): Remove.
3383 (s390_cannot_extract_struct_value_address): Remove.
3384 (s390_use_struct_convention, s390_store_struct_return): Remove.
3385 (s390_extract_return_value, s390_store_return_value): Remove.
3386 (s390_return_value_convention, s390_return_value): New functions.
3387 (is_float_singleton): Handle typedefs.
8a1dac83 3388 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
b0cf273e
JB
3389 Remove, replace by ...
3390 (s390_function_arg_pass_by_reference, s390_function_arg_float,
3391 s390_function_arg_integer): ... these new functions.
3392 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
3393 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
3394 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
3395 Fill in tdep->abi.
3396 Remove calls to:
3397 set_gdbarch_deprecated_store_struct_return,
3398 set_gdbarch_deprecated_extract_return_value,
3399 set_gdbarch_deprecated_store_return_value,
3400 set_gdbarch_use_struct_convention,
3401 set_gdbarch_extract_struct_value_address,
3402 set_gdbarch_deprecated_pc_in_call_dummy,
3403 set_gdbarch_deprecated_push_arguments,
3404 set_gdbarch_deprecated_save_dummy_frame_tos,
3405 set_gdbarch_deprecated_push_return_address,
3406 set_gdbarch_deprecated_sizeof_call_dummy_words,
3407 set_gdbarch_deprecated_call_dummy_words,
3408 set_gdbarch_deprecated_dummy_write_sp.
3409 Add calls to:
3410 set_gdbarch_push_dummy_call,
3411 set_gdbarch_unwind_dummy_id,
3412 set_gdbarch_return_value.
8a1dac83 3413
e1457d83
JB
3414 * config/s390/nm-linux.h: Update comments.
3415 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
3416 (STOPPED_BY_WATCHPOINT): Redefine.
3417 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
3418 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
3419 (s390_stopped_by_watchpoint): Likewise.
3420 (watch_area_cnt): Remove.
3421 * s390-nat.c: Update comments.
3422 (watch_area): Remove typedef.
3423 Global replace watch_area by struct watch_area.
3424 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
8a1dac83 3425 (s390_stopped_by_watchpoint): Remove pid argument,
e1457d83
JB
3426 use s390_inferior_tid. Add short-cut for the no watchpoint case.
3427 (s390_fix_watch_points): Remove pid argument,
3428 use s390_inferior_tid. Recompute area spanned by watchpoints.
3429 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
3430 argument. Reimplement.
3431
d0f54f9d
JB
3432 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
3433 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
3434 (FETCH_INFERIOR_REGISTERS): Define.
8a1dac83 3435 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
d0f54f9d
JB
3436 core-regset.o.
3437 * config/s390/s390x.mt: Remove.
3438 * config/s390/tm-s390.h: Remove.
3439 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
3440 (TARGET_ELF64): Remove.
3441 (SKIP_TRAMPOLINE_CODE): Do not undefine.
3442 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
3443 s390*-*-* case; always set gdb_target to s390.
3444 * regformats/reg-s390.dat: Remove control registers.
3445 * regformats/reg-s390x.dat: Likewise.
3446 * s390-tdep.h: New file.
8a1dac83 3447 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
d0f54f9d
JB
3448 Include "inferior.h" and "s390-tdep.h".
3449 Remove private definition of offsetof.
3450 (s390_register_u_addr): Remove.
3451 (regmap_gregset, regmap_fpregset): Define.
3452 (supply_gregset, fill_gregset): Reimplement.
3453 (supply_fpregset, fill_fpregset): Likewise.
3454 (s390_inferior_tid): New function.
3455 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
3456 (fetch_inferior_registers, store_inferior_registers): Likewise.
3457 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
3458 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
3459 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
3460 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
3461 (struct gdbarch_tdep): Define.
3462 (struct s390_register_info): Define.
3463 (s390_register_info): New variable.
3464 (s390_register_name): Reimplement.
3465 (s390_register_type): New function.
3466 (s390_register_raw_size, s390x_register_raw_size): Remove.
3467 (s390_cannot_fetch_register): Remove.
3468 (s390_register_byte): Remove.
3469 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
3470 (s390_dwarf_regmap): New variable.
3471 (s390_dwarf_reg_to_regnum): New function.
3472 (s390_stab_reg_to_regnum): Remove.
3473 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
3474 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
3475 (s390_convert_register_p): Likewise.
3476 (s390_register_to_value, s390_value_to_register): Likewise.
3477 (s390_register_reggroup_p): Likewise.
3478 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
3479 s390_gregset, s390x_gregset, s390_fpregset): New variables.
3480 (s390_supply_regset, s390_regset_from_core_section): New functions.
3481 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
3482 (S390_FPR_SIZE): Likewise.
3483 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
3484 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
3485 (S390_NUM_GPRS): Move here from tm-s390.h.
3486 (S390_NUM_FPRS): Likewise.
3487 (s390_in_function_epilogue_p): New function.
3488 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
3489 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
3490 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
3491 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
3492 Replace S390_FP_REGNUM by S390_SP_REGNUM.
3493 Remove calls to:
3494 set_gdbarch_deprecated_max_register_raw_size,
8a1dac83
RM
3495 set_gdbarch_deprecated_max_register_virtual_size,
3496 set_gdbarch_deprecated_register_byte,
d0f54f9d 3497 set_gdbarch_cannot_fetch_register,
8a1dac83 3498 set_gdbarch_cannot_store_register,
d0f54f9d
JB
3499 set_gdbarch_deprecated_register_size,
3500 set_gdbarch_deprecated_register_raw_size,
3501 set_gdbarch_deprecated_register_virtual_size,
3502 set_gdbarch_deprecated_register_virtual_type,
3503 set_gdbarch_deprecated_register_bytes.
3504 Add calls to:
3505 set_gdbarch_num_pseudo_regs,
3506 set_gdbarch_register_type,
3507 set_gdbarch_convert_register_p,
3508 set_gdbarch_register_to_value,
3509 set_gdbarch_value_to_register,
3510 set_gdbarch_register_reggroup_p,
3511 set_gdbarch_regset_from_core_section,
3512 set_gdbarch_pseudo_register_read,
3513 set_gdbarch_pseudo_register_write,
3514 set_gdbarch_in_function_epilogue_p.
3515 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
3516 (s390_tdep_h): New variable.
3517
8cfe231d
JB
35182004-02-17 Jim Blandy <jimb@redhat.com>
3519
4589a601
JB
3520 * findvar.c (value_from_register): If the type has no length, just
3521 return an acceptable value --- don't report an internal error.
3522
8cfe231d
JB
3523 * stabsread.c (read_type): If we find any type numbers that are
3524 forward references, complain if the references aren't resolved by
3525 the time we're finished reading.
3526 (cleanup_undefined_types): Make error message more appropriate for
3527 a complaint.
3528
5bf0017e
EZ
35292004-02-17 Elena Zannoni <ezannoni@redhat.com>
3530
9d62932d
EZ
3531 * Makefile.in (defs_h): Remove dependency on progress_h.
3532 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
3533 progress.h.
3534 * main.c (captured_main): Delete use of START_PROGRESS and
3535 END_PROGRESS.
3536
35372004-02-17 Elena Zannoni <ezannoni@redhat.com>
8a1dac83 3538
5bf0017e
EZ
3539 * objfiles.c (terminate_minimal_symbol_table): Add back
3540 initialization of MSYMBOL_TYPE.
3541
9fc9f5e2
AC
35422004-02-17 David Mosberger <davidm@hpl.hp.com>
3543
3544 Committed by Andrew Cagney.
3545 * Makefile.in (ia64_tdep_h): New macro.
3546 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
3547 (ia64-tdep.o): Likewise.
3548 * ia64-tdep.h: New file.
3549 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
3550 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
3551 (ia64_aix_sigcontext_register_address): Likewise.
3552 (ia64_linux_getunwind_table): Delete declaration.
3553 * ia64-linux-tdep.c: Likewise.
3554
76cd2bd9
CV
35552004-02-17 Corinna Vinschen <vinschen@redhat.com>
3556
3557 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
3558 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
3559 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
3560
634aa483
AC
35612004-02-17 Andrew Cagney <cagney@redhat.com>
3562
3563 * symtab.c (skip_prologue_using_sal): New function.
3564 * symtab.h (skip_prologue_using_sal): Declare.
3565 * frv-tdep.c: Include "symtab.h".
3566 (skip_prologue_using_sal): Delete function.
3567 * mips-tdep.c (skip_prologue_using_sal): Delete function.
3568 * rs6000-tdep.c (refine_prologue_limit): Mention
3569 skip_prologue_using_sal.
3570 * ia64-tdep.c (refine_prologue_limit): Ditto.
3571 * Makefile.in: Update dependencies.
3572
35732004-02-16 Andrew Cagney <cagney@redhat.com>
19772a2c 3574
39ce7b3f
AC
3575 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
3576 START_INFERIOR_TRAPS_EXPECTED.
3577 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
3578 START_INFERIOR_TRAPS_EXPECTED.
3579 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
3580 Delete macro.
3581 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
3582 macro, moved to "nm-osf.h". Update copyright.
3583 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
3584 update copyright.
3585
19772a2c
AC
3586 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
3587 and function replacing FRAMELESS_FUNCTION_INVOCATION.
3588 * blockframe.c (legacy_frameless_look_for_prologue): Rename
3589 frameless_look_for_prologue.
3590 * frame.h (legacy_frameless_look_for_prologue): Rename
3591 frameless_look_for_prologue.
3592 * gdbarch.h, gdbarch.c: Re-generate.
3593 * sh64-tdep.c (sh64_gdbarch_init): Update.
3594 * sh-tdep.c (sh_gdbarch_init): Update.
3595 * s390-tdep.c (s390_gdbarch_init): Update.
3596 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3597 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
3598 * m68k-tdep.c (m68k_gdbarch_init): Update.
3599 (delta68_frame_args_address): Update.
3600 * m32r-tdep.c (m32r_gdbarch_init): Update.
3601 * hppa-tdep.c (hppa_gdbarch_init): Update.
3602 * h8300-tdep.c (h8300_gdbarch_init): Update.
3603 * frv-tdep.c (frv_gdbarch_init): Update.
3604 (frv_frameless_function_invocation): Update.
3605 * cris-tdep.c (cris_gdbarch_init): Update.
3606 (cris_frameless_function_invocation): Update.
3607 * avr-tdep.c (avr_gdbarch_init): Update.
3608 * arm-tdep.c (arm_gdbarch_init): Update.
3609 * stack.c (frame_info): Update, call predicate.
3610 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
3611 * frame.c (legacy_get_prev_frame): Update, call predicate..
3612 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
3613 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
3614 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
3615 invocation.
3616 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3617 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
3618 * vax-tdep.c (vax_gdbarch_init): Ditto.
2be8b3c1
AC
3619
3620 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
3621 function.
3622
7dcaac91
DJ
36232004-02-16 Daniel Jacobowitz <drow@mvista.com>
3624
3625 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
3626 initializations.
3627
88289b6e
AC
36282004-02-16 Andrew Cagney <cagney@redhat.com>
3629
3630 * tui/tui-windata.c: Include "gdb_string.h".
3631 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
3632 * tui/tui-layout.c, tui/tui-command.c: Ditto.
3633 * Makefile.in: Update dependencies.
3634
9f976b41
DJ
36352004-02-16 Daniel Jacobowitz <drow@mvista.com>
3636
3637 * Makefile.in (infrun.o): Add $(gdb_assert_h).
3638 * infrun.c: Include "gdb_assert.h".
3639 (singlestep_ptid, saved_singlestep_ptid)
3640 (stepping_past_singlestep_breakpoint): New variables.
3641 (resume): Set singlestep_ptid. Check for singlestep thread
3642 hop.
3643 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
3644 (handle_inferior_event): Handle singlestep thread hop.
3645
c324d747
AC
36462004-02-16 Andrew Cagney <cagney@redhat.com>
3647
f090b9b1
AC
3648 * dwarf2-frame.c (dwarf2_frame_ops): New function.
3649 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
3650 (dwarf2_frame_init_reg): Ditto.
3651
fd33e6cb
AC
3652 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
3653 suggested by Joshua Neuheisel
3654
c324d747
AC
3655 * configure.in: Always check for curses, including pdcurses.
3656 Warn, instead of error, when no curses are found. Enable TUI when
3657 curses is available.
3658 * configure: Re-generate.
3659
b66ba949
CV
36602004-02-16 Corinna Vinschen <vinschen@redhat.com>
3661
3662 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
3663 sh_sh4_register_convert_to_virtual.
3664 (sh_register_convert_to_raw): Rename from
3665 sh_sh4_register_convert_to_raw.
3666 (sh_pseudo_register_read): Accomodate above name change.
3667 (sh_pseudo_register_write): Ditto.
3668
b58cbbf2
CV
36692004-02-16 Corinna Vinschen <vinschen@redhat.com>
3670
3671 * sh-tdep.c (sh_generic_register_name): Remove.
3672 (sh_gdbarch_init): Use sh_sh_register_name in default case.
3673
5929a910
AC
36742004-02-15 Andrew Cagney <cagney@redhat.com>
3675
4566dfcf
AC
3676 * configure.in (build_warnings): Add -Wunused-function.
3677 * configure: Re-generate.
3678
db11ed55
AC
3679 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
3680 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
3681
46ac7a5d
AC
3682 * procfs.c (procfs_init_inferior): Assume that
3683 START_INFERIOR_TRAPS_EXPECTED is defined.
3684 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
3685 * config/ns32k/tm-nbsd.h: Delete file,
3686 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
3687
ba801595
AC
3688 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
3689 * config/vax/tm-vax.h: Delete file.
3690
5929a910
AC
3691 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
3692 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
3693 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
3694 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
3695 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
3696 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
3697 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
3698
8f22cb90
MK
36992004-02-15 Mark Kettenis <kettenis@gnu.org>
3700
3701 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
3702 * dwarf2-frame.c (dwarf2_frame_data): New variable.
3703 (struct dwarf2_frame_ops): New.
3704 (dwarf2_frame_default_init_reg): New function, based on
3705 dwarf2_frame_init_reg.
3706 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
3707 (dwarf2_frame_init_reg): Call architecture-specific function.
3708 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
3709 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
3710 instead of dwarf2_frame_data.
3711 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
3712 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
3713
8132723e
AC
37142004-02-15 Andrew Cagney <cagney@redhat.com>
3715
046a4708
AC
3716 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
3717 register_gdbarch_swap.
3718 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
3719 * f-lang.c (_initialize_f_language): Update, use
3720 DEPRECATED_REGISTER_GDBARCH_SWAP.
3721 * remote.c (_initialize_remote): Ditto.
3722 * regcache.c (_initialize_regcache): Ditto.
3723 * parse.c (_initialize_parse): Ditto.
3724 * infrun.c (_initialize_infrun): Ditto.
3725 * mi/mi-main.c (_initialize_mi_main): Ditto.
3726 * gdbtypes.c (_initialize_gdbtypes): Ditto.
8a1dac83 3727
549c1eea
AC
3728 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
3729 poking .cacheable directly.
3730 * symfile.c (symfile_bfd_open): Ditto.
3731
0c0b39de
AC
3732 * Makefile.in: Update all dependencies.
3733
8132723e
AC
3734 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
3735 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
3736 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
3737 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
3738 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
0c0b39de 3739
b9d26eb9
AC
37402004-02-14 Andrew Cagney <cagney@redhat.com>
3741
8e1f669a
AC
3742 * arch-utils.c (legacy_convert_register_p): Check
3743 DEPRECATED_REGISTER_CONVERTIBLE_P.
3744 * findvar.c (value_of_register): Ditto.
3745
cd0bfa36
AC
3746 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
3747 * gdbarch.h, gdbarch.c: Re-generate.
3748 * arch-utils.c (deprecated_register_convertible_not): Delete.
3749 * arch-utils.h (deprecated_register_convertible_not): Delete.
3750 * mi/mi-main.c (get_register): Update. Update copyright.
3751 * infcmd.c (default_print_registers_info): Update.
3752
b9d26eb9
AC
3753 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
3754 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
3755 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
8a1dac83 3756 * gdbarch.h, gdbarch.c: Re-generate.
b9d26eb9
AC
3757 * frame.c (deprecated_get_next_frame_hack): Delete function.
3758 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
3759 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
3760 Update.
3761 * infcall.c (call_function_by_hand): Update.
3762
9ab9195f
EZ
37632004-02-14 Elena Zannoni <ezannoni@redhat.com>
3764
3765 * symfile.c (init_entry_point_info, entry_point_address): Move
8a1dac83 3766 from here...
9ab9195f
EZ
3767 * objfiles.c (init_entry_point_info, entry_point_address):..to
3768 here.
3769 * symfile.h (init_entry_point_info, entry_point_address): Remove
3770 prototypes.
3771 * objfiles.h (init_entry_point_info, entry_point_address):Add
8a1dac83 3772 prototypes.
9ab9195f
EZ
3773 * cris-tdep.c: Remove include of symfile.h. Add include of
3774 objfiles.h.
3775 * infcall.c: Ditto.
3776 * mcore-tdep.c: Ditto.
3777 * mn10300-tdep.c: Ditto.
3778 * sh64-tdep.c: Ditto.
3779 * v850-tdep.c: Ditto.
3780 * arm-tdep.c: Remove include of symfile.h.
3781 * blockframe.c: Ditto.
3782 * coffread.c: Ditto.
3783 * dbxread.c: Ditto.
3784 * dwarf2read.c: Ditto.
3785 * dwarfread.c: Ditto.
8a1dac83 3786 * frv-tdep.c: Ditto.
9ab9195f
EZ
3787 * ia64-tdep.c: Ditto.
3788 * mdebugread.c: Ditto.
3789 * mipsread.c: Ditto.
8a1dac83 3790 * rs6000-tdep.c: Ditto.
9ab9195f
EZ
3791 * s390-tdep.c: Ditto.
3792 * sh-tdep.c: Ditto.
8a1dac83 3793 * xstormy16-tdep.c: Ditto.
9ab9195f
EZ
3794 * gdbarch.sh: Remove include of symfile.h.
3795 * gdbarch.c: Regenerate.
3796 * solib-irix.c (enable_break): Use entry_point_address().
3797 Add comment about include file.
3798 * xcoffread.c: Add comment about include file.
8a1dac83
RM
3799 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
3800 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
3801 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
3802 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
9ab9195f
EZ
3803 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
3804
c4c5b7ba
AC
38052004-02-13 Andrew Cagney <cagney@redhat.com>
3806
3807 * corelow.c (core_xfer_partial): Use "struct bfd_section".
3808 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
3809 copyright.
3810 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
3811
3e7879de
FF
38122004-02-12 Fred Fish <fnf@redhat.com>
3813
3814 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
3815 set_gdbarch_store_return_value.
3816
6a7760b6
AC
38172004-02-12 Andrew Cagney <cagney@redhat.com>
3818
3819 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
3820 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
3821 (interrupt_query): Ditto.
3822 (ofunc): Delete unused variable.
3823 * cris-tdep.c (cris_abi): Delete unused function.
3824 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
3825 (cris_get_wide_opcode, cris_get_short_size): Ditto.
3826 (cris_get_asr_quick_shift_steps): Ditto.
3827 (cris_skip_prologue_frameless_p): Ditto.
3828 * arm-tdep.c (arm_push_return_address): Delete unused function.
3829 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
3830 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
3831 * s390-tdep.c (s390_function_start): Delete unused function.
3832
31687c3c
AC
38332004-02-12 Andrew Cagney <cagney@redhat.com>
3834
3835 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
3836 gdbarch.h, gdbarch.c: Re-generate.
3837 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
3838 to generic_prologue_frameless_p.
3839 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
3840 * arch-utils.c (generic_prologue_frameless_p): Delete function.
3841
6de918a6
DJ
38422004-02-11 Daniel Jacobowitz <drow@mvista.com>
3843
3844 * mips-linux-tdep.c: Include "frame.h".
3845 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
3846 (mips_linux_skip_resolver): New functions.
3847 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
3848 and set_gdbarch_in_solib_call_trampoline.
3849 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
3850 to after set_gdbarch_in_solib_return_trampoline. Only set the
3851 solib hooks to mips16 functions if the OS ABI is unknown.
3852 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
3853 including "config/tm-linux.h".
3854 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
3855 * Makefile.in (mips-linux-tdep.o): Update.
3856
87b3ede8
DC
38572004-02-11 David Carlton <carlton@kealia.com>
3858
3859 * linespec.c (decode_compound): Only look for a class symbol when
3860 considering all but the rightmost component.
3861
5979bc46
AC
38622004-02-11 Andrew Cagney <cagney@redhat.com>
3863
3864 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
3865 abi code are are separatly grouped.
3866
5867a2fb
AC
38672004-02-11 Andrew Cagney <cagney@redhat.com>
3868
3869 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
3870 * gdbarch.h, gdbarch.c: Re-generate.
3871 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3872 * v850-tdep.c (v850_gdbarch_init): Update.
3873 * sh64-tdep.c (sh64_gdbarch_init): Update.
3874 * sh-tdep.c (sh_gdbarch_init): Update.
3875 * s390-tdep.c (s390_gdbarch_init): Update.
3876 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3877 * mips-tdep.c (mips_gdbarch_init): Update.
3878 * mcore-tdep.c (mcore_gdbarch_init): Update.
3879 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3880 * m32r-tdep.c (m32r_gdbarch_init): Update.
3881 * ia64-tdep.c (ia64_gdbarch_init): Update.
3882 * hppa-tdep.c (hppa_gdbarch_init): Update.
3883 * h8300-tdep.c (h8300_gdbarch_init): Update.
3884 * frv-tdep.c (frv_gdbarch_init): Update.
3885 * d10v-tdep.c (d10v_gdbarch_init): Update.
3886 * cris-tdep.c (cris_gdbarch_init): Update.
3887 * avr-tdep.c (avr_gdbarch_init): Update.
3888 * arm-tdep.c (arm_gdbarch_init): Update.
3889 * alpha-tdep.c (alpha_gdbarch_init): Update.
3890
026a72f8
CV
38912004-02-11 Corinna Vinschen <vinschen@redhat.com>
3892
3893 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
3894 comma.
3895 (sh_sh4al_dsp_register_name): Ditto.
3896
3903d437
AC
38972004-02-10 Andrew Cagney <cagney@redhat.com>
3898
3899 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
3900 (mips_init_frame_pc_first): Delete function.
3901 (mips_frame_saved_pc): Delete function.
3902 (mips_frame_chain): Delete function.
3903 (mips_init_extra_frame_info): Delete function.
3904 (mips_xfer_register): Delete unused variable "reg".
3905 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
3906 (mips_n32n64_return_value): Delete unused variable "reg".
3907 (mips_n32n64_return_value): Delete unused variable "pos".
3908 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
3909 (mips_o32_return_value): Delete unused variable "pos".
3910 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
3911 (mips_print_fp_register): Delete unused variable "namelen"
3912 (mips_print_fp_register): Delete unused variable "flt2"
3913 (get_frame_pointer): Delete function.
3914 (cached_proc_desc): Delete static variable.
3915 (mips_pop_frame): Delete function.
3916 (mips_find_saved_regs): Delete function.
3917 (mips_get_saved_register): Delete function.
3918 (mips_saved_pc_after_call): Delete function.
3919 (SIGFRAME_BASE): Delete macro.
3920 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
3921 (SIGFRAME_PC_OFF): Delete macro.
3922 (SIGFRAME_REGSAVE_OFF): Delete macro.
3923 (mips_dump_tdep): Do not print deleted macro definitions.
3924
b9fb98bd
AC
39252004-02-10 Andrew Cagney <cagney@redhat.com>
3926
3927 * Makefile.in (SFILES): Remove explictly listed tui files.
3928 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
3929
78ced177 39302004-02-10 Jeff Johnston <jjohnstn@redhat.com>
8a1dac83 3931
78ced177
JJ
3932 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
3933 to use paddr functions to format ia64 addresses and long values.
3934 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
3935 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
3936 (get_kernel_table, ia64_find_proc_info_x): Ditto.
3937 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
3938 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
3939
6a83354a
AC
39402004-02-10 Andrew Cagney <cagney@redhat.com>
3941
3942 * defs.h: Do not include "tui.h".
3943 * gdb_curses.h: New file.
3944 * tui/tui-hooks.h: New file.
3945 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
3946 (tui_install_hooks, tui_remove_hooks): Delete declarations.
3947 (tui_initialize_io): Delete declaration.
3948 (tui_initialize_readline: Delete redundant declaration.
3949 (struct tui_point): Delete definition.
3950 * tui/tui-data.h (struct tui_point): Define.
3951 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
3952 * utils.c: Include "tui/tui.h".
3953 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
3954 * printcmd.c [TUI]: Include "tui/tui.h".
3955 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
3956 * tui/tui-command.c: Include "gdb_curses.h".
3957 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
3958 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
3959 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
3960 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
3961 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
3962 * Makefile.in: Update all dependencies.
3963 (tui_hooks_h, gdb_curses_h): Define.
3964 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
3965
997470ef
EZ
39662004-02-10 Elena Zannoni <ezannoni@redhat.com>
3967
3968 * objfiles.h (struct objfile): Remove unused fields auxf1 and
3969 auxf2. Add comments about some other rarely used fields.
3970
4ff2cc4d
AC
39712004-02-10 Andrew Cagney <cagney@redhat.com>
3972
3973 * Makefile.in (init.c): Fix script removing duplicates. Problem
3974 reported by Peter Schauer.
3975
1ab21617
EZ
39762004-02-09 Elena Zannoni <ezannoni@redhat.com>
3977
3978 * bcache.c (bcache_xmalloc): Use obstack_init instead of
3979 obstack_specify_allocation.
3980 * objfiles.c (allocate_objfile): Ditto.
8a1dac83 3981 * solib-sunos.c (solib_add_common_symbols)
1ab21617
EZ
3982 (allocate_rt_common_objfile): Ditto.
3983 * symfile.c (reread_symbols): Ditto.
3984 * gdb_obstack.h: Add comment.
3985
17763fd9
EZ
39862004-02-09 Elena Zannoni <ezannoni@redhat.com>
3987
3988 * linespec.c (decode_line_1, locate_first_half)
3989 (decode_compound, lookup_prefix_sym): Update comments. Delete old
3990 commented out code.
3991
ec5cdd75
DJ
39922004-02-09 Daniel Jacobowitz <drow@mvista.com>
3993
3994 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
3995 obstack_free.
3996
43b54b88
AC
39972004-02-09 Andrew Cagney <cagney@redhat.com>
3998
3999 * blockframe.c (find_pc_partial_function): If find_pc_overlay
4000 fails, try find_pc_section. Fix PR c++/1267.
4001 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
4002 instead of find_pc_mapped_section.
4003 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
4004 not default to the section containing PC. Fix PR symtab/1519.
4005
edfae063
AC
40062004-02-09 Andrew Cagney <cagney@redhat.com>
4007
4008 * Makefile.in (mips-tdep.o): Update dependencies.
4009 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
4010 "trad-frame.h".
4011 (mips_unwind_pc): Return the pseudo PC register.
4012 (mips_unwind_dummy_id): New function.
4013 (mips16_fetch_instruction): New function.
4014 (mips32_fetch_instruction): New function.
4015 (struct mips_frame_cache): Define.
4016 (mips_mdebug_frame_cache): New function.
4017 (mips_mdebug_frame_this_id): New function.
4018 (mips_mdebug_frame_prev_register): New function.
4019 (mips_mdebug_frame_unwind): Define.
4020 (mips_mdebug_frame_sniffer): New function.
4021 (mips_mdebug_frame_base_address): New function.
4022 (mips_mdebug_frame_base): Define.
4023 (mips_mdebug_frame_base_sniffer): New function.
4024 (mips_gdbarch_init): Append unwind and base sniffers. Set
4025 unwind_dummy_id.
4026
defc864c
AC
40272004-02-08 Andrew Cagney <cagney@redhat.com>
4028
6764ddad
AC
4029 * frame.c: Print both the register number and name.
4030
defc864c
AC
4031 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
4032 and a sed into a single sed. Make .c and .o patterns more robust.
4033 (OBS): Delete.
4034 (INIT_FILES): Replace OBS with COMMON_OBS.
4035 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
4036
645d6d10
MK
40372004-02-08 Mark Kettenis <kettenis@gnu.org>
4038
4039 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
4040 the PT_WCOOKIE request.
4041
23e3c3fc
AC
40422004-02-08 Andrew Cagney <cagney@redhat.com>
4043
58dfe9ff
AC
4044 * mips-tdep.c (mips_unwind_pc): New function.
4045 (mips_gdbarch_init): Set mips_unwind_pc.
4046
1152e35e
AC
4047 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
4048 (get_frame_id): Allow the UNKNOWN_FRAME.
4049 (frame_register_unwind, get_frame_type): Ditto.
4050
31b75dbf
AC
4051 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
4052 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
4053 unwind_dummy_id indicates a legacy frame.
4054
3483b318
AC
4055 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
4056 * configure: Re-generate.
4057
23e3c3fc
AC
4058 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
4059 methods.
4060
33f8ca73
AC
40612004-02-08 Andrew Cagney <cagney@redhat.com>
4062
4063 * configure.in (CONFIG_ALL): Set to Makefile target, and not
4064 makefile macro.
4065 * configure: Re-generate.
4066 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
4067 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
4068 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
4069 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
4070 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
4071 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
4072 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
4073 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
4074 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
4075 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
4076
6ba8e26f 40772004-02-07 Andrew Cagney <cagney@redhat.com>
d836ee13 4078
20d286a5
AC
4079 * Makefile.in: Update all dependencies.
4080
d836ee13
AC
4081 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
4082 * configure: Re-generate.
4083 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
4084 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
4085 (COMMON_OBS): Add "main.o" and "annotate.o".
4086 (ANNOTATE_OBS): Delete.
4087 (OBS): Remove ANNOTATE_OBS.
4088 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
4089 CONFIG_INITS.
4090 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
4091 against CONFIG_OBS and "main.o".
4092 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
4093 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
4094
d02c80cd
AC
4095 * tui/tui-command.c: Include "gdb_string.h", delete register
4096 attribute, use ISO-C function signatures.
4097 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
4098 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
4099 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
4100 * tui/tui.c: Ditto.
6ba8e26f
AC
4101
4102 * tui/tui-command.c: Change variable and function names to lower
4103 case.
4104 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
4105 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
4106 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
4107 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
4108 * tui/tui-winsource.c, tui/tui.c: Ditto.
4109
4a146b47
EZ
41102004-02-07 Elena Zannoni <ezannoni@redhat.com>
4111
4112 * buildsym.c (free_pending_blocks, finish_block)
4113 (record_pending_block, make_blockvector, end_symtab): Replace
4114 symbol_obstack with objfile_obstack.
8a1dac83 4115 * coffread.c (process_coff_symbol, coff_read_struct_type)
4a146b47 4116 (coff_read_enum_type): Ditto.
8a1dac83 4117 * cp-namespace.c (initialize_namespace_symtab)
4a146b47 4118 (check_one_possible_namespace_symbol): Ditto.
8a1dac83 4119 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
4a146b47
EZ
4120 (dwarf2_symbol_mark_computed): Ditto.
4121 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
4122 * elfread.c (elf_symtab_read): Ditto.
4123 * hpread.c (hpread_symfile_init, hpread_symfile_init)
4124 (hpread_read_enum_type, hpread_read_function_type)
4125 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
4126 Ditto.
8a1dac83 4127 * jv-lang.c (get_java_class_symtab, add_class_symbol)
4a146b47 4128 (java_link_class_type): Ditto.
8a1dac83 4129 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
4a146b47
EZ
4130 (new_symbol): Ditto.
4131 * minsyms.c (install_minimal_symbols): Ditto.
4132 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
4133 (terminate_minimal_symbol_table): Replace symbol_obstack with
4134 objfile_obstack.
4135 (free_objfile): Remove freeing of symbol_obstack.
4136 * objfiles.h: Remove symbol_obstack field.
4137 * pa64solib.c (add_to_solist): Replace symbol_obstack with
4138 objfile_obstack.
4139 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
4140 symbol_obstack.
4141 (solib_add_common_symbols): Replace symbol_obstack with
4142 objfile_obstack.
4143 * somsolib.c (som_solib_add): Ditto.
4144 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
4145 (common_block_start, common_block_end): Ditto.
4146 * symfile.c (reread_symbols): Remove freeing and init of
4147 symbol_obstack.
4148 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
4149 * symfile.h: Update comment.
4150 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
4151 stats printing.
4152 * symtab.c (symbol_set_names): Replace symbol_obstack with
4153 objfile_obstack.
4154 * symtab.h (struct general_symbol_info, struct minimal_symbol):
4155 Update comments.
4156 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
4157 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
4158 objfile_obstack.
4159
6d012f14
AC
41602004-02-07 Andrew Cagney <cagney@redhat.com>
4161
4162 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
4163 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
4164 fields and variables.
4165 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
4166 (m_beInvisible): Delete macro.
4167 * tui/tui-data.h: Fix case case fields and variables.
4168 (m_genWinPtrIsNull): Delete macro.
4169 (tui_win_list): Rename winList.
4170 (TUI_SRC_WIN): Rename srcWin.
4171 (TUI_DISASM_WIN): Rename disassemWin.
4172 (TUI_DATA_WIN): Rename dataWin.
4173 (TUI_CMD_WIN): Rename cmdWin.
4174 (m_genWinPtrNotNull): Delete macro.
4175 (m_winPtrIsNull): Delete macro.
4176 (m_winPtrNotNull): Delete macro.
4177 (tui_win_is_source_type): Replace m_winIsSourceType
4178 (tui_win_is_auxillary): Replace m_winIsAuzillary.
4179 (tui_win_has_locator): Replace m_hasLocator.
4180 (tui_set_win_highlight): Replace m_setWinHighlightOn and
4181 m_setWinHighlightOff.
4182 * tui/tui-data.c: Update references.
4183 (tui_win_is_source_type, tui_set_win_highlight): New functions.
4184 (tui_win_has_locator, tui_win_is_auxillary): New functions.
4185 * tui/tui-command.c, tui/tui-disasm.c: Update references.
4186 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
4187 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
4188 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
4189 * tui/tui-winsource.c, tui/tui.c: Ditto.
4190
7d34766b
MK
41912004-02-07 Mark Kettenis <kettenis@gnu.org>
4192
1c800673
MK
4193 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
4194 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
4195 StackGhost.
4196
7d34766b
MK
4197 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
4198 variable `i6' to `i7'.
4199 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
4200
22940a24
AC
42012004-02-07 Andrew Cagney <cagney@redhat.com>
4202
4203 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
4204 (TuiPoint, TuiPointPtr): Ditto.
4205 (TuiStatus, TuiStatusPtr): Ditto.
4206 (TuiWinType, TuiWinTypePtr): Ditto.
4207 (struct tui_point): Rename _TuiPoint.
4208 (tui_get_low_disassembly_address): Rename
4209 tuiGetLowDisassemblyAddress.
4210 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
4211 (tuiFree): Delete declaration.
4212 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
4213 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
4214 * tui/tui.c (tuiFree): Delete function.
4215 * cli/cli-cmds.c (disassemble_command): Update references.
4216 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
4217 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
4218 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
4219 * tui/tui-winsource.c: Ditto.
4220
8b92e4d5
EZ
42212004-02-07 Elena Zannoni <ezannoni@redhat.com>
4222
4223 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
4224 coffstab_build_psymtabs, elfstab_build_psymtabs)
4225 (stabsect_build_psymtabs): Replace psymbol_obstack with
4226 objfile_obstack.
4227 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
4228 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
4229 Ditto.
4230 * dwarfread.c (scan_compilation_units): Ditto.
4231 * elfread.c (elfstab_offset_sections): Ditto.
4232 * hppa-tdep.c (read_unwind_info): Ditto.
4233 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
4234 (hpread_end_psymtab): Ditto.
4235 * mdebugread.c (mdebug_build_psymtabs, add_pending)
4236 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
4237 Ditto.
4238 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
8a1dac83 4239 * objfiles.c (add_to_objfile_sections)
8b92e4d5
EZ
4240 (build_objfile_section_table): Ditto.
4241 (allocate_objfile): Remove init of psymbol_obstack.
4242 (free_objfile): Remove freeing of psymbol_obstack.
4243 * objfiles.h (struct objfile): Remove field
4244 psymbol_obstack. Update comments.
4245 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
4246 psymbol_obstack with objfile_obstack.
4247 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
4248 psymbol_obstack.
4249 * somread.c (som_symfile_offsets, init_import_symbols)
4250 (init_export_symbols): Replace psymbol_obstack with
4251 objfile_obstack.
4252 * somsolib.c (som_solib_add_solib_objfile): Ditto.
4253 * symfile.c (default_symfile_offsets, syms_from_objfile)
4254 (reread_symbols): Remove freeing and init of psymbol_obstack.
4255 (cashier_psymtab): Update comment.
4256 * symmisc.c (print_objfile_statistics): Don't report stats for
4257 psymbol obstack.
4258 * symtab.h (struct general_symbol_info, struct partial_symtab):
4259 Update comments.
4260 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
4261 (xcoff_symfile_offsets): Replace psymbol_obstack with
4262 objfile_obstack.
4263
b99607ea
EZ
42642004-02-07 Elena Zannoni <ezannoni@redhat.com>
4265
4266 * objfiles.h (struct objfile): Add objfile_obstack field.
4267 Remove type_obstack field.
4268
4269 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
4270 read_structure_scope read_enumeration, new_symbol): Replace
4271 type_obstack with objfile_obstack.
4272 * dwarfread.c (struct_type, enum_type): Ditto.
8a1dac83 4273 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
b99607ea
EZ
4274 (lookup_fundamental_type): Ditto.
4275 * gdbtypes.h (TYPE_ALLOC): Ditto.
8a1dac83
RM
4276 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
4277 (hpread_read_doc_function_type, hpread_read_struct_type)
4278 (fix_static_member_physnames, hpread_read_array_type)
b99607ea 4279 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
8a1dac83 4280 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
b99607ea
EZ
4281 (java_link_class_type): Ditto.
4282 * mdebugread.c (parse_type): Ditto.
4283 * objfiles.c (allocate_objfile, free_objfile): Ditto.
4284 * solib-sunos.c (solib_add_common_symbols): Ditto.
4285 * stabsread.c (define_symbol, read_type, read_member_functions,
4286 read_cpp_abbrev, read_one_struct_field): Ditto.
4287 * symfile.c (reread_symbols): Ditto.
4288 * symmisc.c (print_objfile_statistics): Ditto.
8a1dac83 4289
2a8854a7
AC
42902004-02-07 Andrew Cagney <cagney@redhat.com>
4291
4292 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
4293 (tui_exec_info_content): Rename TuiExecInfoContent.
4294 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
4295 (TuiWinInfo, TuiWinInfoPtr): Ditto.
4296 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
4297 (TuiList, TuiListPtr): Ditto.
4298 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
4299 (TuiDataType, TuiDataTypePtr): Ditto.
4300 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
4301 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
4302 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
4303 (TuiSourceElement, TuiSourceElementPtr): Ditto.
4304 (TuiDataElement, TuiDataElementPtr): Ditto.
4305 (TuiWinElement, TuiWinElementPtr): Ditto.
4306 (TuiDataInfo, TuiDataInfoPtr): Ditto.
4307 (TuiCommandElement, TuiCommandElementPtr): Ditto.
4308 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
4309 (TuiWhichElement, TuiWhichElementPtr): Ditto.
4310 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
4311 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
4312 * tui/tui-command.c, tui/tui-data.c: Update references.
4313 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
4314 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
4315 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
4316 * tui/tui-winsource.c, tui/tui.c: Ditto.
8a1dac83 4317
05cbe71a
MK
43182004-02-07 Mark Kettenis <kettenis@gnu.org>
4319
4320 * dwarf2-frame.h: Update copyright.
4321 (enum dwarf2_frame_reg_rule): New.
4322 (struct dwarf2_frame_state_reg): New.
4323 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
4324 * dwarf2-frame.c: Update copyright.
4325 (enum dwarf2_reg_rule): Remove.
4326 (struct dwarf2_frame_state): Remove defenition of `struct
4327 dwarf2_frame_state_reg'.
4328 (read_reg): Call get_frame_arch to get the architecture instead of
4329 using CURRENT_GDBARCH.
4330 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
4331 DWARF2_FRAME_.
4332 (dwarf2_frame_init_reg): New function.
4333 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
4334 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
4335 initialize the register state. Prefix old `enum dwarf2_reg_rule'
4336 tags with DWARF2_FRAME_.
4337 (dwarf2_frame_prev_register): Call get_frame_arch to get the
4338 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
4339 dwarf2_reg_rule' tags with DWARF2_FRAME_.
4340
ec7d9e56
AC
43412004-02-06 Andrew Cagney <cagney@redhat.com>
4342
dd1abb8c
AC
4343 * tui/tui-data.h (struct tui_list): Rename _TuiList.
4344 (enum tui_data_type): Rename _TuiDataType.
4345 (struct tui_layout_def): Rename _TuiLayoutDef.
4346 (struct tui_source_element): Rename _TuiSourceElement.
4347 (struct tui_data_element): Rename _TuiDataElement.
4348 (struct tui_command_element): Rename _TuiCommandElement.
4349 (struct tui_locator_element): Rename _TuiLocatorElement.
4350 (union tui_which_element): Define.
4351 (struct tui_win_element): Rename _TuiWinElement.
4352 (struct tui_data_info): Rename _TuiDataInfo.
4353 (struct tui_source_info): Rename _TuiSourceInfo.
4354 (struct tui_command_info): Rename _TuiCommandInfo.
4355 (tui_initialize_static_data): Rename initializeStaticData.
4356 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
4357 (tui_alloc_win_info): Rename allocWinInfo.
4358 (tui_init_generic_part): Rename initGenericPart.
4359 (tui_init_win_info): Rename initWinInfo.
4360 (tui_alloc_content): Rename allocContent.
4361 (tui_add_content_elements): Rename addContentElements.
4362 (tui_init_content_element): Rename initContentElement.
4363 (tui_free_window): Rename freeWindow.
4364 (tui_free_win_content): Rename freeWinContent.
4365 (tui_free_data_content): Rename freeDataContent.
4366 (tui_free_all_source_wins_content): Rename
4367 freeAllSourceWinsContent.
4368 (tui_del_window): Rename tuiDelWindow.
4369 (tui_del_data_windows): Rename tuiDelDataWindows.
4370 (tui_partial_win_by_name): Rename partialWinByName.
4371 (tui_win_name): Rename winName.
4372 (tui_current_layout): Rename currentLayout.
4373 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
4374 (tui_term_height): Rename termHeight.
4375 (tui_set_term_height_to): Rename setTermHeightTo.
4376 (tui_term_width): Rename termWidth.
4377 (tui_set_term_width_to): Rename setTermWidthTo.
4378 (tui_set_gen_win_origin): Rename setGenWinOrigin.
4379 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
4380 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
4381 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
4382 (tui_source_windows): Rename sourceWindows.
4383 (tui_clear_source_windows): Rename clearSourceWindows.
4384 (tui_clear_source_windows_detail): Rename
4385 clearSourceWindowsDetail.
4386 (tui_clear_win_detail): Rename clearWinDetail.
4387 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
4388 (tui_default_tab_len): Rename tuiDefaultTabLen.
4389 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
4390 (tui_win_with_focus): Rename tuiWinWithFocus.
4391 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
4392 (tui_layout_def): Rename tuiLayoutDef.
4393 (tui_win_resized): Rename tuiWinResized.
4394 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
4395 (tui_next_win): Rename tuiNextWin.
4396 (tui_prev_win): Rename tuiPrevWin.
4397 (tui_add_to_source_windows): Rename addToSourceWindows.
4398 * tui/tui-winsource.c, tui/tui-win.c: Update references.
4399 * tui/tui-layout.c, tui/tui-source.c: Ditto.
4400 * tui/tui-stack.c, tui/tui-io.c: Ditto.
4401 * tui/tui.c, tui/tui-data.c: Ditto.
4402 * tui/tui-interp.c, tui/tui-data.c: Ditto.
4403 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
4404
a358af15
AC
4405 * tui/tui-source.h: Update copyright. Include "tui-data.h".
4406 (struct symtab): Declare.
4407 (tui_set_source_content): Rename tuiSetSourceContent.
4408 (tui_show_symtab_source): Rename tuiShowSource.
4409 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
4410 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
4411 * tui/tui-source.c: Update copyright. Update references.
4412 * tui/tui-win.c, tui/tui-winsource.c: Update references.
4413 * tui/tui-stack.c: Update references.
4414
a21fcd8f
AC
4415 * tui/tui-win.h: Update copyright. Include "tui-data.h".
4416 (struct tui_win_info): Declare.
4417 (tui_scroll_forward): Rename tuiScrollForward.
4418 (tui_scroll_backward): Rename tuiScrollBackward.
4419 (tui_scroll_left): Rename tuiScrollLeft.
4420 (tui_scroll_right): Rename tuiScrollRight.
4421 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
4422 (tui_resize_all): Rename tuiResizeAll.
4423 (tui_refresh_all_win): Rename tuiRefreshAll.
4424 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
4425 * tui/tui-layout.c, * tui/tui-io.c: Update references.
4426 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
4427 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
4428
edae1ccf
AC
4429 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
4430 (tui_erase_data_content): Rename tuiEraseDataContent.
4431 (tui_display_all_data): Rename tuiDisplayAllData.
4432 (tui_check_data_values): Rename tuiCheckDataValues.
4433 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
4434 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
4435 (tui_first_data_element_no_in_line): Rename
4436 tuiFirstDataElementNoInLine.
4437 (tui_delete_data_content_windows): Rename
4438 tuiDeleteDataContentWindows.
4439 (tui_refresh_data_win): Rename tuiRefreshDataWin.
4440 (tui_display_data_from): Rename tuiDisplayDataFrom.
4441 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
4442 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
4443 * tui/tui-win.c, tui/tui-regs.c: Update references.
4444 * tui/tui-layout.c, tui/tui.c: Update references.
4445
ec7d9e56
AC
4446 * tui/tui-wingeneral.h: Update copyright.
4447 (m_allBeVisible): Delete macro.
8a1dac83 4448 (m_allBeInvisible): Delete macro.
ec7d9e56
AC
4449 (struct tui_gen_win_info): Declare.
4450 (struct tui_win_info): Declare.
4451 (tui_unhighlight_win): Rename unhighlightWin.
4452 (tui_make_visible, tui_make_invisible): Replace makeVisible.
4453 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
4454 (tui_make_window): Rename makeWindow.
4455 (tui_copy_win): Rename copyWin.
4456 (tui_box_win): Rename boxWin.
4457 (tui_highlight_win): Rename highlightWin.
4458 (tui_check_and_display_highlight_if_needed): Rename
4459 checkAndDisplayHighlightIfNeeded.
4460 (tui_refresh_all): Rename refreshAll.
4461 (tui_delete_win): Rename tuiDelwin.
4462 (tui_refresh_win): Rename tuiRefreshWin.
4463 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
4464 (tui_make_visible, tui_make_invisible): New functions.
4465 (tui_make_all_visible, tui_make_all_invisible): New functions.
4466 (make_all_visible): Rename makeAllVisible.
4467 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
4468 * tui/tui-data.c, tui/tui-winsource.c: Update references.
4469 * tui/tui-windata.c, tui/tui-win.c: Update references.
4470 * tui/tui-regs.c, tui/tui-layout.c: Update references.
4471 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
4472
1e52e2eb
MK
44732004-02-06 Mark Kettenis <kettenis@gnu.org>
4474
4475 * proc-api.c (write_with_trace): Initialize local variable to
4476 silence compiler warning.
4477
f80bda8e
AC
44782004-02-06 Andrew Cagney <cagney@redhat.com>
4479
4480 * tui/tui-source.h: Do not include "defs.h".
4481 (struct tui_win_info): Declare.
4482 (tui_set_source_content_nil): Declare.
4483 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
4484 (union tui_line_or_address): Rename _TuiLineOrAddress.
4485 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
4486 (tui_update_source_window): Rename tuiUpdateSourceWindow.
4487 (tui_update_source_window_as_is): Rename
4488 tuiUpdateSourceWindowAsIs.
4489 (tui_update_source_windows_with_addr): Rename
4490 tuiUpdateSourceWindowsWithAddr.
4491 (tui_update_source_windows_with_line): Rename
4492 tuiUpdateSourceWindowsWithLine.
4493 (tui_clear_source_content): Rename tuiClearSourceContent.
4494 (tui_erase_source_content): Rename tuiEraseSourceContent.
4495 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
4496 (tui_show_source_content): Rename tuiShowSourceContent.
4497 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
4498 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
4499 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
4500 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
4501 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
4502 (tui_update_exec_info): Rename tuiUpdateExecInfo.
4503 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
4504 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
4505 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
4506 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
4507 (struct tui_win_info): Declare.
4508 * tui/tui-stack.c: Update references.
4509 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
4510 * tui/tui-win.c, tui/tui-source.c: Ditto.
4511 * tui/tui.c, tui/tui-disasm.c: Ditto.
4512
9fbfb822
MK
45132004-02-06 Mark Kettenis <kettenis@gnu.org>
4514
4515 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
4516 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
4517
03cebad2
MK
45182004-02-05 Mark Kettenis <kettenis@gnu.org>
4519
4520 * infrun.c (handle_inferior_event): Allow for breakpoint
4521 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
4522 and SIGEMT. Update comments.
4523 * NEWS (Revised SPARC target): Mention support for non-executable
4524 stack.
4525
290281b1
MK
45262004-02-04 Mark Kettenis <kettenis@gnu.org>
4527
4528 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
4529 * inftarg.c: Update copyright year.
4530 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
4531 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
4532 (sparc_xfer_wcookie): New function.
4533 * sparc-tdep.c (sparc_fetch_wcookie): New function.
4534 * Makefile.in (sparc-nat.o): Update dependencies.
4535 * config/sparc/nm-nbsd.h: Include "target.h".
4536 (NATIVE_XFER_WCOOKIE): New define.
4537 (sparc_xfer_wcookie): New prototype.
4538
212161df
AC
45392004-02-04 Andrew Cagney <cagney@redhat.com>
4540
4541 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
4542 SYSCALL_TRAP function.
4543 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
4544
6e4c6c91
DJ
45452004-02-04 Andrew Cagney <cagney@redhat.com>
4546 Daniel Jacobowitz <drow@mvista.com>
4547
4548 * objfiles.h: Delete comments refering to inside_entry_func and
4549 DEPRECATED_FRAME_CHAIN_VALID.
4550 * defs.h (inside_entry_func): Update prototype..
4551 * blockframe.c (inside_entry_func): Rename to
4552 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
4553 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
4554
cae688ec
JJ
45552004-02-03 Jeff Johnston <jjohnstn@redhat.com>
4556
4557 * breakpoint.c (struct captured_parse_breakpoint_args): Move
4558 outside of #ifdef SOLIB_ADD region.
4559 (do_restore_lang_radix_cleanup): Ditto.
4560 (resolve_pending_breakpoint): Ditto.
4561
19217676
AC
45622004-02-03 Andrew Cagney <cagney@redhat.com>
4563
4564 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
4565 (process_note_abi_tag_sections): Delete unused function.
4566 (ia64_read_fp): Delete unused function.
4567 (gdbarch_extract_struct_value_address): Delete declaration.
4568
876753be
AC
45692004-02-02 Andrew Cagney <cagney@redhat.com>
4570
4571 * vax-tdep.c (vax_frame_chain): Delete call to
4572 deprecated_inside_entry_file.
4573 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
4574
d4f10bf2
MK
45752004-02-02 Mark Kettenis <kettenis@gnu.org>
4576
4577 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
4578 column that's "empty" or "same value" when eliminating REG_RA
4579 rules.
4580
cae688ec
JJ
45812004-02-02 Jeff Johnston <jjohnstn@redhat.com>
4582
4583 * NEWS: Add information about new pending breakpoint support.
4584
0101ce28
JJ
45852004-02-02 Jeff Johnston <jjohnstn@redhat.com>
4586
4587 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
4588 and pending fields for pending breakpoint support.
4589 * breakpoint.c (breakpoint_enabled): Add check for not pending.
4590 (condition_command): Only parse condition if not a pending
4591 breakpoint.
4592 (print_one_breakpoint): Add support for pending breakpoints.
4593 (describe_other_breakpoints): Add checks to verify we are not
4594 dealing with pending breakpoints.
4595 (check_duplicates): Don't check pending breakpoints.
4596 (set_raw_breakpoint): Initialize pending flag.
4597 (do_restore_lang_radix_cleanup): New cleanup routine.
4598 (resolve_pending_breakpoint): New function.
4599 (re_enable_breakpoints_in_shlibs): Try and resolve any
4600 pending breakpoints via resolve_pending_breakpoint.
4601 (mention): Add pending breakpoint support.
4602 (parse_breakpoint_sals): Add new parameter to pass to
4603 decode_line_1 to indicate silent errors when files or functions
4604 are not found. Change all callers.
4605 (do_captured_parse_breakpoint): New function.
4606 (break_command_1): Change prototype to return an rc value and to
4607 take an optional pending breakpoint pointer. Support creating
4608 a pending breakpoint if a "not found" form of error occurs when
4609 parsing the breakpoint. Also support resolving an existing pending
4610 breakpoint and be silent if the resolution fails.
4611 (create_breakpoints): Change prototype to take pending breakpoint
4612 pointer. When resolving a pending breakpoint, use the new pointer
4613 to provide a conditional or commands added by the end-user.
4614 (delete_breakpoint): Add appropriate check for pending.
4615 (breakpoint_re_set_one): Ditto.
4616 (do_enable_breakpoint): Ditto.
4617
8d577d32
DC
46182004-02-02 David Carlton <carlton@kealia.com>
4619
4620 * valops.c (enum oload_classification): New.
4621 (find_overload_match): Break implementation into separate
4622 functions; delete #if 0'd code; look for symbols within
4623 namespaces.
4624 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
4625 (find_oload_champ,oload_method_static,classify_oload_match): New.
4626 * cp-support.h: Add declaration for cp_func_name; update
4627 declaration for make_symbol_overload_list.
4628 * cp-support.c (cp_func_name): New.
4629 (overload_list_add_symbol): Fix comment, use
4630 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
4631 (make_symbol_overload_list): Take a function name and a namespace
4632 instead of a symbol; change implementation.
4633 (make_symbol_overload_list_using): New.
4634 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
4635
22e8e3c7
FF
46362004-02-02 Fred Fish <fnf@redhat.com>
4637
4638 * main.c (gdb_stdtarg): Move definition to group with other
15390fef 4639 gdb_stdtarg definitions and update copyright years.
22e8e3c7
FF
4640 * remote-sim.c (gdb_os_write_stderr): Write output to
4641 gdb_stdtargerr stream instead of gdb_stdtarg stream.
4642 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
15390fef 4643 gdb_stderr stream and update copyright years.
22e8e3c7 4644
6b753f60
DJ
46452004-02-01 Daniel Jacobowitz <drow@mvista.com>
4646
4647 * Makefile.in (mips-linux-nat.o): Update dependencies.
4648 * mips-linux-nat.c: Include mips-tdep.h.
4649
46502004-02-01 Roland McGrath <roland@redhat.com>
2cb6b099
RM
4651
4652 * sol-thread.c (sol_thread_xfer_partial): New function.
4653 (init_sol_thread_ops): Use that for to_xfer_partial hook.
4654 (init_sol_core_ops): Likewise.
4655
4656 * procfs.c (procfs_xfer_partial): New function.
4657 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
4658 * Makefile.in (procfs.o): Add $(auxv_h) dep.
4659
4660 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
4661 procfs_xfer_auxv function.
4662
4663 * procfs.c (procfs_make_note_section): If we can read
4664 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
4665 * linux-proc.c (linux_make_note_section): Likewise.
4666
4667 * auxv.h: New file.
4668 * auxv.c: New file.
4669 * Makefile.in (auxv_h): New variable.
4670 (COMMON_OBS): Add auxv.o here.
4671 (auxv.o): New target.
4672
4673 * corelow.c (core_xfer_partial): New function.
4674 (init_core_ops): Use it for core_ops.to_xfer_partial.
4675
4676 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
4677 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
4678 macro if that is defined.
4679
fa5281d0
DJ
46802004-02-01 Daniel Jacobowitz <drow@mvista.com>
4681
4682 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
4683 and check the specified thread for each breakpoint.
4684 * breakpoint.h (bpstat_stop_status): Update prototype.
4685 * infrun.c (handle_inferior_event): Update calls to
4686 bpstat_stop_status.
4687
26ee262d
DJ
46882004-02-01 Daniel Jacobowitz <drow@mvista.com>
4689
4690 * Makefile.in (cli-cmds.o): Add $(readline_h).
4691
d9b52655
DJ
46922004-02-01 Daniel Jacobowitz <drow@mvista.com>
4693
4694 * cli/cli-cmds.c: Include readline.h.
4695 (complete_command): Pass the start of the last word to
4696 complete_line.
4697
9709f61c
DJ
46982004-01-31 Daniel Jacobowitz <drow@mvista.com>
4699
4700 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
4701 argument, and change first argument to a CORE_ADDR.
4702 * breakpoint.h (bpstat_stop_status): Update prototype.
4703 * infrun.c (adjust_pc_after_break): Add a new comment.
4704 (handle_inferior_event): Update calls to bpstat_stop_status.
4705
4f1280bb
DJ
47062004-01-31 Daniel Jacobowitz <drow@mvista.com>
4707
4708 * breakpoint.h: Update copyright years.
4709
4fa8626c
DJ
47102004-01-31 Daniel Jacobowitz <drow@mvista.com>
4711
4712 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
4713 (bpstat_stop_status): Don't decrement PC.
4714 * breakpoint.h (software_breakpoint_inserted_here_p): Add
4715 prototype.
4716 * infrun.c (adjust_pc_after_break): New function.
4717 (handle_inferior_event): Call it, early. Remove later references
4718 to DECR_PC_AFTER_BREAK.
4719 (normal_stop): Add commentary.
4720
fad0733a
DJ
47212004-01-31 Daniel Jacobowitz <drow@mvista.com>
4722
4723 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
4724 2004-01-27 double-free fix.
4725
42cdca6c
MK
47262004-01-31 Mark Kettenis <kettenis@gnu.org>
4727
4728 * sparc-tdep.c (sparc_fetch_wcookie): New function.
4729 (sparc32_frame_prev_register): Handle StackGhost.
4730 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
4731
932d5416
RM
47322004-01-29 Roland McGrath <roland@redhat.com>
4733
4734 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
4735 * configure: Regenerated.
4736
4737 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
4738 * Makefile.in (procfs.o): Add dep.
4739
47d3492a
AC
47402004-01-28 Andrew Cagney <cagney@redhat.com>
4741
4742 * tui/tui-stack.h: Update copyright.
4743 (struct frame_info): Add opaque declaration.
4744 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
4745 (tui_show_locator_content): Rename tuiShowLocatorContent.
4746 (tui_show_frame_info): Rename tuiShowFrameInfo.
4747 * tui/tui-stack.c: Update copyright. Update references.
4748 * tui/tui-winsource.c: Update references.
4749 * tui/tui-win.c: Update references.
4750 * tui/tui-layout.c: Update references.
4751 * tui/tui-hooks.c: Update copyright, update references.
4752 * tui/tui.c: Update copyright, update references.
4753 * tui/tui-disasm.c: Update references.
4754
5d51ca54
DC
47552004-01-28 David Carlton <carlton@kealia.com>
4756
4757 * dwarf2read.c (add_partial_structure): Use demangled name if
4758 namespace equals "".
4759
086ed43d
JB
47602004-01-27 Jim Blandy <jimb@redhat.com>
4761
4762 Clean up misapplied patch:
4763 * dwarf2read.c (determine_prefix): Change one of the two forward
4764 declarations for 'determine_prefix_aux' to a declaration for this.
4765 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
4766 argument to 'die_specification'.
4767
2a35147e
JB
4768 * dwarf2read.c (read_func_scope): Re-indent comment.
4769
a355c7de 47702004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
932d5416 4771
a355c7de
AC
4772 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
4773 b->exp to NULL after freeing so that error during re-parsing or
4774 evaluation of expressions associated with breakpoint don't
4775 eventually lead to re-freeing of storage.
4776 Committed by Andrew Cagney.
4777
63ff5125
AC
47782004-01-27 Andrew Cagney <cagney@redhat.com>
4779
4780 * source.c (ambiguous_line_spec): Delete undefined declaration.
4781 * m32r-rom.c (m32r_set_board_address): Delete unused function.
4782 (m32r_set_server_address, m32r_set_download_path): Ditto.
4783 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
4784
e142c38c
DJ
47852004-01-27 Daniel Jacobowitz <drow@mvista.com>
4786
4787 * dwarf2read.c: Update calls to changed and renamed functions, and
4788 references to moved variables.
4789
4790 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
4791 language, language_defn, list_in_scope, and ftypes members.
4792 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
4793 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
4794 (baseaddr): Remove globals.
4795
4796 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
4797 (set_cu_language, die_is_declaration, die_specification)
4798 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
4799 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
4800 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
4801 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
4802
4803 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
4804 cu.list_in_scope. Don't initialize cu_header_offset.
4805 (add_partial_symbol): Add local baseaddr.
4806 (psymtab_to_symtab_1): Add local baseaddr. Use
4807 objfile->section_offsets for consistency. Don't initialize
4808 cu_header_offset; do initialize cu.header.offset and
4809 cu.list_in_scope.
4810 (read_file_scope, read_func_scope, read_lexical_block_scope)
4811 (dwarf_decode_lines, new_symbol): Add local baseaddr.
4812
c6e06ede
MC
48132004-01-27 Michael Chastain <mec.gnu@mindspring.com>
4814
fb328ecc 4815 * PROBLEMS: Add gdb/1516.
c6e06ede 4816
48184fd4
AC
48172003-12-29 Robert Millan <robertmh@gnu.org>
4818
4819 Patch committed by Andrw Cagney.
4820 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
4821 * configure.tgt: Match knetbsd*-gnu.
4822
c1321b30
AC
48232004-01-26 Andrew Cagney <cagney@redhat.com>
4824
f3699be3
AC
4825 * breakpoint.c (catch_command_1): Delete #ifdef code.
4826 (catch_fork_command_1): Delete #ifdef wrapper.
4827 (catch_exec_command_1): Ditto.
4828 (catch_load_command_1): Ditto.
4829 (catch_unload_command_1): Ditto.
4830
c1321b30
AC
4831 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
4832 (catch_breakpoint): Delete #if0ed function.
4833 (disable_catch_breakpoint): Ditto.
4834 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
4835 (disable_catch, enable_catch, delete_catch): Ditto.
4836
b4501125
AC
48372004-01-26 Andrew Cagney <cagney@redhat.com>
4838
4839 * remote.c (echo_check, quit_flag): Delete variables.
4840 (cisco_kernel_mode): Delete variable.
4841 (minitelnet_return, tty_input, escape_count): Delete variables.
4842 (remote_cisco_mode): Delete variable.
4843 (remote_cisco_open, remote_cisco_close): Delete function.
4844 (remote_cisco_mourn, remote_cisco_wait): Delete function.
4845 (init_remote_cisco_ops): Delete function.
4846 (_initialize_remote): Do not install "remote cisco" code.
4847 (read_frame): Delete cisco specific code.
4848 (remote_info_process): Delete function.
4849 (remote_wait): Delete cisco specific code.
4850 (remote_cisco_section_offsets): Delete function.
4851 (remote_cisco_objfile_relocate): Delete function.
4852 (remote_async_wait): Delete cisco specific code.
4853 (minitelnet, readtty, readsocket): Delete function.
4854
74055713
AC
48552004-01-26 Andrew Cagney <cagney@redhat.com>
4856
4857 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
4858 comments mentioning extract_returned_value_address.
4859 * infcmd.c (print_return_value): Update. Add comments on
4860 extract_returned_value_address.
4861 * stack.c (return_command): Add comments on
4862 extract_returned_value_address.
4863 * values.c: Update comment.
4864 * m32r-tdep.c: Update comment.
4865 * sparc-tdep.c: Update comment.
4866 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
4867 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4868 * sh64-tdep.c (sh64_gdbarch_init): Update.
4869 * sh-tdep.c (sh_gdbarch_init): Update.
4870 * s390-tdep.c (s390_gdbarch_init): Update.
4871 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4872 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
4873 * m68k-tdep.c (m68k_gdbarch_init): Update.
4874 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4875 * m32r-tdep.c (m32r_gdbarch_init): Update.
4876 * ia64-tdep.c (ia64_gdbarch_init): Update.
4877 * h8300-tdep.c (h8300_gdbarch_init): Update.
4878 * frv-tdep.c (frv_gdbarch_init): Update.
4879 * arm-tdep.c (arm_gdbarch_init): Update.
4880 * alpha-tdep.c (alpha_gdbarch_init): Update.
4881
a67af2b9
AC
48822004-01-26 Andrew Cagney <cagney@redhat.com>
4883
4884 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
4885 SYMBOL_LOCATION_FUNCS
4886 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
4887 "struct symbol_ops".
4888 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
4889 type to "struct symbol_ops".
4890 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
4891 (struct symbol): Replace ".aux_value.loc.funcs" and
4892 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
4893 (SYMBOL_OBJFILE): Delete macro.
4894 (SYMBOL_LOCATION_FUNCS): Delete macro.
4895 (SYMBOL_LOCATION_BATON): Update.
4896 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
4897 intead of SYMBOL_LOCATION_FUNCS.
4898 * ax-gdb.c (gen_var_ref): Ditto.
4899 * printcmd.c (address_info): Ditto.
4900 * findvar.c (read_var_value): Ditto.
4901 (symbol_read_needs_frame): Ditto.
4902
c034e007
AC
49032004-01-26 Andrew Cagney <cagney@redhat.com>
4904
4905 * dwarf2read.c (read_func_scope): Document frame-base hack.
4906
bb472c1e
MK
49072004-01-25 Mark Kettenis <kettenis@gnu.org>
4908
4909 * infcmd.c (print_return_value): Plug memory leak; delete
4910 ui_stream object. Rename argument `structure_return' to
4911 `struct_return'.
4912
c8e737d5
MK
49132004-01-25 Mark Kettenis <kettenis@gnu.org>
4914
f941662f
MK
4915 * infcmd.c (print_return_value): Wrap long lines.
4916 (finish_command_continuation, finish_command): Remove unused
4917 variable `funcaddr'. Fix some coding-standards problems.
4918
c558d81a 4919 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
d8d65dd3 4920 SECT_SIZE is large enough, not whether it's exactly the right size.
c558d81a
MK
4921 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
4922 TDEP->fpregset to zero.
4923
bf1e5861 4924 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
c8e737d5
MK
4925 floating-point registers for traditional NetBSD core files.
4926 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
4927 TDEP->sizeof_fpregset here.
4928
4c72d57a
MK
49292004-01-25 Mark Kettenis <kettenis@gnu.org>
4930
566626fa
MK
4931 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
4932 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
4933 function with code split out from
4934 sparc32nbsd_sigcontext_frame_cache.
4935 (sparc32nbsd_sigcontext_frame_cache): Use
4936 sparc32nbsd_sigcontext_saved_regs.
4937 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
4938 OpenBSD.
4939 * sparcobsd-tdep.c: New file.
4940 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
4941 (sparcobsd-tdep.o): New dependency.
4942 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
4943 * config/sparc/obsd.mt: New file.
4944
4c72d57a
MK
4945 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
4946 TDEP->fpregset to be initialized to enable core file register
4947 sets.
4948
7e5e9f88
MK
49492004-01-24 Mark Kettenis <kettenis@gnu.org>
4950
f0f207fd 4951 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
1e067c66
MK
4952 Add opaque declarations.
4953 (sparc64nbsd_sigcontext_saved_regs): New prototype.
4954 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
4955 function with code split out from
4956 sparc64nbsd_sigcontext_frame_cache.
4957 (sparc64nbsd_sigcontext_frame_cache): Use
4958 sparc64nbsd_sigcontext_saved_regs.
4959 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
4960 OpenBSD.
4961 * sparc64obsd-tdep.c: New file.
4962 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
4963 (sparc64obsd-tdep.o): New dependency.
4964 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
4965 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
4966 * config/sparc/obsd64.mt: New file.
4967
690668cc
MK
4968 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
4969 read the instruction at PC.
4970
7e5e9f88
MK
4971 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
4972 value of GDB_OSABI_DEFAULT.
4973 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
4974 instead of GDB_OSABI_NETBSD_AOUT.
4975
68b6dce9
NR
49762004-01-24 Nick Roberts <nick@nick.uklinux.net>
4977
4978 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
4979 copyright.
4980
080ce8c0
AC
49812004-01-23 Andrew Cagney <cagney@redhat.com>
4982
4983 * printcmd.c (display_command): Replace tui_set_display call with
4984 tui_set_layout_for_display_command.
4985 * tui/tui.h (enum tui_win_type): Define.
4986 (tui_set_layout): Delete declaration.
4987 (tui_set_layout_for_display_command): Rename set_tui_layout.
4988 * tui/tui-data.h (enum tui_layout_type): Define.
4989 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
4990 "tui.h".
4991 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
4992 (tui_default_win_height): Rename tuiDefaultWinHeight.
4993 (tui_default_win_viewport_height): Rename
4994 tuiDefaultWinViewportHeight.
4995 (tui_set_layout): RenametuiSetLayout.
4996 * tui/tui-layout.c: Update references.
4997 * tui/tui.c: Update references.
4998 * tui/tui-disasm.c: Update references.
4999
b368761e
DC
50002004-01-23 David Carlton <carlton@kealia.com>
5001
5002 Partial workaround for PR c++/1511:
5003 * cp-namespace.c: Include frame.h.
5004 (cp_lookup_transparent_type): New
5005 (cp_lookup_transparent_type_loop): New.
5006 * cp-support.h: Declare cp_lookup_transparent_type.
5007 * symtab.c (basic_lookup_transparent_type): Renamed from
5008 lookup_transparent_type.
5009 (lookup_transparent_type): Replace old body by a call to
5010 current_language->la_lookup_transparent_type.
5011 * symtab.h: Update copyright. Declare
5012 basic_lookup_transparent_type.
5013 * language.h: Update copyright.
5014 (struct language_defn): Add la_lookup_transparent_type.
5015 * language.c: Update copyright.
5016 (unknown_language_defn): Add basic_lookup_transparent_type.
5017 (auto_language_defn): Add basic_lookup_transparent_type.
5018 (local_language_defn): Add basic_lookup_transparent_type.
5019 * ada-lang.c: Update copyright.
5020 (ada_language_defn): Add basic_lookup_transparent_type.
5021 * c-lang.c: Update copyright.
5022 (c_language_defn): Add basic_lookup_transparent_type.
5023 (cplus_language_defn): Add basic_lookup_transparent_type.
5024 (asm_language_defn): Add basic_lookup_transparent_type.
5025 (minimal_language_defn): Add basic_lookup_transparent_type.
5026 * f-lang.c: Update copyright.
5027 (f_language_defn): Add basic_lookup_transparent_type.
5028 * jv-lang.c: Update copyright.
5029 (java_language_defn): Add basic_lookup_transparent_type.
5030 * m2-lang.c: Update copyright.
5031 (m2_language_defn): Add basic_lookup_transparent_type.
5032 * objc-lang.c: Update copyright.
5033 (objc_language_defn): Add basic_lookup_transparent_type.
5034 * p-lang.c: Update copyright.
5035 (p_language_defn): Add basic_lookup_transparent_type.
5036 * scm-lang.c: Update copyright.
5037 (scm_language_defn): Add basic_lookup_transparent_type.
5038 * Makefile.in (cp-namespace.o): Depend on frame.h.
5039
fdde2d81
DC
50402004-01-23 David Carlton <carlton@kealia.com>
5041
5042 Patch for PR c++/1520:
5043 * dwarf2read.c (read_func_scope): Set processing_current_prefix
5044 properly if we have a specification die.
5045 (determine_prefix_aux): Rename from determine_prefix.
5046 (determine_prefix): Like the old determine_prefix, but never
5047 returns NULL.
5048
5b828b6b
TR
50492004-01-23 Theodore A. Roth <troth@openavr.org>
5050
5051 * avr-tdep.c: Update copyright.
5052 (avr_iaddr_p): Delete unused function.
5053 (avr_saddr_p): Delete unused function.
5054
a1b8c067
DC
50552004-01-23 David Carlton <carlton@kealia.com>
5056
5057 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
5058 Fix for PR symtab/1534.
5059
f2cab569
MK
50602004-01-23 Mark Kettenis <kettenis@gnu.org>
5061
5062 * NEWS (New native configurations): Mention OpenBSD/sparc and
5063 OpenBSD/sparc64.
5064 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
5065 * configure.host: Likewise.
5066 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
5067 handler for OpenBSD.
5068 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
5069
642d8300
MK
50702004-01-22 Mark Kettenis <kettenis@gnu.org>
5071
89aac506
MK
5072 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
5073 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
5074
36662fde
MK
5075 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
5076 * cli/cli-cmds.c (shell_escape): Likewise.
5077
642d8300
MK
5078 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
5079 OpenBSD .note.openbsd.ident sections.
5080
fae299cd
DC
50812004-01-22 David Carlton <carlton@kealia.com>
5082
5083 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
5084 get_scope_pc_bounds.
5085 (read_file_scope): Ditto.
5086 (get_scope_pc_bounds): New function, produced by extracting code
5087 from the above two functions, consolidating it, and adding support
5088 for DW_TAG_namespace.
5089
a49d618c
MK
50902004-01-22 Mark Kettenis <kettenis@gnu.org>
5091
5092 * osabi.c (MAX_NOTESZ): New define.
5093 (check_note): New function.
5094 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
5095 check_note.
5096
fe61caab
RM
50972004-01-21 Roland McGrath <roland@redhat.com>
5098
5099 * MAINTAINERS (write after approval): Add myself.
5100
ec145965
EZ
51012004-01-21 Eli Zaretskii <eliz@gnu.org>
5102
5103 * utils.c (init_page_info): Move declarations of `rows' and
5104 `cols' before the __GO32__-specific code. Move the closing brace
5105 outside the #ifdef __GO32__..#endif block.
5106 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
5107
877522db
PB
51082004-01-21 Paul Brook <paul@codesourcery.com>
5109
5110 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
5111 BPSTAT_WHAT_CHECK_SHLIBS.
5112
dbf5be1c
PB
51132004-01-21 Paul Brook <paul@codesourcery.com>
5114
5115 * MAINTAINERS: Add myself to write-after-approval.
5116
81f08b92
AC
51172004-01-20 Andrew Cagney <cagney@redhat.com>
5118
5a1efed7
AC
5119 * ax-gdb.c (print_axs_value): Delete unused function.
5120 * jv-lang.c (java_lookup_type): Delete unused function.
5121 * cli/cli-dump.c (dump_filetype): Delete unused function.
5122 * remote-mips.c (remote_mips_insert_hw_breakpoint)
5123 (remote_mips_remove_hw_breakpoint): Delete unused functions.
5124 (mips_getstring): Delete unused function.
5125 (pmon_insert_breakpoint): Delete #if0ed function.
5126 (PMON_MAX_BP): Delete #if0ed MACRO.
5127 (mips_pmon_bp_info): Delete #if0ed variable.
5128 (pmon_remove_breakpoint): Delete #if0ed function.
5129 * monitor.c (monitor_write_even_block): Delete unused function.
5130 (monitor_write_memory_block): Delete #if0ed code.
5131 * dink32-rom.c (dink32_load): Delete unused function.
5132 (_initialize_dink32_rom): Delete #if0ed code.
5133 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
5134
b0a30fce
AC
5135 * tui/tui-command.c: Update references.
5136 * tui/tui-io.c: Update references.
5137 * tui/tui-command.h: Update copyright.
5138 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
5139
81f08b92
AC
5140 * source.c (ambiguous_line_spec): Delete never-defined function.
5141 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
5142 * gdbtypes.c (add_name, add_mangled_type): Ditto.
5143 * cli/cli-cmds.c (validate_comname): Ditto.
5144
65f05602
AC
5145 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
5146 "tui-data.h".
5147 (tui_set_disassem_content): Rename tuiSetDisassemContent.
5148 (tui_show_disassem): Rename tuiShowDisassem.
5149 (tui_show_disassem_and_update_source): Rename
5150 tuiVerticalDisassemScroll.
5151 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
5152 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
5153 * tui/tui.h: Update copyright.
5154 (enum tui_status): Define.
5155 * tui/tui-data.h (enum tui_scroll_direction): Define.
5156 * tui/tui-disasm.c: Update copyright. Update references.
5157 * tui/tui-winsource.c: Update copyright. Update references.
5158 * tui/tui-win.c: Update references.
5159 * tui/tui-layout.c: Update references.
5160
6bb0384f
AC
51612004-01-20 Andrew Cagney <cagney@redhat.com>
5162
5163 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
5164 sym2 to start of block.
5165
9175c9a3
MC
51662004-01-19 Michael Chastain <mec.gnu@mindspring.com>
5167
5168 * MAINTAINERS: Delete mmalloc.
5169 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
5170 * NEWS: Mention removal of --with-malloc.
5171 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
5172 * config.in: Regenerate.
5173 * configure: Regenerate.
6bb0384f
AC
5174 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
5175 USE_MMALLOC, MMCHECK_FORCE.
9175c9a3
MC
5176 * gdbinit.in: Remove mmalloc.
5177 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
5178 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
5179 * config/i386/go32.mh: Likewise.
5180 * config/i386/interix.mh: Likewise.
5181 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
5182
4fcef00a
JJ
51832004-01-19 Jeff Johnston <jjohnstn@redhat.com>
5184
5185 * linespec.c (decode_variable, symtab_from_filename): Call
5186 error_silent with error message instead of throwing an exception
5187 directly.
5188 * defs.h (error_silent, error_output_message): Add prototypes.
5189 (catch_exceptions_with_msg): Ditto.
5190 * utils.c (error_silent, error_output_message): New functions.
5191 * top.c (catch_exceptions_with_msg): New function.
5192
8e94b928
NR
51932004-01-20 Nick Roberts <nick@nick.uklinux.net>
5194
5195 * mi/mi-cmds.h (enum print_values): Add definition.
5196
5197 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
5198 type and value for simple data types and just the name and type
5199 for complex ones, if required.
5200
5201 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
5202 children, if required.
5203
a02d6af8
KB
52042004-01-19 Kevin Buettner <kevinb@redhat.com>
5205
5206 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
5207 unused declarations.
5208
78a4a9b9
AC
52092004-01-19 Andrew Cagney <cagney@redhat.com>
5210
5211 * top.h (mapped_symbol_files): Delete declaration.
5212 * main.c (captured_main): Delete option "m" and "mapped".
5213 * objfiles.c (mapped_symbol_files): Delete variable.
5214 * symfile.c (symbol_file_command): Delete mmap code.
5215 (symbol_file_add_with_addrs_or_offsets): Ditto.
5216 (add_symbol_file_command, reread_separate_symbols): Ditto.
5217 * objfiles.h (OBJF_MAPPED): Delete.
5218 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
5219 (free_objfile) [USE_MMALLOC]: Ditto.
5220 (open_existing_mapped_file): Delete function.
5221 (open_mapped_file): Delete function.
5222 (map_to_file): Delete function.
5223
2dbd5e30
KB
52242004-01-19 Kevin Buettner <kevinb@redhat.com>
5225
5226 * infrun.c (step_into_function): Account for possible breakpoint
5227 adjustment when computing ``stop_func_start''.
5228
437b434f
KB
52292004-01-19 Kevin Buettner <kevinb@redhat.com>
5230
5231 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
5232 the region size against the size of a pointer, not the size of
5233 a register as given by DEPRECATED_REGISTER_SIZE.
5234
55fb0713
AC
52352004-01-19 Andrew Cagney <cagney@redhat.com>
5236
5237 * tui/tui-regs.h: Include "tui-data.h".
5238 (tuiFirstRegElementNoInLine): Delete declaration.
5239 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
5240 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
5241 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
5242 (tui_calculate_regs_column_count): Rename
5243 tuiCalculateRegsColumnCount.
5244 (tui_check_register_values): Rename tuiCheckRegisterValues.
5245 (tui_show_registers): Rename tuiShowRegisters.
5246 (tui_display_registers_from_line): Rename
5247 tuiDisplayRegistersFromLine.
5248 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
5249 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
5250 (tui_first_reg_element_no_inline): Rename
5251 tuiFirstRegElementNoInLine.
5252 * tui/tui-data.h: Update copyright.
5253 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
5254 * tui/tui-windata.c: Update copyright, update references.
5255 * tui/tui-regs.c: Update copyright, update references.
5256 * tui/tui-win.c: Update copyright, update references.
5257 * tui/tui-layout.c: Update copyright, update references.
fe61caab 5258
cebe9500
AC
52592004-01-18 Andrew Cagney <cagney@redhat.com>
5260
bcdf1568
AC
5261 * tui/tui-io.c: Update copyright.
5262 (key_is_end_sequence, key_is_backspace): New functions.
5263 (key_is_command_char, key_is_start_sequence): New function.
5264 (tui_getc): Update references.
5265 * tui/tui-io.h: Update copyright.
5266 (m_tuiStartNewLine): Delete macro.
5267 (m_isBackspace, m_isDeleteChar): Delete macros.
5268 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
5269 (m_isNextPage, m_isPrevPage): Delete macros.
5270 (m_isLeftArrow, m_isRightArrow): Delete macros.
5271 (m_isXdbStyleCommandChar): Delete macro.
5272 (key_is_start_sequence): Declare, replace m_isStartSequence.
5273 (key_is_end_sequence): Declare, replace m_isEndSequence.
5274 (key_is_backspace): Declare ,replace m_isBackspace.
5275 (key_is_command_char): Declare, replace m_isCommandChar.
5276 * tui/tui-command.c: Update copyright.
5277 (tuiDispatchCtrlChar): Update references.
5278
130d87e6
AC
5279 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
5280 tuiSourceWin.h.
5281
d7b2e967
AC
5282 * tui/tui-command.c: Rename tui/tuiCommand.c.
5283 * tui/tui-command.h: Rename tui/tuiCommand.h.
5284 * tui/tui-data.c: Rename tui/tuiData.c.
5285 * tui/tui-data.h: Rename tui/tuiData.h.
5286 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
5287 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
5288 * tui/tui-io.c: Rename tui/tuiIO.c.
5289 * tui/tui-io.h: Rename tui/tuiIO.h.
5290 * tui/tui-layout.c: Rename tui/tuiLayout.c.
5291 * tui/tui-layout.h: Rename tui/tuiLayout.h.
5292 * tui/tui-regs.c: Rename tui/tuiRegs.c.
5293 * tui/tui-regs.h: Rename tui/tuiRegs.h.
5294 * tui/tui-source.c: Rename tui/tuiSource.c.
5295 * tui/tui-source.h: Rename tui/tuiSource.h.
5296 * tui/tui-stack.c: Rename tui/tuiStack.c.
5297 * tui/tui-stack.h: Rename tui/tuiStack.h.
5298 * tui/tui-win.c: Rename tui/tuiWin.c.
5299 * tui/tui-win.h: Rename tui/tuiWin.h.
5300 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
5301 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
5302 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
5303 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
5304 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
5305 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
5306 * tui/tui-file.c: Update includes.
5307 * tui/tui-hooks.c: Update includes.
5308 * tui/tui-interp.c: Update includes.
5309 * tui/tui.c: Update includes.
5310 * Makefile.in: Update all tui/ dependencies.
5311 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
5312
b2100910
AC
5313 * Makefile.in: Update copyright. Update dependencies.
5314
cebe9500
AC
5315 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
5316 problem.
5317
c6f0559b
AC
53182004-01-18 Andrew Cagney <cagney@redhat.com>
5319
43e9390b
AC
5320 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
5321 instead of register_gdbarch_init.
5322
c6f0559b
AC
5323 * remote-sds.c (tohex): Delete unused function. Update copyright.
5324 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
5325 * v850-tdep.c (v850_register_virtual_size): Ditto.
5326 * target.c (normal_target_post_startup_inferior): Ditto.
5327 * source.c (ambiguous_line_spec): Ditto.
5328 * remote.c (adapt_remote_get_threadinfo): Ditto.
5329 * mi/mi-out.c (out_field_fmt): Ditto.
5330 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
5331 (output_control_change_notification): Ditto.
5332 * m68k-tdep.c (m68k_register_byte): Ditto.
5333 (m68k_remote_breakpoint_from_pc): Ditto.
5334 * ui-out.c (init_ui_out_state): Delete unused declaration.
5335 * stabsread.c (search_value): Ditto.
5336 * mi/mi-cmd-env.c (env_cli_command): Ditto.
5337 * maint.c (print_section_table): Ditto.
5338 * infrun.c (set_follow_fork_mode_command): Ditto.
5339
a8504492
MK
53402004-01-18 Mark Kettenis <kettenis@gnu.org>
5341
5342 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
5343 DW_CFA_def_cfa_exporession. Add support for
5344 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
5345 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
5346
0bd8997e
AC
53472004-01-18 Andrew Cagney <cagney@redhat.com>
5348
5349 * ocd.c: Update copyright.
5350 (bdm_read_register_command): Delete unused function.
5351 (_initialize_remote_ocd): Delete commented out reference.
5352 (get_quoted_char, reset_packet): Delete #if0ed function.
5353 (output_packet, put_quoted_char): Delete #if0ed function.
5354 (stu_put_packet, stu_get_packet): Delete #if0ed function.
5355 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
5356 (BDM_BREAKPOINT): Delete #if0ed macro.
5357 (remote_timeout): Delete #if0ed variable.
5358
31bb40e4
MK
53592004-01-18 Mark Kettenis <kettenis@gnu.org>
5360
5361 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
5362 (core-sol2.o): Remove dependency.
5363 * core-sol2.c: Remove file.
5364
887432a5
AC
53652004-01-17 Andrew Cagney <cagney@redhat.com>
5366
5367 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
5368 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
5369 enums.
5370
29182b13
DJ
53712004-01-17 Daniel Jacobowitz <drow@mvista.com>
5372
5373 * remote.c: Update copyright years.
5374
2963ee1d
DJ
53752004-01-17 Daniel Jacobowitz <drow@mvista.com>
5376
5377 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
5378
79d45cd4
AC
53792004-01-17 Andrew Cagney <cagney@redhat.com>
5380
ee300cd4
AC
5381 * mdebugread.c: Update copyright.
5382 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
5383 (parse_type, parse_procedure): Ditto.
5384 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
5385
fcacc9c2
AC
5386 * cris-tdep.c (cris_store_struct_return): Put back accidently
5387 deleted function.
5388
79d45cd4
AC
5389 * gdbarch.sh: Update copyright year.
5390 * gdbarch.h, gdbarch.c: Re-generate.
5391
b263358a
DJ
53922004-01-17 Daniel Jacobowitz <drow@mvista.com>
5393
5394 Suggested by George Anzinger.
5395 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
5396 correct stack offset. Include unknown opcode numbers in the error
5397 message.
5398
931aecf5
AC
53992004-01-17 Andrew Cagney <cagney@redhat.com>
5400
5401 * x86-64-tdep.c (x86_64_init_abi): No need to clear
5402 extract_struct_value_address, i386 does not set it.
5403 * sparc64-tdep.c (sparc64_init_abi): Do not set
5404 extract_struct_value_address, never called.
5405 (sparc64_extract_struct_value_address): Delete function.
5406 * m68hc11-tdep.c: Update copyright.
5407 (m68hc11_gdbarch_init): Delete redundant assignment of
5408 extract_struct_value_address.
5409 * i386-tdep.c: Update copyright.
5410 (i386_gdbarch_init): Do not set extract_struct_value_address,
5411 never called.
5412 (i386_extract_struct_value_address): Delete function.
5413 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
5414 extract_struct_value_address, never called.
5415 (sparc32_extract_struct_value_address): #if 0 function. Add
5416 comments explaining its future.
5417
756fe439
DJ
54182004-01-17 Daniel Jacobowitz <drow@mvista.com>
5419
5420 * arm-tdep.c (arm_write_pc): New function.
5421 (arm_gdbarch_init): Call set_gdbarch_write_pc.
5422
e74f0f02
DJ
54232004-01-17 Daniel Jacobowitz <drow@mvista.com>
5424
5425 * breakpoint.c (must_shift_inst_regs): Delete.
5426 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
5427 and SHIFT_INST_REGS.
5428 * infcmd.c (step_1, step_1_continuation): Delete references to
5429 SHIFT_INST_REGS.
5430 * infrun.c (keep_going): Likewise.
5431 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
5432 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
5433
b6cb9035
AC
54342004-01-17 Andrew Cagney <cagney@redhat.com>
5435
444a1e2e
AC
5436 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
5437 * gdbarch.h, gdbarch.c: Re-generate.
5438 * infcmd.c (print_return_value): Delete reference to
5439 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5440
def7e6ed
AC
5441 * cris-tdep.c (cris_gdbarch_init): Do not set
5442 deprecated_extract_struct_value_address.
5443
07be497a
AC
5444 * xstormy16-tdep.c: Update copyright.
5445 (xstormy16_extract_struct_value_address): Update to current
5446 extract struct value address interface.
5447 (xstormy16_gdbarch_init): Set extract_struct_value_address.
5448 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
5449 current extract struct value address interface.
5450 (sh64_gdbarch_init): Set extract_struct_value_address.
5451
6b4d5c91
AC
5452 * cris-tdep.c: Update copyright.
5453 (cris_extract_struct_value_address): Delete function.
5454 (struct_return_address): Delete variable.
5455 (cris_store_struct_return): Do not set struct_return_address.
5456
464e0365
AC
5457 * mcore-tdep.c: Update copyright.
5458 (mcore_extract_struct_value_address): Delete function. Update
5459 comments.
5460 (mcore_gdbarch_init): Update.
5461 * mn10300-tdep.c: Update copyright.
5462 (mn10300_extract_struct_value_address): Delete function.
5463 (mn10300_gdbarch_init): Update.
5464 * v850-tdep.c: Update copyright.
5465 (v850_extract_struct_value_address): Delete.
5466 (v850_gdbarch_init): Update.
5467 * ns32k-tdep.c: Update copyright.
5468 (ns32k_extract_struct_value_address): Delete.
5469 (ns32k_gdbarch_init): Update.
5470 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
5471 (hppa_gdbarch_init): Update.
5472 * vax-tdep.c: Update copyright.
5473 (vax_extract_struct_value_address): Delete.
5474 (vax_gdbarch_init): Update.
5475
afb18d0f
AC
5476 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
5477 * gdbarch.h, gdbarch.c: Re-generate.
5478 * procfs.c (procfs_fetch_registers): Delete reference to
5479 DEPRECATED_NPC_REGNUM.
5480 (procfs_store_registers): Ditto.
5481 * regcache.c (generic_target_write_pc): Simplify.
5482 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
5483
a698f53e
AC
5484 * core-sol2.c (fetch_core_registers): Replace
5485 DEPRECATED_NPC_REGNUM with equivalent tdep value.
5486
adc11376
AC
5487 * hppa-tdep.c: Update copyright year.
5488 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
5489 NPC_REGNUM.
5490 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
5491
b6cb9035
AC
5492 * mips-tdep.c (mips_write_pc): New function.
5493 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
5494 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
5495 (mips_find_saved_regs, mips_software_single_step: Ditto.
5496 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
5497 mips_init_extra_frame_info, mips_pop_frame): Ditto.
5498
6d82d43b
AC
54992004-01-17 Andrew Cagney <cagney@redhat.com>
5500
5501 * mips-tdep.c: Re-indent. Group functions by ABI.
5502
71bd6bd4
AC
55032004-01-17 Andrew Cagney <cagney@redhat.com>
5504
5505 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
5506 * gdbarch.c: Re-generate.
5507 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
5508 DECR_PC_AFTER_BREAK to zero.
5509 * vax-tdep.c (vax_gdbarch_init): Ditto.
5510 * v850-tdep.c (v850_gdbarch_init): Ditto.
5511 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
5512 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
5513 * sh-tdep.c (sh_gdbarch_init): Ditto.
5514 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5515 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
5516 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5517 * mips-tdep.c (mips_gdbarch_init): Ditto.
5518 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5519 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5520 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
5521 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5522 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
5523 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
5524 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5525 * frv-tdep.c (frv_gdbarch_init): Ditto.
5526 * cris-tdep.c (cris_gdbarch_init): Ditto.
5527 * avr-tdep.c (avr_gdbarch_init): Ditto.
5528 * arm-tdep.c (arm_gdbarch_init): Ditto.
5529 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
5530
a02abb62
JB
55312004-01-17 J. Brobecker <brobecker@gnat.com>
5532
5533 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
5534 Delete, no longer used.
5535 (read_subrange_type): New function, mostly extracted from
5536 read_array_type().
5537 (read_array_type): Replace extracted code by call to
5538 read_subrange_type().
5539 (dwarf2_get_attr_constant_value): New function.
5540 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
5541 (add_partial_symbol): Likewise.
5542 (process_die): Likewise.
5543 (new_symbol): Likewise.
5544 (read_type_die): Likewise.
5545
cf5b2f1b
AC
55462004-01-16 Andrew Cagney <cagney@redhat.com>
5547
5548 * symfile.c: Update copyright year.
5549 (compare_symbols): Delete unused function.
5550 * stabsread.c: Update copyright year.
5551 (lrs_general_complaint): Delete unused function.
5552 (ref_search_value): Ditto.
5553 (get_substring): Delete declaration.
5554 * sh64-tdep.c: Update copyright year.
5555 (sh64_get_gdb_regnum): Delete unused function.
5556 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
5557 Delete unused function.
5558
d33b9831
MK
55592004-01-17 Mark Kettenis <kettenis@gnu.org>
5560
5561 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
5562 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
5563
7aea86e6
AC
55642004-01-16 Andrew Cagney <cagney@redhat.com>
5565
5566 Changes from Peter Schauer.
5567 * rs6000-tdep.c: Update copyright year.
5568 (rs6000_push_dummy_call): Update the stack pointer before
5569 accessing the corresponding stack region.
5570 * rs6000-nat.c: Update copyright year.
5571 (set_host_arch): Set "info.abfd" to "exec_bfd".
5572
26b0da32
MK
55732004-01-15 Mark Kettenis <kettenis@gnu.org>
5574
5575 * blockframe.c: Update copyright year.
5576 (inside_entry_func): Don't treat a zero PC specially.
5577
86fbe6cc
EZ
55782004-01-14 Elena Zannoni <ezannoni@redhat.com>
5579
5580 * gcore.c (gcore_copy_callback): Use paddr_d to print size
5581 variable.
5582 (gcore_create_callback): Ditto. Skip any memory segment that has
5583 no permissions set.
5584
63d06c5c
DC
55852004-01-14 David Carlton <carlton@kealia.com>
5586
5587 Change symbols for C++ nested types to contain the fully qualified
5588 name, if possible. (At least in the DWARF-2 case.) Partial fix
5589 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
5590 c++/895.
5591 * c-exp.y (qualified_type): Handle types nested within classes.
5592 * cp-namespace.c: Update comments.
5593 (cp_set_block_scope): Delete #if 0.
5594 (cp_lookup_nested_type): Handle types nested within classes.
5595 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
5596 when appropriate.
5597 (add_partial_symbol): Add the name of the enclosing namespace to
5598 types.
5599 (pdi_needs_namespace): New.
5600 (add_partial_namespace): Tweak comment.
5601 (add_partial_structure): New.
5602 (psymtab_to_symtab_1): Initialize processing_current_prefix
5603 here...
5604 (process_die): instead of here.
5605 (read_structure_scope): Try to figure out the name of the class or
5606 namespace that the structure might be defined within.
5607 (read_enumeration): Generate fully-qualified names, if possible.
5608 (read_namespace): Don't set name to NULL.
5609 (die_specification): New.
5610 (new_symbol): Generate fully-qualified names for types.
5611 (read_type_die): Determine appropriate prefix.
5612 (determine_prefix): New.
5613 (typename_concat): New.
5614 (class_name): New.
5615 * valops.c (value_aggregate_elt): Pass NOSIDE to
5616 value_struct_elt_for_reference.
5617 (value_struct_elt_for_reference): Make static, add NOSIDE
5618 parameter, call value_maybe_namespace_elt as a last resort.
5619 (value_namespace_elt): Break out code into
5620 value_maybe_namespace_elt.
5621 (value_maybe_namespace_elt): New.
5622
87783b8b
AC
56232004-01-12 Andrew Cagney <cagney@redhat.com>
5624
5625 * mips-tdep.c (mips_convert_register_p): Handle both raw and
5626 cooked floating-point registers.
5627 (mips_gdbarch_init): Set convert_register_p, register_to_value,
5628 and value_to_register.
5629
6503b91e
AC
56302004-01-13 Andrew Cagney <cagney@redhat.com>
5631
5632 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
5633 * gdbarch.c: Re-generate.
5634 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
5635 FUNCTION_START_OFFSET.
5636 * v850-tdep.c (v850_gdbarch_init): Ditto.
5637 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
5638 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
5639 * sh-tdep.c (sh_gdbarch_init): Ditto.
5640 * s390-tdep.c (s390_gdbarch_init): Ditto.
5641 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5642 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
5643 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5644 * mips-tdep.c (mips_gdbarch_init): Ditto.
5645 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5646 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
5647 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5648 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
5649 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5650 * i386-tdep.c (i386_gdbarch_init): Ditto.
5651 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
5652 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5653 * frv-tdep.c (frv_gdbarch_init): Ditto.
5654 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
5655 * cris-tdep.c (cris_gdbarch_init): Ditto.
5656 * avr-tdep.c (avr_gdbarch_init): Ditto.
5657 * arm-tdep.c (arm_gdbarch_init): Ditto.
5658 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
5659
ea1dd7bc
DJ
56602004-01-13 Daniel Jacobowitz <drow@mvista.com>
5661
5662 * infrun.c (follow_fork_mode_ask): Remove.
5663 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
5664 (follow_fork): Simplify and remove internal error for
5665 follow_fork_mode_ask.
5666 (_initialize_infrun): Update "set follow-fork-mode" help text.
5667
0f0cffd2
AC
56682004-01-13 Andrew Cagney <cagney@redhat.com>
5669
5670 * configure.in: Update copyright year.
5671 (build_warnings): Add -Wunused-label.
5672 * configure: Re-generate.
5673
de38af99
AC
56742004-01-12 Andrew Cagney <cagney@redhat.com>
5675
954a7fba
AC
5676 * exec.h (exec_ops): Make "extern".
5677
de38af99
AC
5678 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
5679 the function is void.
5680 (mips_pseudo_register_write): Ditto.
5681
1a111ce3
AC
56822004-01-12 Andrew Cagney <cagney@redhat.com>
5683
5684 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
5685 call. Never defined.
5686 * sparc-tdep.h (struct frame_info): Add opaque declaration.
5687 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
5688 (struct sparc_gregset, struct regcache): Ditto.
5689 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
5690
48efe704
AC
56912004-01-12 Andrew Cagney <cagney@redhat.com>
5692
5693 * mi/ChangeLog: Delete file. Renamed to ...
5694 * mi/ChangeLog-1999-2003: New file.
5695 * tui/ChangeLog: Delete file. Renamed to ...
5696 * tui/ChangeLog-1998-2003: New file.
fe61caab 5697
a54124c5
MK
56982004-01-11 Mark Kettenis <kettenis@gnu.org>
5699
2ca62865
MK
5700 * sparc64nbsd-tdep.c: Include "regset.h".
5701 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
5702 Remove variables.
5703 (fetch_core_registers): Remove function.
5704 (sparc64nbsd_core_fns): Remove variable.
5705 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
5706 functions.
5707 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
5708 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
5709 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
5710
ca9d58e9
MK
5711 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
5712 sparc_extract_struct_value_address.
5713 (sparc32_gdbarch_init): Set extract_struct_value_address.
5714 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
5715 function.
5716 (sparc64_init_abi): Set extract_struct_value_address. Don't set
5717 return_value_on_stack.
5718
3cc87ec0
MK
5719 * NEWS: Mention that %cs and %ss have been added to the AMD64
5720 configurations
5721
5bf00f29
MK
5722 * frame.c: Update copyright year.
5723 (get_prev_frame): Improve comment.
5724
4f7ec84e
MK
5725 * sparc64fbsd-tdep.c: Include "regset.h".
5726 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
5727 Remove variables.
5728 (fetch_core_registers): Remove function.
5729 (sparc64fbsd_core_fns): Remove variable.
5730 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
5731 functions.
5732 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
5733 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
46b58ce9 5734 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
4f7ec84e 5735
4e7b0cd3
MK
5736 * sparcnbsd-tdep.c: Include "regset.h".
5737 (fetch_core_registers): Remove function.
5738 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
5739 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
5740 functions.
5741 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
5742 TDEP->fpregset.
46b58ce9 5743 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
4e7b0cd3 5744
a54124c5
MK
5745 * sparc-tdep.h (struct regset): Provide opaque declaration.
5746 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
5747 fpregset and sizeof_fpregset members.
5748 * sparc-tdep.c (struct regset): Provide opaque declaration.
5749 (sparc_regset_from_core_section): New function.
5750 (sparc32_gdbarch_init): Initialize TDEP->gregset,
5751 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
5752 Set regset_from_core_section when appropriate.
5753
29ff87c5
MK
57542004-01-10 Mark Kettenis <kettenis@gnu.org>
5755
79b1ab3d
MK
5756 * x86-64-tdep.c (amd64_non_pod_p): New function.
5757 (amd64_classify_aggregate): Return class memory for non-POD
5758 C++ structure types.
5759
6470d250
MK
5760 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
5761 argument. Use it to reserve a register if necessary.
5762 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
5763 amd64_push_arguments.
5764
562c50c2
MK
5765 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
5766
af233647
MK
5767 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
5768 register numbers in comments.
5769 * x86-64-tdep.h: Update copyright year.
5770 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
5771 Adjust for addition of %cs and %ss.
5772 * amd64fbsd-nat.c: Update copyright year.
5773 (reg_offset): Add register offsets for %cs and %ss.
5774 * amd64fbsd-tdep.c: Update copyright year.
5775 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
5776 (amd64fbsd_sc_reg_offset): Likewise.
5777 * x86-64-linux-nat.c: Update copyright year.
5778 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
5779 and %ss.
5780 * amd64nbsd-nat.c: Update copyright year.
5781 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
5782 * amd64nbsd-tdep.c: Update copyright year.
5783 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
5784 * x86-64-linux-tdep.c: Update copyright year.
5785 (user_to_gdb_regmap): Add mapping for %cs and %ss.
5786 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
5787 * regformats/reg-x86-64.dat: Add %cs and %ss.
5788
29ff87c5
MK
5789 * blockframe.c (inside_entry_func): Reformat. Introduce new local
5790 variables to prevent long lines. Update comments to reflect
5791 reality.
5792
38d518c9
EZ
57932004-01-09 David Carlton <carlton@kealia.com>
5794
5795 Checked in by Elena Zannoni <ezannoni@redhat.com>.
5796 * dwarf2read.c (read_namespace): Pull out name-generating code
5797 into namespace_name. Rename previous_namespace to previous_prefix
5798 and processing_current_namespace to processing_current_prefix..
5799 (namespace_name): New function.
5800 (add_partial_symbol): Substitute uses of pdi->name with
5801 actual_name.
5802 * cp-support.h: Rename processing_current_namespace to
5803 processing_current_prefix.
5804 Update copyright year.
5805 * cp-namespace.c: Rename processing_current_namespace to
5806 processing_current_prefix.
5807 Update copyright year.
fe61caab 5808
1e4728e7
AC
58092004-01-09 Andrew Cagney <cagney@redhat.com>
5810
5811 * jv-valprint.c, ser-unix.c: Add missing copyright years.
5812
c77c642a
MK
58132004-01-09 Mark Kettenis <kettenis@gnu.org>
5814
5815 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
5816 complaining.
5817 (process_one_symbol): Deal with N_PATCH stabs.
5818
b44e9041
EZ
58192004-01-09 Elena Zannoni <ezannoni@redhat.com>
5820
5821 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
5822 ifdeffed code.
5823 Update copyright year.
38d518c9 5824
eccfb640
MC
58252004-01-08 Michael Chastain <mec.gnu@mindspring.com>
5826
5827 * config/pa/tm-hppa.h: Update extern declarations for
5828 hppa32_hpux_frame_saved_pc_in_sigtramp,
5829 hppa32_hpux_frame_base_before_sigtramp, and
5830 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
5831
848c5feb
MC
58322004-01-08 Michael Chastain <mec.gnu@mindspring.com>
5833
5834 * config/pa/tm-hppah.h: Update copyright years.
5835
3cc5d663
AC
58362004-01-08 Andrew Cagney <cagney@redhat.com>
5837
5838 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
5839 (mips_o32_reg_struct_has_addr): Delete function.
5840 (mips_gdbarch_init): Update.
5841 (mips_extract_struct_value_address): Delete function.
5842
bfec0b41
JJ
58432004-01-08 David Mosberger <davidm@hpl.hp.com>
5844
5845 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
5846 reality.
5847
16e109ca
AC
58482004-01-07 Andrew Cagney <cagney@redhat.com>
5849
6214a8a1
AC
5850 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
5851 architecture's elf flags (when available).
5852
8d5838b5
AC
5853 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
5854 FPU to the start, check the MIPS FPU when looking for an old
5855 architecture.
5856 (set_mipsfpu_single_command): Update the architecture.
5857 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
5858
480d3dd2
AC
5859 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
5860 (mips_mask_address_p): Add "tdep" parameter.
5861 (show_mask_address, mips_addr_bits_remove): Update.
5862 (mips_dump_tdep): Update.
5863 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
5864 (MIPS_STACK_ARGSIZE): Delete macro.
5865 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
5866 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
5867 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
5868 (mips_dump_tdep): Update.
5869 (MIPS_SAVED_REGSIZE): Delete macro.
5870 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
5871 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
5872 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
5873 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
5874 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
5875 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
5876 (mips_pop_frame, return_value_location): Update.
5877 (mips_n32n64_return_value, mips_dump_tdep): Update.
5878
ec03c1ac
AC
5879 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
5880 MIPS ABI.
5881
16e109ca
AC
5882 * mips-tdep.c: Update copyright.
5883 (mips_gdbarch_init): Merge two code blocks handling the register
5884 name and number layout.
5885
15255275
MS
58862004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
5887
5888 * tracepoint.c (validate_actionline): Fix segv at EOF
5889
9f9057da
MC
58902004-01-07 Michael Chastain <mec.gnu@mindspring.com>
5891
5892 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
5893 properly for static fields.
5894
0127c0d3 58952004-01-06 Jeff Johnston <jjohnstn@redhat.com>
91562f53 5896 Jason Molenda <jmolenda@apple.com>
0127c0d3
JJ
5897
5898 * disasm.c: Update copyright to include 2004.
5899 (do_mixed_source_and_assembly): For uiout asm list
5900 and tuple cleanups, initialize to null_cleanup instead of
fe61caab 5901 NULL and do so prior to loop. Only reset when we close off
0127c0d3 5902 the tuple/list. Move check for whether to close off the
fe61caab 5903 asm tuple/list to after dump_insns call where it will be run
0127c0d3
JJ
5904 on each loop iteration.
5905
5269965e
AC
59062004-01-05 Andrew Cagney <cagney@redhat.com>
5907
54f1137d
AC
5908 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
5909 should be a switch case and not a label.
5910 * mips-tdep.c (mips32_next_pc): Delete unused labels
5911 "greater_equal_branch" and "less_zero_branch".
5912 * jv-valprint.c (java_print_value_fields): Delete unused label
5913 "flush_it".
5914
5269965e
AC
5915 * target.c (unpush_target): Only close a target that is in the
5916 target stack.
5917
dbc22fa1
MK
59182004-01-05 Mark Kettenis <kettenis@gnu.org>
5919
9515395e
MK
5920 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
5921 address from [sp + 64] instead of %o2.
5922
dbc22fa1
MK
5923 * frame.c (get_prev_frame): Don't try to unwind the PC. This
5924 fixes PR backtrace/1476.
5925
5439edaa
AC
59262004-01-05 Andrew Cagney <cagney@redhat.com>
5927
5928 * libunwind-frame.h (struct frame_id): Add opaque declaration,
5929 move to start of file.
5930 * i386-tdep.h (struct regcache): Add opaque declaration.
5931 * config/ia64/nm-linux.h (struct target_ops): Add opaque
5932 declaration.
5933 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
5934 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
5935 * win32-nat.c (fake_create_process): Use ISO C style definition.
5936 * stabsread.c (define_symbol): Delete #ifndef
5937 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
5938 stabs_argument_has_addr call, macro never defined.
5939
19061abe
MC
59402004-01-04 Michael Chastain <mec.gnu@mindspring.com>
5941
5942 * op50-rom.c: Delete.
5943 * w89k-rom.c: Delete.
5944 * Makefile.in: Remove references.
5945
e53bef9f
MK
59462004-01-04 Mark Kettenis <kettenis@gnu.org>
5947
5948 * x86-64-tdep.c: Update copyright year.
5949 (struct amd64_register_info): Rename from x86_64_register_info.
5950 (amd64_register_info): Rename from x86_64_register_info.
5951 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
5952 (amd64_register_name): Rename from x86_64_register_name.
5953 (amd64_register_type): Rename from x86_64_register_type.
5954 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
5955 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
5956 (amd64_dwarf_reg_to_regnum): Rename from
5957 x86_64_dwarf_reg_to_regnum.
5958 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
5959 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
5960 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
5961 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
5962 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
5963 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
5964 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
5965 (amd64_frame_cache): Rename from x86_64_frame_cache.
5966 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
5967 (amd64_frame_prev_register): Rename from
5968 x86_64_frame_prev_register.
5969 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
5970 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
5971 (amd64_sigtramp_frame_cache): Rename from
5972 x86_64_sigtramp_frame_cache.
5973 (amd64_sigtramp_frame_prev_register): Rename from
5974 x86_64_sigtramp_frame_prev_register.
5975 (amd64_sigtramp_frame_unwind): Rename from
5976 x86_64_sigtramp_frame_unwind.
5977 (amd64_sigtramp_frame_sniffer): Rename from
5978 x86_64_sigtramp_frame_sniffer.
5979 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
5980 (amd64_frame_base): Rename from x86_64_frame_base.
5981 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
5982 (amd64_frame_align): Rename from x86_64_frame_align.
5983 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
5984 (amd64_regset_from_core_section): Rename from
5985 x86_64_regset_from_core_section.
5986 (x86_64_init_abi): Update comments.
5987
fca6aa58
NR
59882004-01-04 Nick Roberts <nick@nick.uklinux.net>
5989
5990 * MAINTAINERS (write after approval): Add myself.
5991
8ada74e3
MK
59922004-01-04 Mark Kettenis <kettenis@gnu.org>
5993
5994 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
5995 `float' arguments.
5996
5154b0cd
MK
59972004-01-04 Mark Kettenis <kettenis@gnu.org>
5998
5999 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
6000 such that it mentions a specific version of GCC that exhibits this
6001 bug.
6002
fb316966
MK
60032004-01-03 Mark Kettenis <kettenis@gnu.org>
6004
200cc553
MK
6005 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
6006 structure that has a single `float' member, store it in %f1 in
6007 addition to %f0.
6008
e226a4a0
MK
6009 * sparc-sol2-nat.c: Add missing '\'.
6010
b9d4c5ed
MK
6011 * sparc-tdep.c (sparc32_return_value): New function.
6012 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
6013 Remove functions.
6014 (sparc32_gdbarch_init): Set return_value, don't set
6015 extract_return_value, store_return_value, use_struct_convention
6016 and return_value_on_stack.
6017
fb316966
MK
6018 * sparc-sol2-nat.c: Add missing ')'.
6019
1af510a8
JB
60202004-01-03 J. Brobecker <brobecker@gnat.com>
6021
6022 * infrun.c (handle_step_into_function): New function.
6023 (handle_inferior_event): Extract out some code into the new
6024 function above.
6025
5cf4d23a
JB
60262004-01-03 J. Brobecker <brobecker@gnat.com>
6027
6028 * infrun.c (handle_inferior_event): Move the declaration of
6029 real_stop_pc inside the if blocks where it is used.
6030
60af1db2
MK
60312004-01-03 Mark Kettenis <kettenis@gnu.org>
6032
6033 * sparc64-tdep.c (sparc64_16_byte_align_p)
6034 (sparc64_store_floating_fields, sparc64_store_floating_fields):
6035 Use check_typedef to get subtypes of structures and unions.
6036 (sparc64_store_return_value): Fix calculation of the appropriate
6037 offset into VALBUF when storing a structure or union.
6038 (sparc64_return_value): New function.
6039 (sparc64_use_struct_convention): Remove function.
6040 (sparc64_init_abi): Set return_value, don't set
6041 extract_return_value, store_return_value and
6042 use_struct_convention.
6043
1a901d3f
EZ
60442004-01-03 Eli Zaretskii <eliz@elta.co.il>
6045
6046 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
6047 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
6048 gdb/config/alpha/xm-alphaosf.h,
6049 gdb/config/powerpc/tm-ppcle-eabi.h,
6050 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
6051 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
6052 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
6053 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
6054 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
6055 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
6056 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
6057 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
6058 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
6059 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
6060 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
6061 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
6062 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
6063 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
6064 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
6065 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
6066 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
6067 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
6068 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
6069 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
6070 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
6071 Remove lines for .cvsignore files.
6072
ef52e463
JB
60732004-01-03 J. Brobecker <brobecker@gnat.com>
6074
6075 * infrun.c: Back out the previous change.
6076
cb1bf9dc
MK
60772004-01-03 Mark Kettenis <kettenis@gnu.org>
6078
f0424ef6
MK
6079 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
6080 sparc-*-sunos4* to the list of REMOVED configurations.
6081
cb1bf9dc
MK
6082 * configure.tgt: Add back sparc-*-vxworks*.
6083 * remote-vxsparc.c: Remove all includes except for "defs.h",
6084 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
6085 Include "sparc-tdep.h".
6086 (SPARC_R_G1): New define.
6087 (vxsparc_gregset): New variable.
6088 (ext_format_sparc): Remove extern declaration.
6089 (vx_read_register): Rewrite to use sparc32_supply_gregset and
6090 sparc32_supply_fpregset.
6091 (vx_write_register): Rewrite to use sparc32_collect_gregset,
6092 sparc_collect_rwindow and sparc32_collect_fpregset.
6093 * config/sparc/tm-vxworks.h: New file, based on recently removed
6094 tm-vxsparc.h.
6095 * config/sparc/vxworks.mt: New file, based on recently removed
6096 vxworks.mt.
fe61caab 6097
5e938f9f
JB
60982004-01-03 J. Brobecker <brobecker@gnat.com>
6099
6100 * infrun.c (handle_step_into_function): New function.
6101 (handle_inferior_event): Extract out some code into the new
6102 function above.
6103
386c036b
MK
61042004-01-02 Mark Kettenis <kettenis@gnu.org>
6105
6106 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
6107 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
6108 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
6109 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
6110 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
6111 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
6112 (sparc_nat_h): New variable.
6113 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
6114 (tm-sun4os4.h): Remove dependency.
6115 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
6116 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
6117 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
6118 sparc-tdep.o): Update dependencies.
6119 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
6120 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
6121 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
6122 dependencies.
6123 * configure.host: Remove existing sparc-*-lynxos*,
6124 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
6125 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
6126 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
6127 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
6128 triplets.
6129 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
6130 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
6131 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
6132 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
6133 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
6134 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
6135 sparc64-*-solaris2* and sparc64-*-* triplets.
6136 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
6137 "symtab.h" and "objfiles.h".
6138 (BIAS): Remove define.
6139 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
6140 (X_DISP19): Remove macros.
6141 (sparc_fetch_instruction): Remove function.
6142 (struct gdbarch_tdep): Remove definition.
6143 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
6144 (sparc_breakpoint_from_pc): Remove function.
6145 (struct sparc64_frame_cache): Remove definition.
6146 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
6147 sparc64_unwind_pc): Remove functions.
6148 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
6149 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
6150 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
6151 (sparc64_frame_cache): Change return type to `struct
6152 sparc_frame_cache *'. Simply call sparc_frame_cache.
6153 (sparc64_frame_this_id, sparc64_frame_prev_register,
6154 sparc64_frame_base_address): Use `struct sparc_frame_cache'
6155 instead of `struct sparc64_frame_cache.
6156 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
6157 sparc_analyze_control_transfer, sparc_software_single_step,
6158 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
6159 _initialize_sparc64_tdep): Remove functions.
6160 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
6161 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
6162 macros.
6163 (sparc64_supply_gregset, sparc64_collect_gregset,
6164 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
6165 (sparc64_init_abi): New function.
6166 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
6167 inclusion guard. Include "sparc-tdep.h".
6168 (BIAS): Define.
6169 (r_tstate_offset, r_fprs_offset): New defines.
6170 (enum sparc_regnum): Remove defenition.
6171 (enum sparc64_regnum): Reformat.
6172 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
6173 (sparc64_init_abi, sparc64_supply_gregset,
6174 sparc64_collect_gregset, sparc64_supply_fpregset,
6175 sparc64_collect_fpregset): New prototypes.
6176 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
6177 Add extern declarations.
6178 (sparc64_sol2_init_abi): New prototype.
6179 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
6180 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
6181 prototypes.
6182 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
6183 "sparnbsd-nat.h".
6184 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
6185 functions.
6186 (_initialize_sparc64fbsd_nat): Remove initialization of
6187 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
6188 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
fe61caab 6189 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
386c036b
MK
6190 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
6191 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
6192 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
6193 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
6194 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
6195 (sparc64fbsd_r_y_offset): Remove variables.
6196 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
6197 Make static and const.
6198 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
6199 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
6200 functions.
6201 (sparc64fbsd_gregset): New variable.
6202 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
6203 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
6204 and sparc64_supply_fpregset.
6205 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
6206 (sparc64fbsd_sigtramp_frame_this_id)
6207 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
6208 (sparc64fbsd_sigtramp_frame_unwind): New variable.
6209 (sparc64fbsd_sigtramp_frame_sniffer): New function.
6210 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
6211 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
6212 * sparcnbsd-tdep.c: Update copyright year. Include
6213 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
6214 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
6215 "value.h" and "sparcnbsd-tdep.h".
6216 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
6217 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
6218 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
6219 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
6220 defines.
6221 (sparcnbsd_gregset): New variable.
6222 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
6223 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
6224 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
6225 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
6226 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
6227 variables.
6228 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
6229 (sparc32nbsd_sigcontext_frame_this_id)
6230 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
6231 (sparc32nbsd_sigcontext_frame_unwind): New variable.
6232 (sparc32nbsd_sigtramp_frame_sniffer): New function.
6233 (sparcnbsd_get_longjmp_target_32,
6234 sparcnbsd_get_longjmp_target_64): Remove functions.
6235 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
6236 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
6237 sparcnbsd_init_elf): Remove.
6238 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
6239 (sparcnbsd_elf_init_abi): New functions.
6240 (_initialize_sparcnbsd_tdep): New prototype.
6241 (_initialize_sparnbsd_tdep): Update.
6242 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
6243 corelow.o. Add sparc64-nat.o and sparc-nat.o.
6244 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
6245 * config/sparc/linux.mh: Update comment.
6246 (XM_FILE, HOST_IPC): Remove variables.
6247 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
6248 sparc-linux-nat.o.
6249 * config/sparc/linux.mt: Update comment.
6250 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
6251 * config/sparc/nbsd.mt: Reformat.
6252 * config/sparc/nbsd64.mh: Update comment.
6253 (NATDEPFILES): Add sparc-nat.o.
6254 * config/sparc/nbsd64.mt: Update comment.
6255 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
6256 (TM_FILE): Set to tm-nbsd.h.
6257 * config/sparc/nbsdelf.mh: Update comment.
6258 (NATDEPFILES): Add sparc-nat.o.
6259 (XM_FILE): Delete.
6260 * config/sparc/nbsdaout.mh: Update comment.
6261 (NATDEPFILES): Add sparc-nat.o
6262 (XM_FILE): Delete.
6263 * config/sparc/nm-linux.h: Update copyright year. Don't include
6264 "config/nm-svr4.h" and "solib.h". Add protection against multiple
6265 inclusion.
6266 (KERNEL_U_SIZE): Remove define.
6267 (kernel_u_size): Remove prototype.
6268 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
6269 * config/sparc/nm-nbsd.h: Update copyright. Don't include
6270 "regcache.h".
6271 (CHILD_PREPARE_TO_STORE): Remove define.
6272 * config/sparc/nm-nbsdaout.h: Tweak some comments.
6273 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
6274 sparcnbsd-nat.c: Rewrite files.
6275 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
6276 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
6277 sparcnbsd-tdep.h: Remove files.
6278 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
6279 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
6280 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
6281 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
6282 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
6283 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
6284 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
6285 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
6286 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
6287 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
6288 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
6289 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
6290 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
6291 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
6292 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
6293 * config/sparc/linux64.mh, config/sparc/linux64.mt,
6294 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
6295 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
6296 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
6297
ee84457a
AC
62982004-01-02 Andrew Cagney <cagney@redhat.com>
6299
6300 From 2003-12-18 Kazuhiro Inaoka:
6301 * configure.host: Add m32r-linux target.
6302
0bc2134e
MC
63032004-01-02 Michael Chastain <mec.gnu@mindspring.com>
6304
6305 * top.c (print_gdb_version): Update year to 2004.
6306
89a72f9c
MM
63072004-01-02 Mark Mitchell <mark@codesourcery.com>
6308
6309 * MAINTAINERS: Add myself to the write-after-approval category.
6310
86b013ed
DJ
63112004-01-02 Daniel Jacobowitz <drow@mvista.com>
6312
6313 From Bernardo Innocenti <bernie@develer.com>:
6314 * configure.tgt: Add uClinux target.
6315
e42c9534
AC
63162004-01-02 Andrew Cagney <cagney@redhat.com>
6317
6318 * utils.c (do_my_cleanups): Make static, add forward declaration.
6319 * defs.h (do_my_cleanups): Delete declaration.
6320
162467d3
EZ
63212004-01-02 Eli Zaretskii <eliz@elta.co.il>
6322
6323 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
6324 bfd/ChangeLog-0203.
6325
78434e59
MK
63262004-01-02 Mark Kettenis <kettenis@gnu.org>
6327
6328 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
6329 in <machine/reg.h>.
6330 * configure, config.in: Regenerate.
6331
48efe704
AC
6332For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
6333tui/ChangeLog-1998-2003.
c906108c
SS
6334\f
6335Local Variables:
6336mode: change-log
6337left-margin: 8
6338fill-column: 74
6339version-control: never
6340End:
This page took 0.825009 seconds and 4 git commands to generate.