diff options
author | Chris Demetriou <cgd@google.com> | 2002-05-01 23:26:32 +0000 |
---|---|---|
committer | Chris Demetriou <cgd@google.com> | 2002-05-01 23:26:32 +0000 |
commit | 5accf1ff5654416fad745dc7db60d1d9cdb55e88 (patch) | |
tree | 4e262732183df6cb734e932790d7c07516151a94 /sim/common | |
parent | 52bca491319eb9b4b6be09bdf79400e1443512d2 (diff) | |
download | gdb-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/common')
-rw-r--r-- | sim/common/ChangeLog | 4 | ||||
-rw-r--r-- | sim/common/callback.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 84c2964..6935b01 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -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: diff --git a/sim/common/callback.c b/sim/common/callback.c index 64b4e7c..af5de14 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 |