aboutsummaryrefslogtreecommitdiff
path: root/sim/igen
diff options
context:
space:
mode:
authorChris Demetriou <cgd@google.com>2002-05-01 23:26:32 +0000
committerChris Demetriou <cgd@google.com>2002-05-01 23:26:32 +0000
commit5accf1ff5654416fad745dc7db60d1d9cdb55e88 (patch)
tree4e262732183df6cb734e932790d7c07516151a94 /sim/igen
parent52bca491319eb9b4b6be09bdf79400e1443512d2 (diff)
downloadgdb-5accf1ff5654416fad745dc7db60d1d9cdb55e88.zip
gdb-5accf1ff5654416fad745dc7db60d1d9cdb55e88.tar.gz
gdb-5accf1ff5654416fad745dc7db60d1d9cdb55e88.tar.bz2
[ common/ChangeLog ]
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.
Diffstat (limited to 'sim/igen')
-rw-r--r--sim/igen/ChangeLog4
-rw-r--r--sim/igen/igen.c8
2 files changed, 8 insertions, 4 deletions
diff --git a/sim/igen/ChangeLog b/sim/igen/ChangeLog
index a0d69a5..d5ba8ab 100644
--- a/sim/igen/ChangeLog
+++ b/sim/igen/ChangeLog
@@ -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.
diff --git a/sim/igen/igen.c b/sim/igen/igen.c
index 9e45501..1399d30 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 <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");