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