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