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