2005-01-14 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
d0555901
AC
12005-01-14 Andrew Cagney <cagney@gnu.org>
2
e48f5bee
AC
3 * exceptions.c (print_and_throw): Delete, replaced by throw_it.
4 (throw_reason): Leave the exception's message field blank.
5 (throw_it): New function, create the exception and throw it.
6 (throw_verror, throw_vfatal, throw_error): Call throw_it.
7 (print_any_exception): New function.
8 (catch_errors, catch_exceptions_with_msg): Call
9 print_any_exception.
10 (throw_exception): Move code calling annotate_error and
11 annotate_quit from here ...
12 (print_exception): ... to here.
13
c6da7a6d
AC
14 * exceptions.c (exception_fprintf, exception_print): Move printing
15 of \n from here ...
16 (print_exception): ... to here.
17 (print_flush): New function.
18 (exception_print, exception_fprintf): Replace duplicated flush and
19 wrap code with call to print_flush.
20 (print_and_throw): Simplify, by using xstrvprintf, print_flush,
21 and print_exception.
22 (do_write): Delete.
23
d0555901
AC
24 * remote-sds.c (interrupt_query): Call throw_reason instead of
25 throw_exception.
26 * remote-mips.c (mips_error, mips_kill): Ditto
27 * ocd.c (interrupt_query): Ditto.
28 * nto-procfs.c (interrupt_query): Ditto.
29 * monitor.c (monitor_interrupt_query): Ditto.
30
949df321
JJ
312005-01-14 Jeff Johnston <jjohnstn@redhat.com>
32
33 * ia64-linux-nat.c: Include "ia64-tdep.h" to get register definitions.
34
bc8332bb
AC
352005-01-14 Andrew Cagney <cagney@gnu.org>
36
1c3c7ee7
AC
37 * exceptions.h (catch_exceptions): Delete errstring parameter.
38 (catch_exceptions_with_msg): Ditto.
39 * exceptions.c (catch_exceptions_with_msg): Update.
40 (catch_exceptions): Update.
41 * symfile-mem.c (add_vsyscall_page): Update.
42 * frame.c (get_current_frame): Update.
43 * wrapper.c (gdb_value_struct_elt): Update.
44 * exceptions.c (catch_exceptions): Update.
45 * thread.c (gdb_list_thread_ids, gdb_thread_select): Update.
46 * breakpoint.c (gdb_breakpoint_query, gdb_breakpoint): Update.
47 * remote-fileio.c (remote_fileio_request): Update.
48
9cbc821d
AC
49 * exceptions.h (exception_fprintf): Declare.
50 (exception_print): Drop pre_print parameter.
51 * mi/mi-main.c (mi_execute_command): Update exception_print call.
52 * cli/cli-interp.c (safe_execute_command): Update exception_print
53 call.
54 * remote.c (remote_open_1): Instead of passing an error prefix to
55 catch_exceptions, use catch_exceptions and exception_fprintf.
56 (remote_start_remote): Change return type to void.
57 * breakpoint.c (insert_bp_location): Instead of passing an error
58 prefix to catch_exceptions, use catch_exceptions and
59 exception_fprintf.
60 (insert_catchpoint): Change return type to void.
61 (break_command_1): Update exception_print call.
62 * exceptions.c (exception_fprintf): New function.
63 (print_exception): New function.
64 (exception_print): Use print_exception.
65
22e9b0f1
AC
66 * utils.c (error_output_message): Delete function.
67 * defs.h (error_output_message): Delete declaration.
68
05ff989b
AC
69 * linespec.c (symtab_from_filename, decode_variable): Use
70 throw_error instead of error_silent.
71 * breakpoint.c (do_captured_parse_breakpoint): Change return type
72 to void.
73 (break_command_1): Use catch_exception and check the error return
74 status.
75 * exceptions.c (throw_error): New function.
76 (throw_vsilent): Delete function.
77 * exceptions.h (throw_error): Declare.
78 (throw_vsilent): Delete declaration.
79 * utils.c (error_silent): Delete function.
80 * defs.h (error_silent): Delete declaration.
81
8a076db9
AC
82 * mi/mi-main.c (mi_execute_command): Print the exception.
83 * cli/cli-interp.c (safe_execute_command): Print the exception.
84 * exceptions.h (exception_print): Declare.
85 * exceptions.c (struct catcher): Add field print_message.
86 (catcher_init): Add parameter print_message, store in the catcher
87 struct.
88 (print_and_throw): Only print the message when print_message.
89 (catch_exceptions_with_msg, catch_errors): Pass print_message=1 to
90 catcher_init.
91 (catch_exception): Pass print_message=0 to catcher_init.
92
bc8332bb
AC
93 * varobj.c (varobj_create): Add missing \n.
94
d183932d
MS
952005-01-13 Michael Snyder <msnyder@redhat.com>
96
4e18e2de 97 * cli/cli-decode.h: Whitespace tweaks.
ca0b4d12 98 * wince.c: Whitespace tweaks.
887a3a14 99 * uw-thread.c: Whitespace tweaks.
0a4a0819 100 * utils.c: Whitespace tweaks.
d183932d
MS
101 * tracepoint.[ch]: Whitespace tweaks.
102 * solist.h: Whitespace tweaks.
103
6b1b7650
AC
1042005-01-13 Andrew Cagney <cagney@gnu.org>
105
b315da38
AC
106 * exceptions.h (struct exception): Make message const.
107 * mi/mi-main.c (mi_execute_command): Pass result.message directly
108 to fputstr_unfiltered.
109
79e714b4
AC
1102005-01-13 Michael Snyder <msnyder@redhat.com>
111
112 * stack.c: Whitespace tweaks.
113 * somsolib.[ch]: Whitespace tweaks.
114 * solib-aix.c: Whitespace tweaks.
115 * solib.c: Whitespace tweaks.
116 * solib-frv.c: Whitespace tweaks.
117 * solib.h: Whitespace tweaks.
118 * solib-irix.c: Whitespace tweaks.
119 * solib-som.c: Whitespace tweaks.
120 * solib-sunos.c: Whitespace tweaks.
121 * solib-svr4.[ch]: Whitespace tweaks.
122 * ser-tcp.c: Whitespace tweaks.
123 * ser-unix.c: Whitespace tweaks.
124 * serial.h: Whitespace tweaks.
125 * scm-valprint.c: Whitespace tweaks.
126 * rs6000-tdep.c: Whitespace tweaks.
127 * rs6000-nat.c: Whitespace tweaks.
128 * remote.c: Whitespace tweaks.
129
1302005-01-13 Andrew Cagney <cagney@gnu.org>
131
6b1b7650
AC
132 * defs.h (error_last_message, error_init): Delete declaration.
133 * utils.c (fatal, vfatal): Call throw_vfatal.
134 (error, verror): Call throw_verror;
135 (do_write, error_stream_1): Delete function.
136 (error_stream): Simplify, call error.
137 (error_last_message, error_init, gdb_lasterr): Delete.
138 (error_silent): Simplify, call throw_vsilent.
139 * mi/mi-interp.c (mi_cmd_interpreter_exec): Dup the message.
140 * main.c (captured_main): Delete call to error_init.
141 * exceptions.c (throw_verror, throw_verror)
142 (throw_vsilent): New functions.
143 (do_write, print_and_throw): New functions.
144 (last_message): New global.
145 (throw_reason): Replace error_last_message with last_message.
146 (catch_exceptions_with_msg): Dup the message.
147 * exceptions.h (throw_verror, throw_vfatal, throw_vsilent):
148 Declare.
149
4791eb66
MS
1502005-01-13 Michael Snyder <msnyder@redhat.com>
151
90c065fb 152 * remote-st.c: Whitespace tweaks.
8a0ce09a 153 * remote-sim.c: Whitespace tweaks.
1fa79fac 154 * remote-mips.c: Whitespace tweaks.
beda9597 155 * pa64solib.[ch]: Whitespace tweaks.
28397f59 156 * mdebugread.c: Whitespace tweaks.
ba5e7e8d 157 * main.c: Whitespace tweaks.
907d819a 158 * interps.c: Whitespace tweaks.
9d1ff73f 159 * infrun.c: Whitespace tweaks.
1f5d0fc9 160 * infcmd.c: Whitespace tweaks.
d9788fe8 161 * hpux-thread.c: Whitespace tweaks.
3b951200 162 * hppa-hpux-tdep.c: Whitespace tweaks.
3a9a986f 163 * gdbcore.h: Whitespace tweaks.
d3f17821 164 * gdbcmd.h: Whitespace tweaks.
30867156 165 * gdb-events[.c, .h, .sh]: Whitespace tweaks.
de6854b5 166 * corefile.c: Whitespace tweaks.
03717487 167 * completer.c: Whitespace tweaks.
9b5c5aad
MS
168 * coff-solib.c: Whitespace tweaks.
169 * coff-solib.h: Whitespace tweaks.
30fdc99f 170 * cli-out.c: Whitespace tweaks.
1272ad14 171 * breakpoint.c: Whitespace tweaks.
4791eb66
MS
172 * cli/cli-interp.c: Tweak comments, per coding standard.
173
f30f06b8
AC
1742005-01-13 Andrew Cagney <cagney@gnu.org>
175
ce43223b
AC
176 * breakpoint.c (gdb_breakpoint_query): Update, use
177 catch_exceptions_with_msg.
178 (do_captured_breakpoint): Add uiout parameter.
179 (gdb_breakpoint): Update, use catch_exceptions_with_msg.
180 * mi/mi-main.c (mi_cmd_thread_select): Pass mi_error_message to
181 gdb_thread_select. Return MI_CMD_ERROR instead of
182 MI_CMD_CAUGHT_ERROR.
183 (mi_cmd_thread_list_ids): Ditto for gdb_list_thread_ids.
184 (enum captured_mi_execute_command_actions): Delete
185 EXECUTE_COMMAND_DISPLAY_ERROR.
186 (captured_mi_execute_command): Delete code handling
187 MI_CMD_CAUGHT_ERROR.
188 (mi_execute_command): Don't check for
189 EXECUTE_COMMAND_DISPLAY_ERROR.
190 * mi/mi-cmd-break.c (breakpoint_notify): Update call to
191 gdb_breakpoint_query.
192 (mi_cmd_break_insert): Pass mi_error_message to gdb_breakpoint.
193 * mi/mi-cmds.h (enum mi_cmd_result): Delete MI_CMD_CAUGHT_ERROR.
194 * gdb.h (gdb_thread_select, gdb_list_thread_ids)
195 (gdb_breakpoint, gdb_breakpoint_query): Add error_message
196 parameter.
197 * thread.c (thread_command): Update call.
198 (gdb_thread_select, gdb_list_thread_ids): Update, call
199 catch_exceptions_with_msg.
200
f30f06b8
AC
201 * mi/mi-main.c (mi_execute_command): Use catch_exception,
202 eliminate call to error_last_message.
203 (captured_mi_execute_command): Change return type to void.
204
2a78bfb5
AC
2052005-01-12 Andrew Cagney <cagney@gnu.org>
206
c1043fc2
AC
207 * exceptions.c (exception_none): New variable.
208 * Makefile.in: Update dependencies.
209 * interps.c: Include "exceptions.h".
210 (interpreter_exec_cmd, interp_exec): Update to return "struct
211 exception"
212 * exceptions.h (no_exception): Declare.
213 * tui/tui-interp.c (tui_exec): Update to return "struct exception"
214 * mi/mi-interp.c: Include "exceptions.h".
215 (mi_cmd_interpreter_exec, mi_interpreter_exec): Update to return
216 'struct exception".
217 * cli/cli-interp.c (cli_interpreter_exec, safe_execute_command)
218 (do_captured_execute_command): Update to use catch_exception.
219 * interps.h: Include "exceptions.h".
220 (interp_exec_ftype, interp_exec): Return "struct exception".
221
2a78bfb5
AC
222 * exceptions.h (throw_reason): Rename throw_exception.
223 (enum errors, struct exception): Define.
224 (catch_exception_ftype): Define.
225 (catch_exception, throw_exception): Declare.
226 * exceptions.c (throw_exception): Rewrite.
227 (throw_reason): New function.
228 (struct catcher, catcher_state_machine): Replace "reason" with
229 "exception", delete "gdberrmsg".
230 (catch_exception): New function.
231 (catcher_init): Replace "gdberrmsg" parameter with "exception".
232 (catch_errors, catch_exceptions_with_msg): Re-implement passing
233 exception to catcher_init.
234 * utils.c (error_silent, error_stream_1): Use throw_reason.
235 (internal_verror, quit): Ditto.
236 * breakpoint.c (insert_catchpoint, break_command_1): Ditto.
237 * remote-fileio.c (remote_fileio_ctrl_c_signal_handler): Ditto.
238 * remote.c (remote_open_1, interrupt_query): Ditto.
239
8b1ca062
MK
2402005-01-12 Mark Kettenis <kettenis@gnu.org>
241
fa565c2b
MK
242 * i386fbsd-tdep.c: Update copyright year. Include "gdbcore.h",
243 "regcache.h", "gdb_assert.h" and "bsd-uthread.h".
244 (i386fbsd_jmp_buf_reg_offset): New variable.
245 (i386fbsd_supply_uthread, i386fbsd_collect_uthread): New
246 functions.
247 (i386fbsdaout_init_abi): Set supply_uthread and collect_uthread.
248 * Makefile.in (i386fbsd-tdep.o): Update dependency.
249 * config/i386/fbsd.mt (TDEPFILES): Add bsd-uthread.o.
250
82f5c14f
MK
251 * bsd-uthread.h: New file.
252 * bsd-uthread.c: New file.
253 * Makefile.in (bsd_uthread_h): New variable.
254 (ALLDEPFILES): Add bsd-uthread.c.
255 (bsd-uthread.o): New dependency.
256
42a6e6a0
MK
257 * solib.h Update copyright year.
258 (struct so_list): Forward declaration.
259 (solib_read_symbols): New prototype.
260 * solib.c (solib_read_symbols): New function.
261 (solib_add): Call solib_read_symbols to read in symbols.
262 (update_solib_list): Call observer_notify_solib_loaded.
263
8b1ca062
MK
264 * i386bsd-nat.c: Update copyright year. Don't include
265 <sys/param.h> and <sys/user.h>.
266 (register_u_addr, kernel_u_size): Remove functions.
267 * config/i386/obsd.mh (NAT_FILE): Remove.
268 * config/i386/obsdaout.mh (NAT_FILE): Set to solib.h.
269 * config/i386/nm-obsd.h: Remove file.
270
60250e8b
AC
2712005-01-12 Andrew Cagney <cagney@gnu.org>
272
db5f402d
AC
273 * exceptions.c: Include "gdb_string.h".
274 (enum catcher_state, struct catcher): Define.
275 (current_catcher): New global, replaces catch_return;
276 (catch_return): Delete.
277 (throw_exception): Use current_catcher->buf;
278 (catcher_init, catcher_pop, catcher_state_machine): New functions.
279 (catcher): Delete.
280 (struct catch_errors_args): Delete.
281 (do_catch_errors): Delete.
282 (catch_exceptions): Replace body with call to
283 catch_exceptions_with_msg.
284 (catcher): Delete.
285 (catch_exceptions_with_msg, catch_errors): Re-implement using
286 catcher_state_machine.
287
60250e8b
AC
288 * exceptions.h (enum return_reason, RETURN_MASK)
289 (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL)
290 (return_mask, throw_exception, catch_exceptions_ftype)
291 (catch_exceptions_with_msg, catch_errors_ftype, catch_errors)
292 (catch_command_errors_ftype, catch_command_errors): Move to
293 exceptions.h.
294 * exceptions.c, exceptions.h: New files.
295 * top.c: Do not include <setjmp.h>.
296 (SIGJMP_BUF, SIGSETJMP, SIGLONGJMP, catch_return)
297 (throw_exception, catcher, catch_exceptions)
298 (catch_exceptions_with_msg, struct catch_errors_args)
299 (do_catch_errors, catch_errors, struct captured_command_args)
300 (do_captured_command, catch_command_errors): Move to exceptions.c.
301 * wrapper.c, wince.c, win32-nat.c, utils.c: Include "exceptions.h".
302 * tui/tui-interp.c, top.c, thread.c, symmisc.c: Ditto.
303 * symfile-mem.c, stack.c, solib.c, rs6000-nat.c: Ditto.
304 * remote-sds.c, remote-mips.c, remote-fileio.c: Ditto.
305 * remote-e7000.c, objc-lang.c, ocd.c: Ditto.
306 * remote.c, nto-procfs.c, monitor.c, mi/mi-main.c: Ditto.
307 * main.c, m32r-rom.c, infrun.c, inf-loop.c: Ditto.
308 * hppa-hpux-tdep.c, frame.c, event-top.c, event-loop.c: Ditto.
309 * corelow.c, corefile.c, cli/cli-interp.c, breakpoint.c: Ditto.
310 * ada-valprint.c, ada-lang.c: Ditto.
311 * Makefile.in (HFILES_NO_SRCDIR, COMMON_OBS): Add exceptions.h and
312 exceptions.o. Update all dependencies.
313
ca14ead7
MK
3142005-01-11 Mark Kettenis <kettenis@gnu.org>
315
eafc7eea
MK
316 * config/i386/nm-fbsd.h: Update copyright year.
317 Don't include "config/nm-bsd.h".
318 (KERNEL_U_SIZE): Remove macro.
319 (kernel_u_size): Remove prototype.
320
ca14ead7
MK
321 * config/vax/nbsdaout.mh (NAT_FILE): Remove.
322 * config/vax/nm-nbsdaout.h: Remove file.
323
4a39d934
EZ
3242005-01-10 Elena Zannoni <ezannoni@redhat.com>
325
326 * MAINTAINERS: Remove self from sh/sh64 maintainership.
327
93f0f986
AC
3282005-01-10 Andrew Cagney <cagney@gnu.org>
329
c4f9e2bf
AC
330 * MAINTAINERS: List Andrew Cagney and Kevin Buettner as can commit
331 changes to PowerPC, and Andrew Cagney as lead PowerPC GNU/Linux
332 maintainer.
333
6b71dd74
AC
334 * MAINTAINERS: Hans-Peter Nilsson and Orjan Friberg can commit
335 changes to CRIS.
336
93f0f986
AC
337 * MAINTAINERS: Remove "Maintenance Only". Spell out that CAN
338 COMMIT means can approve).
339
8785ced0
MK
3402005-01-10 Mark Kettenis <kettenis@gnu.org>
341
2a2de4ce
MK
342 * vax-nat.c: Update copyright year. Include "inf-ptrace.h".
343 (vax_register_u_offset): Make statuc.
344 (_initialize_vax_nat): Construct and add target vector.
345 * config/vax/vax.mh (NATDEPFILES): Remove infptrace.o and
346 inftarg.o. Add inf-ptrace.o.
347 * Makefile.in (vax-nat.o): Update dependencies.
348
8785ced0
MK
349 * inf-ptrace.h: Update copyright year. Sync comment with
350 inf-ptrace.c.
351 (inf_ptrace_trad_target): New prototype.
352 * inf-ptrace.c: Update copyright year. Include "regcache.h" and
353 "gdb_assert.h"
354 (inf_ptrace_target): Add comment.
355 (inf_ptrace+register_u_offset): New variable.
356 (inf_ptrace_fetch_register, inf_ptrace_fetch_registers)
357 (inf_ptrace_store_register, inf_ptrace_store_registers)
358 (inf_ptrace_trad_target): New functions.
359 * Makefile.in (inf-ptrace.o): Update dependencies.
360
7cb9022a
MK
3612005-01-09 Mark Kettenis <kettenis@gnu.org>
362
363 * configure.ac: Provide prerequisite headers when checking
364 <link.h>, <sys/proc.h> and <sys/user.h>.
365 * configure: Regenerate.
366
c534d641
MK
3672005-01-08 Mark Kettenis <kettenis@gnu.org>
368
369 * config/powerpc/obsd.mt (DEPRECATED_TM_FILE): Set to
370 tm-ppc-eabi.h instead of the removed tm-nbsd.h.
371
4b48ac22
MK
3722005-01-07 Mark Kettenis <kettenis@gnu.org>
373
374 * config/ia64/tm-linux.h: Tweak comment. Update copyright year.
375 Don't include "tm-ia64.h".
376 * config/ia64/ia64.mt (DEPRECATED_TM_FILE): Remove.
377 * config/ia64/tm-ia64.h: Remove. Move contents ...
378 * ia64-tdep.h: ... here. Update copyright year.
379
3ace7edb
AC
3802005-01-07 Andrew Cagney <cagney@gnu.org>
381
bec39cab
AC
382 * configure.ac: Rename configure.in, require autoconf 2.59.
383 * configure: Re-generate.
384
e14ecb8f
AC
385 * configure.tgt: Disable arm*-*-*, thumb*-*-*, strongarm*-*-*,
386 xscale-*-* and i[34567]86-*-netware* code adding rdi-share or nlm
387 to configdirs.
388
3ace7edb
AC
389 * configure.in: Replace configdirs with multiple references to
390 AC_CONFIG_SUBDIRS.
391 * configure: Re-generate.
392
b33e8514
AS
3932005-01-05 Andreas Schwab <schwab@suse.de>
394
395 * ia64-tdep.c: Include "osabi.h".
396 (native_find_global_pointer): Delete.
397 (ia64_find_global_pointer): Renamed from
398 generic_elf_find_global_pointer.
399 (FIND_GLOBAL_POINTER): Delete. Change all users to call
400 ia64_find_global_pointer instead.
401 (ia64_gdbarch_init): Call gdbarch_init_osabi. Remove references
402 to ia64_linux_sigcontext_register_address and
403 ia64_linux_write_pc. Don't set tdep->find_global_pointer.
404 (_initialize_ia64_tdep): Call gdbarch_register instead of
405 deprecated register_gdbarch_init.
406 (struct gdbarch_tdep): Remove find_global_pointer field and move
407 to ...
408 * ia64-tdep.h (struct gdbarch_tdep): ... here.
409 (ia64_linux_sigcontext_register_address): Remove declaration.
410 (ia64_linux_getunwind_table): Likewise.
411 (ia64_linux_write_pc): Likewise.
412 * ia64-linux-tdep.c: Include "osabi.h".
413 (ia64_linux_sigcontext_register_address): Make static.
414 (ia64_linux_write_pc): Likewise.
415 (ia64_linux_init_abi): New.
416 (_initialize_ia64_linux_tdep): New.
417 * Makefile.in (ia64-tdep.o, ia64-linux-tdep.o): Depend on
418 $(osabi_h).
419
0ea390ed
KB
4202005-01-05 Kevin Buettner <kevinb@redhat.com>
421
422 * ia64-tdep.c (ia64_gdbarch_init): Eliminate dependency on
423 functions in ia64-aix-tdep.c.
424 * ia64-tdep.h (ia64_aix_sigcontext_register_address): Remove
425 function defined in ia64-aix-tdep.c.
426 * ia64-aix-tdep.c: Remove file.
427 * config/ia64/linux.mt (TDEPFILES): Remove ia64-aix-tdep.o from
428 this list.
429 * Makefile.in (ia64-aix-tdep.o): Delete.
430
edefbb7c
AC
4312005-01-05 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
432
433 Committed by Andrew Cagney.
434 * ada-valprint.c, aix-thread.c, alpha-nat.c: I18n markup.
435 * alphabsd-nat.c, alphanbsd-tdep.c, amd64-linux-nat.c: I18n markup.
436 * amd64-tdep.c, amd64bsd-nat.c, amd64fbsd-nat.c: I18n markup.
437 * arch-utils.c, arm-linux-nat.c, arm-tdep.c: I18n markup.
438 * armnbsd-nat.c, armnbsd-tdep.c, auxv.c, avr-tdep.c: I18n markup.
439 * aix-thread.c (_initialize_aix_thread): Get rid of the
440 deprecated_add_show_from_set call.
441 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
442 * arm-tdep.c (_initialize_arm_tdep): Ditto.
443 * command.h (add_setshow_enum_cmd): Add arguments for returning
444 new list elements.
445 * cli/cli-decode.c (add_setshow_enum_cmd): Ditto.
446 * mips-tdep.c (_initialize_mips_tdep): Modify calls to
447 add_setshow_enum_cmd.
448
a260932f
MK
4492005-01-04 Mark Kettenis <kettenis@gnu.org>
450
34cf1994
MK
451 * configure.host (ia64-*-aix*): Remove.
452 * configure.tgt (ia64-*-aix*): Remove.
453 * config/ia64/aix.mh: Remove file.
454 * config/ia64/aix.mt: Remove file.
455 * config/ia64/tm-aix.h: Remove file.
456 * ia64-aix-nat.c: Remove file.
457 * Makefile.in (ia64-aix-nat.o): Remove dependency.
458
a260932f
MK
459 * config/m88k/obsd.mh (NATDEPFILES): Really remove inf-child.o.
460 Add back inf-ptrace.o.
461
5ed102a1
AC
4622005-01-04 Andrew Cagney <cagney@gnu.org>
463
464 * version.in: Change format from 6.3.50_2005-01-04-cvs to
465 6.3.50.20050104-cvs.
466
3a63c4b7
AS
4672005-01-04 Andreas Schwab <schwab@suse.de>
468
469 * breakpoint.c (break_command_1): Always free err_msg before
470 returning when an exception was caught.
471
e22b26cb
JB
4722005-01-01 Joel Brobecker <brobecker@gnat.com>
473
474 * hppa-tdep.c (prologue_inst_adjust_sp): Fix small confusion
475 in register number for addil instruction.
476
151c5df6 477For older changes see ChangeLog-2004.
c906108c
SS
478\f
479Local Variables:
480mode: change-log
481left-margin: 8
482fill-column: 74
483version-control: never
484End:
This page took 0.804693 seconds and 4 git commands to generate.