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