3d315ded8e6a908dae18a6bb742c3612fe5473c5
[external/binutils.git] / gdb / ChangeLog
1 2005-01-12  Mark Kettenis  <kettenis@gnu.org>
2
3         * i386bsd-nat.c: Update copyright year.  Don't include
4         <sys/param.h> and <sys/user.h>.
5         (register_u_addr, kernel_u_size): Remove functions.
6         * config/i386/obsd.mh (NAT_FILE): Remove.
7         * config/i386/obsdaout.mh (NAT_FILE): Set to solib.h.
8         * config/i386/nm-obsd.h: Remove file.
9
10 2005-01-12  Andrew Cagney  <cagney@gnu.org>
11
12         * exceptions.c: Include "gdb_string.h".
13         (enum catcher_state, struct catcher): Define.
14         (current_catcher): New global, replaces catch_return;
15         (catch_return): Delete.
16         (throw_exception): Use current_catcher->buf;
17         (catcher_init, catcher_pop, catcher_state_machine): New functions.
18         (catcher): Delete.
19         (struct catch_errors_args): Delete.
20         (do_catch_errors): Delete.
21         (catch_exceptions): Replace body with call to
22         catch_exceptions_with_msg.
23         (catcher): Delete.
24         (catch_exceptions_with_msg, catch_errors): Re-implement using
25         catcher_state_machine.
26
27         * exceptions.h (enum return_reason, RETURN_MASK)
28         (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL)
29         (return_mask, throw_exception, catch_exceptions_ftype)
30         (catch_exceptions_with_msg, catch_errors_ftype, catch_errors)
31         (catch_command_errors_ftype, catch_command_errors): Move to
32         exceptions.h.
33         * exceptions.c, exceptions.h: New files.
34         * top.c: Do not include <setjmp.h>.
35         (SIGJMP_BUF, SIGSETJMP, SIGLONGJMP, catch_return)
36         (throw_exception, catcher, catch_exceptions)
37         (catch_exceptions_with_msg, struct catch_errors_args)
38         (do_catch_errors, catch_errors, struct captured_command_args)
39         (do_captured_command, catch_command_errors): Move to exceptions.c.
40         * wrapper.c, wince.c, win32-nat.c, utils.c: Include "exceptions.h".
41         * tui/tui-interp.c, top.c, thread.c, symmisc.c: Ditto.
42         * symfile-mem.c, stack.c, solib.c, rs6000-nat.c: Ditto.
43         * remote-sds.c, remote-mips.c, remote-fileio.c: Ditto.
44         * remote-e7000.c, objc-lang.c, ocd.c: Ditto.
45         * remote.c, nto-procfs.c, monitor.c, mi/mi-main.c: Ditto.
46         * main.c, m32r-rom.c, infrun.c, inf-loop.c: Ditto.
47         * hppa-hpux-tdep.c, frame.c, event-top.c, event-loop.c: Ditto.
48         * corelow.c, corefile.c, cli/cli-interp.c, breakpoint.c: Ditto.
49         * ada-valprint.c, ada-lang.c: Ditto.
50         * Makefile.in (HFILES_NO_SRCDIR, COMMON_OBS): Add exceptions.h and
51         exceptions.o.  Update all dependencies.
52         
53 2005-01-11  Mark Kettenis  <kettenis@gnu.org>
54
55         * config/i386/nm-fbsd.h: Update copyright year.
56         Don't include "config/nm-bsd.h".
57         (KERNEL_U_SIZE): Remove macro.
58         (kernel_u_size): Remove prototype.
59
60         * config/vax/nbsdaout.mh (NAT_FILE): Remove.
61         * config/vax/nm-nbsdaout.h: Remove file.
62
63 2005-01-10  Elena Zannoni  <ezannoni@redhat.com>
64
65         * MAINTAINERS: Remove self from sh/sh64 maintainership.
66
67 2005-01-10  Andrew Cagney  <cagney@gnu.org>
68
69         * MAINTAINERS: List Andrew Cagney and Kevin Buettner as can commit
70         changes to PowerPC, and Andrew Cagney as lead PowerPC GNU/Linux
71         maintainer.
72
73         * MAINTAINERS: Hans-Peter Nilsson and Orjan Friberg can commit
74         changes to CRIS.
75
76         * MAINTAINERS: Remove "Maintenance Only".  Spell out that CAN
77         COMMIT means can approve).
78
79 2005-01-10  Mark Kettenis  <kettenis@gnu.org>
80
81         * vax-nat.c: Update copyright year.  Include "inf-ptrace.h".
82         (vax_register_u_offset): Make statuc.
83         (_initialize_vax_nat): Construct and add target vector.
84         * config/vax/vax.mh (NATDEPFILES): Remove infptrace.o and
85         inftarg.o.  Add inf-ptrace.o.
86         * Makefile.in (vax-nat.o): Update dependencies.
87
88         * inf-ptrace.h: Update copyright year.  Sync comment with
89         inf-ptrace.c.
90         (inf_ptrace_trad_target): New prototype.
91         * inf-ptrace.c: Update copyright year.  Include "regcache.h" and
92         "gdb_assert.h"
93         (inf_ptrace_target): Add comment.
94         (inf_ptrace+register_u_offset): New variable.
95         (inf_ptrace_fetch_register, inf_ptrace_fetch_registers)
96         (inf_ptrace_store_register, inf_ptrace_store_registers)
97         (inf_ptrace_trad_target): New functions.
98         * Makefile.in (inf-ptrace.o): Update dependencies.
99
100 2005-01-09  Mark Kettenis  <kettenis@gnu.org>
101
102         * configure.ac: Provide prerequisite headers when checking
103         <link.h>, <sys/proc.h> and <sys/user.h>.
104         * configure: Regenerate.
105
106 2005-01-08  Mark Kettenis  <kettenis@gnu.org>
107
108         * config/powerpc/obsd.mt (DEPRECATED_TM_FILE): Set to
109         tm-ppc-eabi.h instead of the removed tm-nbsd.h.
110
111 2005-01-07  Mark Kettenis  <kettenis@gnu.org>
112
113         * config/ia64/tm-linux.h: Tweak comment.  Update copyright year.
114         Don't include "tm-ia64.h".
115         * config/ia64/ia64.mt (DEPRECATED_TM_FILE): Remove.
116         * config/ia64/tm-ia64.h: Remove.  Move contents ...
117         * ia64-tdep.h: ... here.  Update copyright year.
118
119 2005-01-07  Andrew Cagney  <cagney@gnu.org>
120
121         * configure.ac: Rename configure.in, require autoconf 2.59.
122         * configure: Re-generate.
123
124         * configure.tgt: Disable arm*-*-*, thumb*-*-*, strongarm*-*-*,
125         xscale-*-* and i[34567]86-*-netware* code adding rdi-share or nlm
126         to configdirs.
127
128         * configure.in: Replace configdirs with multiple references to
129         AC_CONFIG_SUBDIRS.
130         * configure: Re-generate.
131         
132 2005-01-05  Andreas Schwab  <schwab@suse.de>
133
134         * ia64-tdep.c: Include "osabi.h".
135         (native_find_global_pointer): Delete.
136         (ia64_find_global_pointer): Renamed from
137         generic_elf_find_global_pointer.
138         (FIND_GLOBAL_POINTER): Delete.  Change all users to call
139         ia64_find_global_pointer instead.
140         (ia64_gdbarch_init): Call gdbarch_init_osabi.  Remove references
141         to ia64_linux_sigcontext_register_address and
142         ia64_linux_write_pc.  Don't set tdep->find_global_pointer.
143         (_initialize_ia64_tdep): Call gdbarch_register instead of
144         deprecated register_gdbarch_init.
145         (struct gdbarch_tdep): Remove find_global_pointer field and move
146         to ...
147         * ia64-tdep.h (struct gdbarch_tdep): ... here.
148         (ia64_linux_sigcontext_register_address): Remove declaration.
149         (ia64_linux_getunwind_table): Likewise.
150         (ia64_linux_write_pc): Likewise.
151         * ia64-linux-tdep.c: Include "osabi.h".
152         (ia64_linux_sigcontext_register_address): Make static.
153         (ia64_linux_write_pc): Likewise.
154         (ia64_linux_init_abi): New.
155         (_initialize_ia64_linux_tdep): New.
156         * Makefile.in (ia64-tdep.o, ia64-linux-tdep.o): Depend on
157         $(osabi_h).
158
159 2005-01-05  Kevin Buettner  <kevinb@redhat.com>
160
161         * ia64-tdep.c (ia64_gdbarch_init): Eliminate dependency on 
162         functions in ia64-aix-tdep.c.
163         * ia64-tdep.h (ia64_aix_sigcontext_register_address): Remove
164         function defined in ia64-aix-tdep.c.
165         * ia64-aix-tdep.c: Remove file.
166         * config/ia64/linux.mt (TDEPFILES): Remove ia64-aix-tdep.o from
167         this list.
168         * Makefile.in (ia64-aix-tdep.o): Delete.
169
170 2005-01-05  Baurjan Ismagulov  <ibr@ata.cs.hun.edu.tr>
171
172         Committed by Andrew Cagney.
173         * ada-valprint.c, aix-thread.c, alpha-nat.c: I18n markup.
174         * alphabsd-nat.c, alphanbsd-tdep.c, amd64-linux-nat.c: I18n markup.
175         * amd64-tdep.c, amd64bsd-nat.c, amd64fbsd-nat.c: I18n markup.
176         * arch-utils.c, arm-linux-nat.c, arm-tdep.c: I18n markup.
177         * armnbsd-nat.c, armnbsd-tdep.c, auxv.c, avr-tdep.c: I18n markup.
178         * aix-thread.c (_initialize_aix_thread): Get rid of the
179         deprecated_add_show_from_set call.
180         * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
181         * arm-tdep.c (_initialize_arm_tdep): Ditto.
182         * command.h (add_setshow_enum_cmd): Add arguments for returning
183         new list elements.
184         * cli/cli-decode.c (add_setshow_enum_cmd): Ditto.
185         * mips-tdep.c (_initialize_mips_tdep): Modify calls to
186         add_setshow_enum_cmd.
187
188 2005-01-04  Mark Kettenis  <kettenis@gnu.org>
189
190         * configure.host (ia64-*-aix*): Remove.
191         * configure.tgt (ia64-*-aix*): Remove.
192         * config/ia64/aix.mh: Remove file.
193         * config/ia64/aix.mt: Remove file.
194         * config/ia64/tm-aix.h: Remove file.
195         * ia64-aix-nat.c: Remove file.
196         * Makefile.in (ia64-aix-nat.o): Remove dependency.
197
198         * config/m88k/obsd.mh (NATDEPFILES): Really remove inf-child.o.
199         Add back inf-ptrace.o.
200
201 2005-01-04  Andrew Cagney  <cagney@gnu.org>
202
203         * version.in: Change format from 6.3.50_2005-01-04-cvs to
204         6.3.50.20050104-cvs.
205
206 2005-01-04  Andreas Schwab  <schwab@suse.de>
207
208         * breakpoint.c (break_command_1): Always free err_msg before
209         returning when an exception was caught.
210
211 2005-01-01  Joel Brobecker  <brobecker@gnat.com>
212
213         * hppa-tdep.c (prologue_inst_adjust_sp): Fix small confusion
214         in register number for addil instruction.
215
216 For older changes see ChangeLog-2004.
217 \f
218 Local Variables:
219 mode: change-log
220 left-margin: 8
221 fill-column: 74
222 version-control: never
223 End: