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