2005-02-06 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2005-02-06 Andrew Cagney <cagney@gnu.org>
2
3 * value.h (VALUE_OPTIMIZED_OUT): Delete.
4 (value_optimized_out, set_value_optimized_out): Declare.
5 * value.c (set_value_optimized_out, value_optimized_out): Define.
6 * valprint.c, findvar.c, dwarf2loc.c: Update.
7
8 * value.c (value_contents, value_contents_writeable): New
9 functions.
10 * value.h (VALUE_CONTENTS): Delete macro.
11 (value_contents, value_contents_writeable): Declare.
12 * xstormy16-tdep.c, value.c, valops.c, valarith.c: Update.
13 * stack.c, sparc-tdep.c, sparc64-tdep.c, sh-tdep.c: Update.
14 * sh64-tdep.c, scm-valprint.c, scm-exp.c, s390-tdep.c: Update.
15 * rs6000-tdep.c, p-valprint.c, printcmd.c: Update.
16 * ppc-sysv-tdep.c, mips-tdep.c, mi/mi-main.c: Update.
17 * m88k-tdep.c, m68hc11-tdep.c, m32r-tdep.c: Update.
18 * jv-valprint.c, ia64-tdep.c, hppa-tdep.c: Update.
19 * hpacc-abi.c, f-valprint.c, frv-tdep.c, eval.c: Update.
20 * c-valprint.c, cris-tdep.c, cp-valprint.c: Update.
21 * cli/cli-dump.c, breakpoint.c, avr-tdep.c, arm-tdep.c: Update.
22 * arm-linux-tdep.c, amd64-tdep.c, alpha-tdep.c: Update.
23 * ada-valprint.c, ada-lang.c: Update.
24
25 2005-02-03 Andrew Cagney <cagney@gnu.org>
26
27 * utils.c (xzalloc): New function.
28 * defs.h (XZALLOC): Use xzalloc.
29 (xzalloc): Declare.
30 * value.c (allocate_value): Allocate a zeroed buffer.
31 * mdebugread.c (xzalloc): Delete.
32
33 2005-02-02 Andrew Cagney <cagney@gnu.org>
34
35 * value.h (value_lazy): Declare.
36 * varobj.c, value.c, valops.c, valarith.c, printcmd.c: Update.
37 * cp-valprint.c, breakpoint.c, ada-lang.c: Update.
38
39 * value.h (VALUE_CONTENTS_ALL): Delete.
40 (value_contents_all): Declare.
41 * value.c (value_contents_all): New function.
42 * hpacc-abi.c, cp-valprint.c, valops.c, c-valprint.c: Update.
43 * m68k-tdep.c, i386-tdep.c, infcall.c, valops.c: Update.
44
45 * value.c (value_enclosing_type): New function.
46 * value.h (VALUE_ENCLOSING_TYPE): Delete.
47 (value_enclosing_type): Declare.
48 * xstormy16-tdep.c, vax-tdep.c, m68k-tdep.c, i386-tdep.c: Update.
49 * gnu-v3-abi.c, hpacc-abi.c, infcall.c, valops.c: Update.
50
51 * value.c (value_contents_all_raw)
52 (value_contents_raw): New functions.
53 * value.h (VALUE_CONTENTS_ALL_RAW, VALUE_CONTENTS_RAW): Delete.
54 (value_contents_raw, value_contents_all_raw): Declare functions.
55 (VALUE_CONTENTS, VALUE_CONTENTS_ALL): Update.
56 * std-regs.c, valarith.c, valops.c, eval.c: Update.
57 * tracepoint.c, findvar.c: Update.
58
59 2005-02-01 Orjan Friberg <orjanf@axis.com>
60
61 * regformats/reg-cris.dat: New file with register definitions for CRIS.
62 * regformats/reg-crisv32.dat: Ditto for CRISv32.
63
64 2005-01-31 Andrew Cagney <cagney@gnu.org>
65
66 * configure: Regenerate to track ../gettext.m4.
67
68 2005-01-29 Baurzhan Ismagulov <ibr@radix50.net>
69
70 * MAINTAINERS: Add myself to "Write After Approval".
71
72 * ax-gdb.c, ax-general.c, bcache.c, bfd-target.c, bsd-kvm.c,
73 * buildsym.c, c-lang.c, c-typeprint.c, c-valprint.c, charset.c,
74 * coff-pe-read.c, coffread.c, complaints.c, copying.c: I18n markup.
75
76 2005-01-29 Mark Kettenis <kettenis@gnu.org>
77
78 * configure.ac: Remove extra check for ranlib.
79 * configure: Regenerated.
80
81 2005-01-28 Andrew Cagney <cagney@gnu.org>
82
83 * language.h (struct language_defn): Make la_val_print's buffer
84 parameter a const bfd_byte.
85 * cp-valprint.c (cp_print_value_fields, cp_print_value): Update.
86 * ada-lang.c (ada_aligned_value_addr)
87 (ada_value_primitive_packed_val, ada_which_variant_applies): Update.
88 * valprint.c (val_print_array_elements): Update.
89 * valprint.h (val_print_array_elements): Update.
90 * ada-lang.h (ada_val_print, ada_aligned_value_addr)
91 (ada_value_primitive_packed_val, ada_which_variant_applies): Update.
92 * ada-valprint.c (ada_val_print, struct ada_val_print_args)
93 (ada_val_print_1, ada_print_floating, printable_val_type)
94 (print_record, val_print_packed_array_elements)
95 (print_field_values, print_variant_part): Update.
96 * c-lang.h (c_val_print, cp_print_value_fields): Update.
97 * c-valprint.c (c_val_print): Update.
98 * f-lang.h (f_val_print): Update.
99 * f-valprint.c (f_val_print, f77_print_array_1)
100 (f77_print_array): Update.
101 * jv-lang.h (java_val_print): Update.
102 * jv-valprint.c (java_print_value_fields, java_val_print): Update.
103 * language.c (unk_lang_val_print): Update.
104 * m2-lang.h (m2_val_print): Update.
105 * m2-valprint.c (m2_val_print): Update.
106 * p-lang.h (pascal_val_print): Update.
107 (pascal_object_print_value_fields): Update.
108 * p-valprint.c (pascal_val_print)
109 (pascal_object_print_value_fields, pascal_object_print_value)
110 (pascal_object_print_value): Update.
111 * scm-lang.h (scm_val_print): Update.
112 * scm-valprint.c (scm_val_print): Update.
113 * value.h (val_print): Update.
114
115 * p-lang.h (pascal_object_print_class_member)
116 (pascal_object_print_class_method): Make buffer a const bfd_byte.
117 * p-valprint.c (pascal_object_print_class_method)
118 (pascal_object_print_class_method): Ditto.
119
120 * language.h (struct language_defn): Make la_printstr's buffer
121 parameter a const bfd_byte.
122 * p-lang.h (pascal_printstr): Update function to match.
123 * ada-valprint.c (ada_printstr): Update function to match.
124 * scm-lang.c (scm_printstr): Update function to match.
125 * p-lang.c (pascal_printstr): Update function to match.
126 * ada-lang.h (ada_printstr): Update function to match.
127 * m2-lang.c (m2_printstr): Update function to match.
128 * objc-lang.c (objc_printstr): Update function to match.
129 * c-lang.h (c_printstr): Update function to match.
130 * f-lang.c (f_printstr): Update function to match.
131 * c-lang.c (c_printstr): Update function to match.
132 * language.c (unk_lang_printstr): Update function to match.
133
134 * valprint.c (val_print_type_code_int): Make buffer a const bfd_byte.
135 * valprint.h (val_print_type_code_int): Ditto.
136
137 * objc-lang.h (c_val_print, c_value_print): Delete declarations.
138
139 * cp-valprint.c (cp_print_class_method)
140 (cp_print_class_member): Make buffer a const bfd_byte.
141 * c-lang.h (cp_print_class_member, cp_print_class_method): Ditto.
142
143 * ada-lang.c (value_from_contents_and_address)
144 (to_record_with_fixed_variant_part)
145 (value_tag_from_contents_and_address, ada_to_fixed_type)
146 (to_fixed_variant_branch_type, to_fixed_record_type)
147 (ada_template_to_fixed_record_type, cond_offset_host)
148 (ada_template_to_fixed_record_type_1): Make buffer a const
149 bfd_byte.
150 * ada-lang.h (ada_template_to_fixed_record_type_1)
151 (value_from_contents_and_address, ada_to_fixed_type): Ditto.
152
153 * ada-valprint.c (char_at, printstr): Make buffer a const bfd_byte.
154
155 * gdbtypes.h (print_scalar_formatted): Make buffer a const bfd_byte.
156 * printcmd.c (print_scalar_formatted): Update.
157
158 * value.h (value_bit_index, print_floating)
159 (find_rt_vbase_offset): Make buffer a const bfd_byte.
160 * valprint.c (print_floating): Update.
161 * valarith.c (value_bit_index): Update.
162 * valops.c (find_rt_vbase_offset): Update.
163
164 * valprint.h (print_octal_chars, print_char_chars)
165 (print_hex_chars, print_decimal_chars, print_binary_chars): Make
166 buffer a const bfd_byte.
167 * valprint.c (print_binary_chars, print_octal_chars)
168 (print_decimal_chars, print_hex_chars, print_char_chars): Make
169 "valaddr"buffer a const bfd_byte, ditto for local variables
170 referencing that buffer.
171
172 * m2-valprint.c: Include "c-lang.h".
173 (c_val_print): Delete extern declaration.
174 * scm-valprint.c: Include "c-lang.h".
175 (c_val_print): Delete extern declaration.
176 Makefile.in: Update dependencies.
177
178 * gnu-v2-abi.h (gnuv2_baseclass_offset): Make "valaddr" a const
179 bfd_byte.
180 * cp-abi.h (baseclass_offset): Make "valaddr" a const bfd_byte.
181 (struct cp_abi_ops): Make baseclass_offset's "valaddr" a const
182 bfd_byte.
183 * cp-abi.c (baseclass_offset): Update.
184 * gnu-v2-abi.c (gnuv2_baseclass_offset): Update.
185
186 * gnu-v2-abi.h: New file.
187 * gnu-v2-abi.c: Include "gnu-v2-abi.h".
188 (gnuv2_baseclass_offset): Delete declaration.
189 * hpacc-abi.c: Include "gnu-v2-abi.h".
190 (gnuv2_baseclass_offset): Delete extern declaration.
191 * Makefile.in: Update dependencies.
192
193 * doublest.c (floatformat_is_negative, floatformat_is_nan)
194 (floatformat_mantissa, get_field): Make the buffer a const
195 bfd_byte, simplify.
196
197 2005-01-27 Andrew Cagney <cagney@gnu.org>
198
199 * value.h (struct value): Change type of contents to bfd_byte.
200 (VALUE_CONTENTS_RAW): Simplify.
201
202 * gdbarch.sh (integer_to_address): Change buf parameter to a const
203 bfd_byte, make pure-multi-arch.
204 * gdbarch.h, gdbarch.c: Regenerate.
205 * mips-tdep.c (mips_integer_to_address): Update.
206 * value.c (value_as_address): Update.
207
208 * cli/cli-dump.h (fopen_with_cleanup): Make "filename" const.
209 * cli/cli-dump.c (dump_binary_file, dump_bfd_file): Make string
210 parameters const, change buf to a const bfd_byte.
211 (fopen_with_cleanup, bfd_openw_with_cleanup): Make all string
212 parameters const.
213
214 * corefile.c (write_memory): Update, make a copy of the read-only
215 buffer.
216 * target.c (target_read_memory): Update.
217 (target_write_memory): Update, make a copy of the read-only
218 buffer.
219 * gdbcore.h (write_memory): Change buffer type to bfd_byte, make
220 const.
221 * target.h (target_read_memory, target_write_memory): Change
222 buffer type to bfd_byte; for write_memory, make it const.
223 * symfile-mem.c (do_target_read_memory): New function.
224 (symbol_file_add_from_memory): Pass do_target_read_memory to
225 bfd_elf_bfd_from_remote_memory.
226
227 * value.h: Indent using gdb_indent.sh.
228
229 * configure: Regenerate to track ../gettext.m4 change.
230
231 2005-01-26 Andrew Cagney <cagney@gnu.org>
232
233 * rs6000-tdep.c: Include "reggroups.h".
234 (rs6000_gdbarch_init): Set register_reggroup_p.
235 (rs6000_register_reggroup_p): New function.
236
237 2005-01-26 Orjan Friberg <orjanf@axis.com>
238
239 * cris-tdep.c (enum cris_num_regs, enum cris_regnums)
240 (cris_sigtramp_frame_unwind_cache, cris_register_size): Update for
241 CRISv32.
242 (crisv32_single_step_through_delay, cris_can_use_hardware_watchpoint)
243 (cris_region_ok_for_watchpoint, cris_stopped_data_address)
244 (crisv32_cannot_fetch_register, crisv32_cannot_store_register)
245 (crisv32_register_type, cris_special_register_name)
246 (crisv32_register_name): New functions.
247 (cris_spec_reg_applicable): Recognize more versions.
248 (cris_register_name): Update with call to cris_special_register_name.
249 (find_cris_op): Filter out CRISv32 instructions. Tweaked comment and
250 warning when unable to find step target.
251 (CRISV10_ELF_NGREG, CRISV32_ELF_NGREG, crisv32_elf_gregset_t): Define.
252 (supply_gregset): Add struct gdbarch_tdep. Set pseudo-PC register for
253 CRISv32.
254 (fetch_core_registers): Update for CRISv32.
255 (cris_gdbarch_init): Set pc_regnum, register_type, num_regs,
256 register_name, cannot_store_register, cannot_fetch_register,
257 have_nonsteppable_watchpoint, single_step_through_delay for CRISv32.
258
259 2005-01-26 Nick Roberts <nickrob@snap.net.nz>
260
261 * interps.c (interpreter_exec_cmd): Use condition,
262 e.reason < 0, to raise an error.
263
264 2005-01-25 Andrew Cagney <cagney@gnu.org>
265
266 * ppc-linux-tdep.c: Include "tramp-frame.h"
267 (struct ppc_linux_sigtramp_cache)
268 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
269 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
270 (ppc_linux_sigtramp_cache): Delete.
271 (ppc32_linux_sigaction_cache_init)
272 (ppc64_linux_sigaction_cache_init)
273 (ppc32_linux_sighandler_cache_init)
274 (ppc64_linux_sighandler_cache_init)
275 (ppc32_linux_sigaction_tramp_frame)
276 (ppc64_linux_sigaction_tramp_frame)
277 (ppc32_linux_sighandler_tramp_frame)
278 (ppc64_linux_sighandler_tramp_frame)
279 (ppc_linux_sigtramp_cache, ppc_linux_init_abi): Implement 32 and
280 64-bit, sigaction and siginfo tramp-frame unwinders.
281
282 * ppc-linux-tdep.c (ppc_linux_init_abi): Always set
283 long_double_bit to 8.
284
285 2005-01-24 Andrew Cagney <cagney@gnu.org>
286
287 * infrun.c (handle_inferior_event): Handle back-to-back and nested
288 signals where the step_resume_breakpoint may have already been
289 inserted.
290
291 2005-01-24 Andrew Cagney <cagney@gnu.org>
292
293 * configure: Regenerate, ../gettext.m4 was updated.
294
295 2005-01-23 Mark Kettenis <kettenis@gnu.org>
296
297 * NEWS: Mention new BSD user-level threads support.
298
299 * i386obsd-tdep.c: Update copyright year. Include
300 "bsd-uthread.h".
301 (i386obsd_uthread_reg_offset): New variable.
302 (I386OBSD_UTHREAD_ESP_OFFSET): New define.
303 (i386obsd_supply_uthread, i386obsd_collect_uthread): New
304 functions.
305 (i386obsd_init_abi): Set supply_uthread and collect_uthread.
306 * Makefile.in (i386obsd-tdep.o): Update dependencies.
307 * config/i386/obsd.mt (TDEPFILES): Add bsd-uthread.o.
308
309 2005-01-23 Christopher Faylor <cgf@timesys.com>
310
311 * win32-nat.c: Update copyright year.
312 (child_init_thread_list): Set thread linked list point to NULL so that
313 it won't be reused after clearing.
314
315 2005-01-21 Mark Kettenis <kettenis@gnu.org>
316
317 * acconfig.h (HAVE_STRUCT_REG_R_FS, HAVE_STRUCT_R_GS): Remove
318 undefs.
319 * configure.ac: Use AC_CHECK_MEMBERS to check whether `struct
320 thread' has a td_pcb member and whether `struct reg' has r_fs and
321 r_gs members.
322 * configure, config.in: Regenerate.
323
324 2005-01-21 Mark Kettenis <kettenis@gnu.org>
325
326 * configure.ac: Remove ia64-*-aix* junk.
327 * configure: Regenerate.
328
329 * configure.ac: Use AC_CHECK_DECLS instead of gcc_AC_CHECK_DECLS
330 and BFD_NEED_DECLARATION. Don't check if a declaration of strdup
331 is necessary.
332 * configure, config.in: Regenerate.
333 * utils.c: Adjust for usage of AC_CHECK_DECLS instead of
334 BFD_NEED_DECLARATION. Never provide a prototype for
335 caninicalize_file_name.
336 * gdb_string.h: Adjust for usage of AC_CHECK_DECLS instead of
337 BFD_NEED_DECLARATION.
338
339 * configure.ac (targ_archs): Use standard autoconf check for
340 "struct stat.st_blocks" instead of rolling our own.
341 * configure: Regenerated.
342 * acconfig.h (HAVE_STRUCT_STAT_ST_BLOCKS): Remove undef.
343 * config.in: Regenerated.
344
345 2005-01-21 Mark Kettenis <kettenis@gnu.org>
346
347 * configure.ac: Modernize checks for `long long' and `long double'
348 support.
349 * configure: Regenerated.
350 * acconfig.h (CC_HAS_LONG_LONG, PRINTF_HAS_LONG_LONG)
351 (PRINT_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE): Remove undefs.
352 * config.in: Regenerated.
353
354 2005-01-20 Mark Kettenis <kettenis@gnu.org>
355
356 * acconfig.h (HAVE_STRUCT_SAVE_STATE_T)
357 (HAVE_STRUCT_MEMBER_SS_WIDE): Remove undefs.
358 * configure.ac: Remove checks for HP-UX save_state structure.
359 * configure: Regenerated.
360
361 2005-01-19 Andrew Cagney <cagney@gnu.org>
362
363 * utils.c (quit): Simplify, call fatal.
364 * exceptions.c: Include "serial.h"
365 (print_flush): Mimic flush code found in utils.c:quit.
366 * Makefile.in: Update dependencies.
367
368 2005-01-19 Jim Blandy <jimb@redhat.com>
369
370 * configure.tgt: Set build_rdi_share to "yes" on those targets
371 that use that debugging protocol.
372 Set build_nlm to yes to build NLM stub for Netware targets.
373 * configure.ac: If build_rdi_share is "yes", then configure the
374 rdi-share subdirectory.
375 If build_nlm is "yes", the configure the "nlm" subdirectory.
376 * configure: Regenerated.
377
378 * rdi-share/configure, rdi-share/aclocal.m4: Regenerated using
379 autoconf 2.59 and automake 1.9.3.
380
381 2005-01-19 Andrew Cagney <cagney@gnu.org>
382
383 * exceptions.h (deprecated_throw_reason): Rename throw_reason.
384 * exceptions.c (deprecated_throw_reason): Rename throw_reason.
385 * utils.c (internal_verror, quit): Update.
386 * remote-sds.c (interrupt_query): Update.
387 * remote-mips.c (mips_error, mips_kill): Update.
388 * remote-fileio.c (remote_fileio_ctrl_c_signal_handler): Update.
389 * remote.c (interrupt_query): Update.
390 * ocd.c (interrupt_query): Update.
391 * nto-procfs.c (interrupt_query): Update.
392 * monitor.c (monitor_interrupt_query): Update.
393 * breakpoint.c (break_command_1): Update.
394
395 * infrun.c: (resume, proceed, wait_for_inferior)
396 (handle_inferior_event, stop_stepping)
397 (prepare_to_wait): Write debug output to gdb_stdlog.
398
399 2005-01-19 Mark Kettenis <kettenis@gnu.org>
400
401 * inf-ptrace.c (inf_ptrace_prepare_to_store)
402 (inf_ptrace_post_startup_inferior)
403 (inf_ptrace_acknowledge_created_inferior)
404 (inf_ptrace_insert_fork_catchpoint)
405 (inf_ptrace_remove_fork_catchpoint)
406 (inf_ptrace_insert_vfork_catchpoint):
407 (inf_ptrace_remove_vfork_catchpoint, inf_ptrace_follow_fork)
408 (inf_ptrace_insert_exec_catchpoint)
409 (inf_ptrace_remove_exec_catchpoint): Remove functions.
410 (inf_ptrace_reported_exec_events_per_exec_call): Tweak comment.
411 (inf_ptrace_target): Don't set to_prepare_to_store,
412 to_post_startup_inferior, to_acknowledge_created_inferior,
413 to_insert_fork_ctachpoint, to_remove_fork_catchpoint,
414 to_insert_vfork_catchpoint, to_remove_vfork_catchpoint,
415 to_follow_fork, to_insert_exec_catchpoint,
416 to_remove_exec_catchpoint.
417
418 2005-01-18 Andrew Cagney <cagney@gnu.org>
419
420 * target.h (struct target_ops): Change return type of
421 to_insert_fork_catchpoint, to_insert_vfork_catchpoint and
422 to_insert_exec_catchpoint to void.
423 (child_insert_fork_catchpoint, child_insert_vfork_catchpoint)
424 (child_insert_exec_catchpoint): Change return type to void.
425 * target.c (update_current_target): Update.
426 (debug_to_insert_fork_catchpoint)
427 (debug_to_insert_vfork_catchpoint)
428 (debug_to_insert_exec_catchpoint): Update.
429 * inf-child.c (inf_child_insert_fork_catchpoint)
430 (inf_child_insert_vfork_catchpoint)
431 (inf_child_insert_exec_catchpoint): Update.
432 * breakpoint.c (insert_catchpoint): Update, do not throw an error.
433 * linux-nat.c (child_insert_fork_catchpoint)
434 (child_insert_vfork_catchpoint)
435 (child_insert_exec_catchpoint): Update.
436 * inftarg.c (child_insert_fork_catchpoint)
437 (child_insert_vfork_catchpoint,)
438 (child_insert_exec_catchpoint): Update.
439
440 * remote.c (remote_open_1): Use throw_exception.
441
442 2005-01-17 Michael Snyder <msnyder@redhat.com>
443
444 * mips-linux-tdep.c: Whitespace tweaks.
445
446 2005-01-17 Corinna Vinschen <vinschen@redhat.com>
447
448 * infcmd.c (attach_command): Call CLEAR_SOLIB if available.
449
450 2005-01-17 Andrew Cagney <cagney@gnu.org>
451
452 * top.h (source_error, source_pre_error): Delete declaration.
453 * cli/cli-script.c (source_error_allocated, source_error): Delete.
454 (script_from_file, source_cleanup_lines): Do not manipulate
455 source_error_allocated, error_pre_print and source_error.
456 (struct source_cleanup_lines_args): Delete fields old_pre_error,
457 and old_error_pre_print.
458 * top.c (source_error_allocated, source_error)
459 (source_pre_error): Delete.
460 (command_line_input): Do not set error_pre_print.
461 * event-top.c (command_line_handler): Do not set error_pre_print.
462
463 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
464
465 * MAINTAINERS: Update my email address.
466
467 2005-01-16 Mark Kettenis <kettenis@gnu.org>
468
469 * configure.ac: Provide prerequisite headers when checking
470 <term.h>.
471 * configure: Regenerate.
472
473 * amd64fbsd-tdep.c: Update copyright year. Include "gdb_assert.h"
474 and "bsd-uthread.h".
475 (amd64fbsd_jmp_buf_reg_offset): New variable.
476 (amd64fbsd_supply_uthread, amd64fbsd_collect_uthread): New
477 functions.
478 (amd64fbsd_init_abi): Set supply_uthread and collect_uthread.
479 * i386fbsd-tdep.c: Fix typo.
480 * Makefile.in (amd64fbsd-tdep.o): Update dependencies.
481 * config/i386/fbsd64.mt (TDEPFILES): Add bsd-uthread.o.
482
483 2005-01-16 Andrew Cagney <cagney@gnu.org>
484
485 * cli/cli-script.c: Include "exceptions.h".
486 (struct wrapped_read_command_file_args): Define.
487 (wrapped_read_command_file): New function.
488 (script_from_file): Replace direct call to read_command_file by
489 one wrapped by an exception handler.
490 * exceptions.c (throw_it): Free the old message after creating the
491 new.
492 * Makefile.in: Update dependencies.
493
494 2005-01-16 Mark Kettenis <kettenis@gnu.org>
495
496 * sparc64fbsd-tdep.c: Update copyright year.
497 (sparc64fbsd_collect_gregset, sparc64fbsd_collect_fpregset): New
498 functions.
499 (sparc64fbsd_init_abi): Create register sets with collect
500 functions.
501
502 * sparc64fbsd-nat.c: Include "fbsd-nat.h".
503 (_initialize_sparc64fbsd_nat): Add some extra features to the
504 generic SPARC target.
505 * Makefile.in (sparc64fbsd-nat.o): Update dependencies.
506 * config/sparc/fbsd.mh (NATDEPFILES): Add fbsd-nat.o and gcore.o.
507 (NAT_FILE): Set to solib.h.
508 * config/sparc/nm-fbsd.h: Remove file.
509
510 * sparc64-tdep.c (sparc64_store_arguments): Fix typo.
511
512 * sparc-tdep.c (sparc_integral_or_pointer_p): Simplify.
513
514 2005-01-16 Andrew Cagney <cagney@gnu.org>
515
516 * exceptions.c (struct catcher): Delete saved_error_pre_print and
517 saved_quit_pre_print.
518 (catcher_init): Delete parameter errstring, do not override the
519 pre_print strings.
520 (catcher_pop): Do not restore the pre_print strings.
521 (catch_exception, catch_exceptions_with_msg, catch_errors)
522 (catch_command_errors): Update catch_init calls.
523
524 2005-01-16 Mark Kettenis <kettenis@gnu.org>
525
526 * Makefile.in (sparc64fbsd-nat.o): Update dependencies.
527 * sparc64fbsd-nat.c: Update copyright year. Include "target.h".
528
529 2005-01-15 Andrew Cagney <cagney@gnu.org>
530
531 * acinclude.m4: Include ../bfd/bfd.m4 instead of
532 ../bfd/acinclude.m4. Include ../gettext.m4.
533 * aclocal.m4, configure: Re-generate.
534
535 * exceptions.c (do_captured_command)
536 (struct captured_command_args): Delete.
537 (catch_command_errors): Simplify by inlining call to catch_errors.
538
539 * exceptions.c (struct catcher): Delete field print_message.
540 (catcher_init): Delete print_message parameter.
541 (catch_exception, catch_exceptions_with_msg, catch_errors): Update.
542 (throw_it): Delete prefix parameter.
543 (throw_verror, throw_vfatal, throw_error): Update.
544
545 2005-01-14 Andrew Cagney <cagney@gnu.org>
546
547 * exceptions.c (print_and_throw): Delete, replaced by throw_it.
548 (throw_reason): Leave the exception's message field blank.
549 (throw_it): New function, create the exception and throw it.
550 (throw_verror, throw_vfatal, throw_error): Call throw_it.
551 (print_any_exception): New function.
552 (catch_errors, catch_exceptions_with_msg): Call
553 print_any_exception.
554 (throw_exception): Move code calling annotate_error and
555 annotate_quit from here ...
556 (print_exception): ... to here.
557
558 * exceptions.c (exception_fprintf, exception_print): Move printing
559 of \n from here ...
560 (print_exception): ... to here.
561 (print_flush): New function.
562 (exception_print, exception_fprintf): Replace duplicated flush and
563 wrap code with call to print_flush.
564 (print_and_throw): Simplify, by using xstrvprintf, print_flush,
565 and print_exception.
566 (do_write): Delete.
567
568 * remote-sds.c (interrupt_query): Call throw_reason instead of
569 throw_exception.
570 * remote-mips.c (mips_error, mips_kill): Ditto
571 * ocd.c (interrupt_query): Ditto.
572 * nto-procfs.c (interrupt_query): Ditto.
573 * monitor.c (monitor_interrupt_query): Ditto.
574
575 2005-01-14 Jeff Johnston <jjohnstn@redhat.com>
576
577 * ia64-linux-nat.c: Include "ia64-tdep.h" to get register definitions.
578
579 2005-01-14 Andrew Cagney <cagney@gnu.org>
580
581 * exceptions.h (catch_exceptions): Delete errstring parameter.
582 (catch_exceptions_with_msg): Ditto.
583 * exceptions.c (catch_exceptions_with_msg): Update.
584 (catch_exceptions): Update.
585 * symfile-mem.c (add_vsyscall_page): Update.
586 * frame.c (get_current_frame): Update.
587 * wrapper.c (gdb_value_struct_elt): Update.
588 * exceptions.c (catch_exceptions): Update.
589 * thread.c (gdb_list_thread_ids, gdb_thread_select): Update.
590 * breakpoint.c (gdb_breakpoint_query, gdb_breakpoint): Update.
591 * remote-fileio.c (remote_fileio_request): Update.
592
593 * exceptions.h (exception_fprintf): Declare.
594 (exception_print): Drop pre_print parameter.
595 * mi/mi-main.c (mi_execute_command): Update exception_print call.
596 * cli/cli-interp.c (safe_execute_command): Update exception_print
597 call.
598 * remote.c (remote_open_1): Instead of passing an error prefix to
599 catch_exceptions, use catch_exceptions and exception_fprintf.
600 (remote_start_remote): Change return type to void.
601 * breakpoint.c (insert_bp_location): Instead of passing an error
602 prefix to catch_exceptions, use catch_exceptions and
603 exception_fprintf.
604 (insert_catchpoint): Change return type to void.
605 (break_command_1): Update exception_print call.
606 * exceptions.c (exception_fprintf): New function.
607 (print_exception): New function.
608 (exception_print): Use print_exception.
609
610 * utils.c (error_output_message): Delete function.
611 * defs.h (error_output_message): Delete declaration.
612
613 * linespec.c (symtab_from_filename, decode_variable): Use
614 throw_error instead of error_silent.
615 * breakpoint.c (do_captured_parse_breakpoint): Change return type
616 to void.
617 (break_command_1): Use catch_exception and check the error return
618 status.
619 * exceptions.c (throw_error): New function.
620 (throw_vsilent): Delete function.
621 * exceptions.h (throw_error): Declare.
622 (throw_vsilent): Delete declaration.
623 * utils.c (error_silent): Delete function.
624 * defs.h (error_silent): Delete declaration.
625
626 * mi/mi-main.c (mi_execute_command): Print the exception.
627 * cli/cli-interp.c (safe_execute_command): Print the exception.
628 * exceptions.h (exception_print): Declare.
629 * exceptions.c (struct catcher): Add field print_message.
630 (catcher_init): Add parameter print_message, store in the catcher
631 struct.
632 (print_and_throw): Only print the message when print_message.
633 (catch_exceptions_with_msg, catch_errors): Pass print_message=1 to
634 catcher_init.
635 (catch_exception): Pass print_message=0 to catcher_init.
636
637 * varobj.c (varobj_create): Add missing \n.
638
639 2005-01-13 Michael Snyder <msnyder@redhat.com>
640
641 * cli/cli-decode.h: Whitespace tweaks.
642 * wince.c: Whitespace tweaks.
643 * uw-thread.c: Whitespace tweaks.
644 * utils.c: Whitespace tweaks.
645 * tracepoint.[ch]: Whitespace tweaks.
646 * solist.h: Whitespace tweaks.
647
648 2005-01-13 Andrew Cagney <cagney@gnu.org>
649
650 * exceptions.h (struct exception): Make message const.
651 * mi/mi-main.c (mi_execute_command): Pass result.message directly
652 to fputstr_unfiltered.
653
654 2005-01-13 Michael Snyder <msnyder@redhat.com>
655
656 * stack.c: Whitespace tweaks.
657 * somsolib.[ch]: Whitespace tweaks.
658 * solib-aix.c: Whitespace tweaks.
659 * solib.c: Whitespace tweaks.
660 * solib-frv.c: Whitespace tweaks.
661 * solib.h: Whitespace tweaks.
662 * solib-irix.c: Whitespace tweaks.
663 * solib-som.c: Whitespace tweaks.
664 * solib-sunos.c: Whitespace tweaks.
665 * solib-svr4.[ch]: Whitespace tweaks.
666 * ser-tcp.c: Whitespace tweaks.
667 * ser-unix.c: Whitespace tweaks.
668 * serial.h: Whitespace tweaks.
669 * scm-valprint.c: Whitespace tweaks.
670 * rs6000-tdep.c: Whitespace tweaks.
671 * rs6000-nat.c: Whitespace tweaks.
672 * remote.c: Whitespace tweaks.
673
674 2005-01-13 Andrew Cagney <cagney@gnu.org>
675
676 * defs.h (error_last_message, error_init): Delete declaration.
677 * utils.c (fatal, vfatal): Call throw_vfatal.
678 (error, verror): Call throw_verror;
679 (do_write, error_stream_1): Delete function.
680 (error_stream): Simplify, call error.
681 (error_last_message, error_init, gdb_lasterr): Delete.
682 (error_silent): Simplify, call throw_vsilent.
683 * mi/mi-interp.c (mi_cmd_interpreter_exec): Dup the message.
684 * main.c (captured_main): Delete call to error_init.
685 * exceptions.c (throw_verror, throw_verror)
686 (throw_vsilent): New functions.
687 (do_write, print_and_throw): New functions.
688 (last_message): New global.
689 (throw_reason): Replace error_last_message with last_message.
690 (catch_exceptions_with_msg): Dup the message.
691 * exceptions.h (throw_verror, throw_vfatal, throw_vsilent):
692 Declare.
693
694 2005-01-13 Michael Snyder <msnyder@redhat.com>
695
696 * remote-st.c: Whitespace tweaks.
697 * remote-sim.c: Whitespace tweaks.
698 * remote-mips.c: Whitespace tweaks.
699 * pa64solib.[ch]: Whitespace tweaks.
700 * mdebugread.c: Whitespace tweaks.
701 * main.c: Whitespace tweaks.
702 * interps.c: Whitespace tweaks.
703 * infrun.c: Whitespace tweaks.
704 * infcmd.c: Whitespace tweaks.
705 * hpux-thread.c: Whitespace tweaks.
706 * hppa-hpux-tdep.c: Whitespace tweaks.
707 * gdbcore.h: Whitespace tweaks.
708 * gdbcmd.h: Whitespace tweaks.
709 * gdb-events[.c, .h, .sh]: Whitespace tweaks.
710 * corefile.c: Whitespace tweaks.
711 * completer.c: Whitespace tweaks.
712 * coff-solib.c: Whitespace tweaks.
713 * coff-solib.h: Whitespace tweaks.
714 * cli-out.c: Whitespace tweaks.
715 * breakpoint.c: Whitespace tweaks.
716 * cli/cli-interp.c: Tweak comments, per coding standard.
717
718 2005-01-13 Andrew Cagney <cagney@gnu.org>
719
720 * breakpoint.c (gdb_breakpoint_query): Update, use
721 catch_exceptions_with_msg.
722 (do_captured_breakpoint): Add uiout parameter.
723 (gdb_breakpoint): Update, use catch_exceptions_with_msg.
724 * mi/mi-main.c (mi_cmd_thread_select): Pass mi_error_message to
725 gdb_thread_select. Return MI_CMD_ERROR instead of
726 MI_CMD_CAUGHT_ERROR.
727 (mi_cmd_thread_list_ids): Ditto for gdb_list_thread_ids.
728 (enum captured_mi_execute_command_actions): Delete
729 EXECUTE_COMMAND_DISPLAY_ERROR.
730 (captured_mi_execute_command): Delete code handling
731 MI_CMD_CAUGHT_ERROR.
732 (mi_execute_command): Don't check for
733 EXECUTE_COMMAND_DISPLAY_ERROR.
734 * mi/mi-cmd-break.c (breakpoint_notify): Update call to
735 gdb_breakpoint_query.
736 (mi_cmd_break_insert): Pass mi_error_message to gdb_breakpoint.
737 * mi/mi-cmds.h (enum mi_cmd_result): Delete MI_CMD_CAUGHT_ERROR.
738 * gdb.h (gdb_thread_select, gdb_list_thread_ids)
739 (gdb_breakpoint, gdb_breakpoint_query): Add error_message
740 parameter.
741 * thread.c (thread_command): Update call.
742 (gdb_thread_select, gdb_list_thread_ids): Update, call
743 catch_exceptions_with_msg.
744
745 * mi/mi-main.c (mi_execute_command): Use catch_exception,
746 eliminate call to error_last_message.
747 (captured_mi_execute_command): Change return type to void.
748
749 2005-01-12 Andrew Cagney <cagney@gnu.org>
750
751 * exceptions.c (exception_none): New variable.
752 * Makefile.in: Update dependencies.
753 * interps.c: Include "exceptions.h".
754 (interpreter_exec_cmd, interp_exec): Update to return "struct
755 exception"
756 * exceptions.h (no_exception): Declare.
757 * tui/tui-interp.c (tui_exec): Update to return "struct exception"
758 * mi/mi-interp.c: Include "exceptions.h".
759 (mi_cmd_interpreter_exec, mi_interpreter_exec): Update to return
760 'struct exception".
761 * cli/cli-interp.c (cli_interpreter_exec, safe_execute_command)
762 (do_captured_execute_command): Update to use catch_exception.
763 * interps.h: Include "exceptions.h".
764 (interp_exec_ftype, interp_exec): Return "struct exception".
765
766 * exceptions.h (throw_reason): Rename throw_exception.
767 (enum errors, struct exception): Define.
768 (catch_exception_ftype): Define.
769 (catch_exception, throw_exception): Declare.
770 * exceptions.c (throw_exception): Rewrite.
771 (throw_reason): New function.
772 (struct catcher, catcher_state_machine): Replace "reason" with
773 "exception", delete "gdberrmsg".
774 (catch_exception): New function.
775 (catcher_init): Replace "gdberrmsg" parameter with "exception".
776 (catch_errors, catch_exceptions_with_msg): Re-implement passing
777 exception to catcher_init.
778 * utils.c (error_silent, error_stream_1): Use throw_reason.
779 (internal_verror, quit): Ditto.
780 * breakpoint.c (insert_catchpoint, break_command_1): Ditto.
781 * remote-fileio.c (remote_fileio_ctrl_c_signal_handler): Ditto.
782 * remote.c (remote_open_1, interrupt_query): Ditto.
783
784 2005-01-12 Mark Kettenis <kettenis@gnu.org>
785
786 * i386fbsd-tdep.c: Update copyright year. Include "gdbcore.h",
787 "regcache.h", "gdb_assert.h" and "bsd-uthread.h".
788 (i386fbsd_jmp_buf_reg_offset): New variable.
789 (i386fbsd_supply_uthread, i386fbsd_collect_uthread): New
790 functions.
791 (i386fbsdaout_init_abi): Set supply_uthread and collect_uthread.
792 * Makefile.in (i386fbsd-tdep.o): Update dependency.
793 * config/i386/fbsd.mt (TDEPFILES): Add bsd-uthread.o.
794
795 * bsd-uthread.h: New file.
796 * bsd-uthread.c: New file.
797 * Makefile.in (bsd_uthread_h): New variable.
798 (ALLDEPFILES): Add bsd-uthread.c.
799 (bsd-uthread.o): New dependency.
800
801 * solib.h Update copyright year.
802 (struct so_list): Forward declaration.
803 (solib_read_symbols): New prototype.
804 * solib.c (solib_read_symbols): New function.
805 (solib_add): Call solib_read_symbols to read in symbols.
806 (update_solib_list): Call observer_notify_solib_loaded.
807
808 * i386bsd-nat.c: Update copyright year. Don't include
809 <sys/param.h> and <sys/user.h>.
810 (register_u_addr, kernel_u_size): Remove functions.
811 * config/i386/obsd.mh (NAT_FILE): Remove.
812 * config/i386/obsdaout.mh (NAT_FILE): Set to solib.h.
813 * config/i386/nm-obsd.h: Remove file.
814
815 2005-01-12 Andrew Cagney <cagney@gnu.org>
816
817 * exceptions.c: Include "gdb_string.h".
818 (enum catcher_state, struct catcher): Define.
819 (current_catcher): New global, replaces catch_return;
820 (catch_return): Delete.
821 (throw_exception): Use current_catcher->buf;
822 (catcher_init, catcher_pop, catcher_state_machine): New functions.
823 (catcher): Delete.
824 (struct catch_errors_args): Delete.
825 (do_catch_errors): Delete.
826 (catch_exceptions): Replace body with call to
827 catch_exceptions_with_msg.
828 (catcher): Delete.
829 (catch_exceptions_with_msg, catch_errors): Re-implement using
830 catcher_state_machine.
831
832 * exceptions.h (enum return_reason, RETURN_MASK)
833 (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL)
834 (return_mask, throw_exception, catch_exceptions_ftype)
835 (catch_exceptions_with_msg, catch_errors_ftype, catch_errors)
836 (catch_command_errors_ftype, catch_command_errors): Move to
837 exceptions.h.
838 * exceptions.c, exceptions.h: New files.
839 * top.c: Do not include <setjmp.h>.
840 (SIGJMP_BUF, SIGSETJMP, SIGLONGJMP, catch_return)
841 (throw_exception, catcher, catch_exceptions)
842 (catch_exceptions_with_msg, struct catch_errors_args)
843 (do_catch_errors, catch_errors, struct captured_command_args)
844 (do_captured_command, catch_command_errors): Move to exceptions.c.
845 * wrapper.c, wince.c, win32-nat.c, utils.c: Include "exceptions.h".
846 * tui/tui-interp.c, top.c, thread.c, symmisc.c: Ditto.
847 * symfile-mem.c, stack.c, solib.c, rs6000-nat.c: Ditto.
848 * remote-sds.c, remote-mips.c, remote-fileio.c: Ditto.
849 * remote-e7000.c, objc-lang.c, ocd.c: Ditto.
850 * remote.c, nto-procfs.c, monitor.c, mi/mi-main.c: Ditto.
851 * main.c, m32r-rom.c, infrun.c, inf-loop.c: Ditto.
852 * hppa-hpux-tdep.c, frame.c, event-top.c, event-loop.c: Ditto.
853 * corelow.c, corefile.c, cli/cli-interp.c, breakpoint.c: Ditto.
854 * ada-valprint.c, ada-lang.c: Ditto.
855 * Makefile.in (HFILES_NO_SRCDIR, COMMON_OBS): Add exceptions.h and
856 exceptions.o. Update all dependencies.
857
858 2005-01-11 Mark Kettenis <kettenis@gnu.org>
859
860 * config/i386/nm-fbsd.h: Update copyright year.
861 Don't include "config/nm-bsd.h".
862 (KERNEL_U_SIZE): Remove macro.
863 (kernel_u_size): Remove prototype.
864
865 * config/vax/nbsdaout.mh (NAT_FILE): Remove.
866 * config/vax/nm-nbsdaout.h: Remove file.
867
868 2005-01-10 Elena Zannoni <ezannoni@redhat.com>
869
870 * MAINTAINERS: Remove self from sh/sh64 maintainership.
871
872 2005-01-10 Andrew Cagney <cagney@gnu.org>
873
874 * MAINTAINERS: List Andrew Cagney and Kevin Buettner as can commit
875 changes to PowerPC, and Andrew Cagney as lead PowerPC GNU/Linux
876 maintainer.
877
878 * MAINTAINERS: Hans-Peter Nilsson and Orjan Friberg can commit
879 changes to CRIS.
880
881 * MAINTAINERS: Remove "Maintenance Only". Spell out that CAN
882 COMMIT means can approve).
883
884 2005-01-10 Mark Kettenis <kettenis@gnu.org>
885
886 * vax-nat.c: Update copyright year. Include "inf-ptrace.h".
887 (vax_register_u_offset): Make statuc.
888 (_initialize_vax_nat): Construct and add target vector.
889 * config/vax/vax.mh (NATDEPFILES): Remove infptrace.o and
890 inftarg.o. Add inf-ptrace.o.
891 * Makefile.in (vax-nat.o): Update dependencies.
892
893 * inf-ptrace.h: Update copyright year. Sync comment with
894 inf-ptrace.c.
895 (inf_ptrace_trad_target): New prototype.
896 * inf-ptrace.c: Update copyright year. Include "regcache.h" and
897 "gdb_assert.h"
898 (inf_ptrace_target): Add comment.
899 (inf_ptrace+register_u_offset): New variable.
900 (inf_ptrace_fetch_register, inf_ptrace_fetch_registers)
901 (inf_ptrace_store_register, inf_ptrace_store_registers)
902 (inf_ptrace_trad_target): New functions.
903 * Makefile.in (inf-ptrace.o): Update dependencies.
904
905 2005-01-09 Mark Kettenis <kettenis@gnu.org>
906
907 * configure.ac: Provide prerequisite headers when checking
908 <link.h>, <sys/proc.h> and <sys/user.h>.
909 * configure: Regenerate.
910
911 2005-01-08 Mark Kettenis <kettenis@gnu.org>
912
913 * config/powerpc/obsd.mt (DEPRECATED_TM_FILE): Set to
914 tm-ppc-eabi.h instead of the removed tm-nbsd.h.
915
916 2005-01-07 Mark Kettenis <kettenis@gnu.org>
917
918 * config/ia64/tm-linux.h: Tweak comment. Update copyright year.
919 Don't include "tm-ia64.h".
920 * config/ia64/ia64.mt (DEPRECATED_TM_FILE): Remove.
921 * config/ia64/tm-ia64.h: Remove. Move contents ...
922 * ia64-tdep.h: ... here. Update copyright year.
923
924 2005-01-07 Andrew Cagney <cagney@gnu.org>
925
926 * configure.ac: Rename configure.in, require autoconf 2.59.
927 * configure: Re-generate.
928
929 * configure.tgt: Disable arm*-*-*, thumb*-*-*, strongarm*-*-*,
930 xscale-*-* and i[34567]86-*-netware* code adding rdi-share or nlm
931 to configdirs.
932
933 * configure.in: Replace configdirs with multiple references to
934 AC_CONFIG_SUBDIRS.
935 * configure: Re-generate.
936
937 2005-01-05 Andreas Schwab <schwab@suse.de>
938
939 * ia64-tdep.c: Include "osabi.h".
940 (native_find_global_pointer): Delete.
941 (ia64_find_global_pointer): Renamed from
942 generic_elf_find_global_pointer.
943 (FIND_GLOBAL_POINTER): Delete. Change all users to call
944 ia64_find_global_pointer instead.
945 (ia64_gdbarch_init): Call gdbarch_init_osabi. Remove references
946 to ia64_linux_sigcontext_register_address and
947 ia64_linux_write_pc. Don't set tdep->find_global_pointer.
948 (_initialize_ia64_tdep): Call gdbarch_register instead of
949 deprecated register_gdbarch_init.
950 (struct gdbarch_tdep): Remove find_global_pointer field and move
951 to ...
952 * ia64-tdep.h (struct gdbarch_tdep): ... here.
953 (ia64_linux_sigcontext_register_address): Remove declaration.
954 (ia64_linux_getunwind_table): Likewise.
955 (ia64_linux_write_pc): Likewise.
956 * ia64-linux-tdep.c: Include "osabi.h".
957 (ia64_linux_sigcontext_register_address): Make static.
958 (ia64_linux_write_pc): Likewise.
959 (ia64_linux_init_abi): New.
960 (_initialize_ia64_linux_tdep): New.
961 * Makefile.in (ia64-tdep.o, ia64-linux-tdep.o): Depend on
962 $(osabi_h).
963
964 2005-01-05 Kevin Buettner <kevinb@redhat.com>
965
966 * ia64-tdep.c (ia64_gdbarch_init): Eliminate dependency on
967 functions in ia64-aix-tdep.c.
968 * ia64-tdep.h (ia64_aix_sigcontext_register_address): Remove
969 function defined in ia64-aix-tdep.c.
970 * ia64-aix-tdep.c: Remove file.
971 * config/ia64/linux.mt (TDEPFILES): Remove ia64-aix-tdep.o from
972 this list.
973 * Makefile.in (ia64-aix-tdep.o): Delete.
974
975 2005-01-05 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
976
977 Committed by Andrew Cagney.
978 * ada-valprint.c, aix-thread.c, alpha-nat.c: I18n markup.
979 * alphabsd-nat.c, alphanbsd-tdep.c, amd64-linux-nat.c: I18n markup.
980 * amd64-tdep.c, amd64bsd-nat.c, amd64fbsd-nat.c: I18n markup.
981 * arch-utils.c, arm-linux-nat.c, arm-tdep.c: I18n markup.
982 * armnbsd-nat.c, armnbsd-tdep.c, auxv.c, avr-tdep.c: I18n markup.
983 * aix-thread.c (_initialize_aix_thread): Get rid of the
984 deprecated_add_show_from_set call.
985 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
986 * arm-tdep.c (_initialize_arm_tdep): Ditto.
987 * command.h (add_setshow_enum_cmd): Add arguments for returning
988 new list elements.
989 * cli/cli-decode.c (add_setshow_enum_cmd): Ditto.
990 * mips-tdep.c (_initialize_mips_tdep): Modify calls to
991 add_setshow_enum_cmd.
992
993 2005-01-04 Mark Kettenis <kettenis@gnu.org>
994
995 * configure.host (ia64-*-aix*): Remove.
996 * configure.tgt (ia64-*-aix*): Remove.
997 * config/ia64/aix.mh: Remove file.
998 * config/ia64/aix.mt: Remove file.
999 * config/ia64/tm-aix.h: Remove file.
1000 * ia64-aix-nat.c: Remove file.
1001 * Makefile.in (ia64-aix-nat.o): Remove dependency.
1002
1003 * config/m88k/obsd.mh (NATDEPFILES): Really remove inf-child.o.
1004 Add back inf-ptrace.o.
1005
1006 2005-01-04 Andrew Cagney <cagney@gnu.org>
1007
1008 * version.in: Change format from 6.3.50_2005-01-04-cvs to
1009 6.3.50.20050104-cvs.
1010
1011 2005-01-04 Andreas Schwab <schwab@suse.de>
1012
1013 * breakpoint.c (break_command_1): Always free err_msg before
1014 returning when an exception was caught.
1015
1016 2005-01-01 Joel Brobecker <brobecker@gnat.com>
1017
1018 * hppa-tdep.c (prologue_inst_adjust_sp): Fix small confusion
1019 in register number for addil instruction.
1020
1021 For older changes see ChangeLog-2004.
1022 \f
1023 Local Variables:
1024 mode: change-log
1025 left-margin: 8
1026 fill-column: 74
1027 version-control: never
1028 End:
This page took 0.05002 seconds and 5 git commands to generate.