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