diff options
author | Alan Modra <amodra@gmail.com> | 2002-12-12 23:12:34 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-12-12 23:12:34 +0000 |
commit | ebd0428ffee361794f2e2f4e8dda06697621e282 (patch) | |
tree | 7009e10d01df547ca362bfd225787f0a5165c4c3 | |
parent | cc6a87da5e26594f21f76e07016b08dd42e572fb (diff) | |
download | gdb-ebd0428ffee361794f2e2f4e8dda06697621e282.zip gdb-ebd0428ffee361794f2e2f4e8dda06697621e282.tar.gz gdb-ebd0428ffee361794f2e2f4e8dda06697621e282.tar.bz2 |
* config/e-criself.c: Fix typo in last change.
-rw-r--r-- | gas/ChangeLog | 8 | ||||
-rw-r--r-- | gas/config/e-criself.c | 2 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index a158cd8..6affaf2 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,9 @@ 2002-12-13 Alan Modra <amodra@bigpond.net.au> + * config/e-criself.c: Fix typo in last change. + +2002-12-13 Alan Modra <amodra@bigpond.net.au> + * write.c (write_object_file): Fix signed/unsigned warning. * config/e-crisaout.c (crisaout_bfd_name): Prototype. * config/e-criself.c (criself_bfd_name): Prototype. @@ -379,8 +383,8 @@ * macro.h: Update prototypes to remove comment_char parameter. Fix formatting. * read.c (read_a_source_file, s_irp): Remove comment_char - parameter from invocation of functions in macro.c - + parameter from invocation of functions in macro.c + 2002-12-02 Hans-Peter Nilsson <hp@axis.com> * read.c (emit_expr) [!WORKING_DOT_WORD]: Initialize x->use_jump. diff --git a/gas/config/e-criself.c b/gas/config/e-criself.c index e3e9ac1..f0dc48e 100644 --- a/gas/config/e-criself.c +++ b/gas/config/e-criself.c @@ -1,7 +1,7 @@ #include "as.h" #include "emul.h" -static const char *crisaout_bfd_name PARAMS ((void)); +static const char *criself_bfd_name PARAMS ((void)); static const char * criself_bfd_name () |