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