aboutsummaryrefslogtreecommitdiff
path: root/sim/erc32/interf.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/interf.c
parent0709bb22464041e573f935abf42b267822c6588e (diff)
downloadfsf-binutils-gdb-187d3d28e20b10b698edf77b54518c27a8c083f2.zip
fsf-binutils-gdb-187d3d28e20b10b698edf77b54518c27a8c083f2.tar.gz
fsf-binutils-gdb-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/interf.c')
-rw-r--r--sim/erc32/interf.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sim/erc32/interf.c b/sim/erc32/interf.c
index ec8ca22..3d53574 100644
--- a/sim/erc32/interf.c
+++ b/sim/erc32/interf.c
@@ -34,10 +34,6 @@
#include "gdb/remote-sim.h"
-#ifndef fprintf
-extern fprintf();
-#endif
-
#define PSR_CWP 0x7
#define VAL(x) strtol(x,(char **)NULL,0)