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