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