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.
This commit is contained in:
Jerome Guitton
2005-03-07 11:09:05 +00:00
parent 0709bb2246
commit 187d3d28e2
6 changed files with 75 additions and 112 deletions

View File

@@ -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 */