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