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