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