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