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