aboutsummaryrefslogtreecommitdiff
path: root/sim/erc32/sis.c
diff options
context:
space:
mode:
authorJerome Guitton <guitton@adacore.com>2005-03-07 11:09:05 +0000
committerJerome Guitton <guitton@adacore.com>2005-03-07 11:09:05 +0000
commit187d3d28e20b10b698edf77b54518c27a8c083f2 (patch)
treeca0b175d5e998ea82cf37831baff0d608e36d6f5 /sim/erc32/sis.c
parent0709bb22464041e573f935abf42b267822c6588e (diff)
downloadbinutils-187d3d28e20b10b698edf77b54518c27a8c083f2.zip
binutils-187d3d28e20b10b698edf77b54518c27a8c083f2.tar.gz
binutils-187d3d28e20b10b698edf77b54518c27a8c083f2.tar.bz2
2005-03-07 Jerome Guitton <guitton@gnat.com>
* sim/erc32/float.c (set_fsr): Do not use deprecated multi-line strings. (clear_accex): Ditto. * sim/erc32/interf.c: Remove the redeclaration of fprintf. * sim/erc32/sis.c: Ditto. * sim/erc32/exec.c: Add missing semicolon. * sim/erc32/func.c: Remove definitions of generic_print_address, generic_symbol_at_address, buffer_read_memory and perror_memory, as they are already defined in opcodes/dis-buf.c.
Diffstat (limited to 'sim/erc32/sis.c')
-rw-r--r--sim/erc32/sis.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sim/erc32/sis.c b/sim/erc32/sis.c
index 7567881..0bed197 100644
--- a/sim/erc32/sis.c
+++ b/sim/erc32/sis.c
@@ -33,10 +33,6 @@
#include <dis-asm.h>
#include "sim-config.h"
-#ifndef fprintf
-extern fprintf();
-#endif
-
#define VAL(x) strtol(x,(char **)NULL,0)
/* Structures and functions from readline library */