[ common/ChangeLog ]
authorChris Demetriou <cgd@google.com>
Wed, 1 May 2002 23:26:32 +0000 (23:26 +0000)
committerChris Demetriou <cgd@google.com>
Wed, 1 May 2002 23:26:32 +0000 (23:26 +0000)
2002-05-01  Chris Demetriou  <cgd@broadcom.com>

        * callback.c: Use 'deprecated' rather than 'depreciated.'

[ igen/ChangeLog ]
2002-05-01  Chris Demetriou  <cgd@broadcom.com>

        * igen.c: Use 'deprecated' rather than 'depreciated.'

[ mips/ChangeLog ]
2002-05-01  Chris Demetriou  <cgd@broadcom.com>

        * interp.c: Use 'deprecated' rather than 'depreciated.'
        * sim-main.h: Likewise.

sim/common/ChangeLog
sim/common/callback.c
sim/igen/ChangeLog
sim/igen/igen.c
sim/mips/ChangeLog
sim/mips/interp.c
sim/mips/sim-main.h

index 84c2964a4b0da2dca4377a535ed192a9b5832422..6935b013c79e36ad1c5d7d895615507386266c45 100644 (file)
@@ -1,3 +1,7 @@
+2002-05-01  Chris Demetriou  <cgd@broadcom.com>
+
+       * callback.c: Use 'deprecated' rather than 'depreciated.'
+
 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
 
        From wiz at danbala:
index 64b4e7cd379898d73183e301e3c8a1e7709028d0..af5de148ad0a9015aa8320d44b31c39100732024 100644 (file)
@@ -435,7 +435,7 @@ os_init (p)
   return 1;
 }
 
-/* DEPRECIATED */
+/* DEPRECATED */
 
 /* VARARGS */
 static void
index a0d69a5556f686623a1713457b1a20049f60a218..d5ba8abf638abd8f3fb179933d01413bdd6cae26 100644 (file)
@@ -1,3 +1,7 @@
+2002-05-01  Chris Demetriou  <cgd@broadcom.com>
+
+       * igen.c: Use 'deprecated' rather than 'depreciated.'
+
 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
 
        * gen.c (format_name_cmp): New function.
index 9e45501086f41dd9f32b12e6b0aaf505bfecb4dc..1399d30a30612487297072ca20c0bd5b9d1968db 100644 (file)
@@ -1037,7 +1037,7 @@ main (int argc,
       printf ("Config options:\n");
       printf ("\n");
       printf ("  -B <bit-size>\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 <data-structure>\n");
@@ -1049,7 +1049,7 @@ main (int argc,
       printf ("\t a flag not listed in the <filter-list>.\n");
       printf ("\n");
       printf ("  -H <high-bit>\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 <directory>\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 <cache-rules> (depreciated)\n");
+      printf ("  -k <cache-rules> (deprecated)\n");
       printf ("  -o <decode-rules>\n");
       printf ("  -i <instruction-table>\n");
       printf ("\n");
index 8f505c4f2803b2bd01b01f3d0f61c08c3c027e26..388753966c5cca277a1cf389302f6f6bc0f09ba2 100644 (file)
@@ -1,3 +1,8 @@
+2002-05-01  Chris Demetriou  <cgd@broadcom.com>
+
+       * interp.c: Use 'deprecated' rather than 'depreciated.'
+       * sim-main.h: Likewise.
+
 2002-05-01  Chris Demetriou  <cgd@broadcom.com>
 
        * cp1.c (store_fpr): Remove #ifdef'd out call to UndefinedResult
index 0c587e0a17da2866b3abe3b4d1186238761df9e8..805f72a9236d25325dab3cb00aa99b4083c28066 100644 (file)
@@ -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;
       }
     
index 4373c008794cf1cb61cb0fdc40bbc6bf466d4592..bcdcd80e3fdcfc0a1ebf71c9d5b8bf2669f1f370 100644 (file)
@@ -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;
This page took 0.033705 seconds and 4 git commands to generate.