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