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