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