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