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