From f366be10de108134f74216aebe8f1c53c2dfd5a4 Mon Sep 17 00:00:00 2001 From: cgd Date: Wed, 1 May 2002 23:26:31 +0000 Subject: [PATCH] [ common/ChangeLog ] 2002-05-01 Chris Demetriou * callback.c: Use 'deprecated' rather than 'depreciated.' [ igen/ChangeLog ] 2002-05-01 Chris Demetriou * igen.c: Use 'deprecated' rather than 'depreciated.' [ mips/ChangeLog ] 2002-05-01 Chris Demetriou * interp.c: Use 'deprecated' rather than 'depreciated.' * sim-main.h: Likewise. --- sim/common/ChangeLog | 4 ++++ sim/common/callback.c | 2 +- sim/igen/ChangeLog | 4 ++++ sim/igen/igen.c | 8 ++++---- sim/mips/ChangeLog | 5 +++++ sim/mips/interp.c | 2 +- sim/mips/sim-main.h | 2 +- 7 files changed, 20 insertions(+), 7 deletions(-) diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 84c2964a4b..6935b013c7 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,7 @@ +2002-05-01 Chris Demetriou + + * callback.c: Use 'deprecated' rather than 'depreciated.' + 2002-02-24 Andrew Cagney From wiz at danbala: diff --git a/sim/common/callback.c b/sim/common/callback.c index 64b4e7cd37..af5de148ad 100644 --- a/sim/common/callback.c +++ b/sim/common/callback.c @@ -435,7 +435,7 @@ os_init (p) return 1; } -/* DEPRECIATED */ +/* DEPRECATED */ /* VARARGS */ static void diff --git a/sim/igen/ChangeLog b/sim/igen/ChangeLog index a0d69a5556..d5ba8abf63 100644 --- a/sim/igen/ChangeLog +++ b/sim/igen/ChangeLog @@ -1,3 +1,7 @@ +2002-05-01 Chris Demetriou + + * igen.c: Use 'deprecated' rather than 'depreciated.' + 2002-03-23 Andrew Cagney * gen.c (format_name_cmp): New function. diff --git a/sim/igen/igen.c b/sim/igen/igen.c index 9e45501086..1399d30a30 100644 --- a/sim/igen/igen.c +++ b/sim/igen/igen.c @@ -1037,7 +1037,7 @@ main (int argc, printf ("Config options:\n"); printf ("\n"); printf (" -B \n"); - printf ("\t Set the number of bits in an instruction (depreciated).\n"); + printf ("\t Set the number of bits in an instruction (deprecated).\n"); printf ("\t This option can now be set directly in the instruction table.\n"); printf ("\n"); printf (" -D \n"); @@ -1049,7 +1049,7 @@ main (int argc, printf ("\t a flag not listed in the .\n"); printf ("\n"); printf (" -H \n"); - printf ("\t Set the number of the high (most significant) instruction bit (depreciated).\n"); + printf ("\t Set the number of the high (most significant) instruction bit (deprecated).\n"); printf ("\t This option can now be set directly in the instruction table.\n"); printf ("\n"); printf (" -I \n"); @@ -1120,7 +1120,7 @@ main (int argc, printf ("\t trace-rule-expansion - report each instruction as it is expanded (before insertion into a decode table)\n"); printf ("\t trace-all - enable all trace options\n"); printf ("\n"); - printf ("\t field-widths - instruction formats specify widths (depreciated)\n"); + printf ("\t field-widths - instruction formats specify widths (deprecated)\n"); printf ("\t By default, an instruction format specifies bit\n"); printf ("\t positions\n"); printf ("\t This option can now be set directly in the\n"); @@ -1130,7 +1130,7 @@ main (int argc, printf ("\n"); printf ("Input options:\n"); printf ("\n"); - printf (" -k (depreciated)\n"); + printf (" -k (deprecated)\n"); printf (" -o \n"); printf (" -i \n"); printf ("\n"); diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog index 8f505c4f28..388753966c 100644 --- a/sim/mips/ChangeLog +++ b/sim/mips/ChangeLog @@ -1,5 +1,10 @@ 2002-05-01 Chris Demetriou + * interp.c: Use 'deprecated' rather than 'depreciated.' + * sim-main.h: Likewise. + +2002-05-01 Chris Demetriou + * cp1.c (store_fpr): Remove #ifdef'd out call to UndefinedResult which wouldn't compile anyway. * sim-main.h (unpredictable_action): New function prototype. diff --git a/sim/mips/interp.c b/sim/mips/interp.c index 0c587e0a17..805f72a923 100644 --- a/sim/mips/interp.c +++ b/sim/mips/interp.c @@ -1238,7 +1238,7 @@ sim_monitor (SIM_DESC sd, sim_write (sd, A0 + 0, (char *)&value, 4); sim_write (sd, A0 + 4, (char *)&zero, 4); sim_write (sd, A0 + 8, (char *)&zero, 4); - /* sim_io_eprintf (sd, "sim: get_mem_info() depreciated\n"); */ + /* sim_io_eprintf (sd, "sim: get_mem_info() deprecated\n"); */ break; } diff --git a/sim/mips/sim-main.h b/sim/mips/sim-main.h index 4373c00879..bcdcd80e3f 100644 --- a/sim/mips/sim-main.h +++ b/sim/mips/sim-main.h @@ -43,7 +43,7 @@ typedef address_word sim_cia; #include "sim-base.h" -/* Depreciated macros and types for manipulating 64bit values. Use +/* Deprecated macros and types for manipulating 64bit values. Use ../common/sim-bits.h and ../common/sim-endian.h macros instead. */ typedef signed64 word64; -- 2.11.0