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