From efae50153d4577bd05fc34b76c47bdca79982233 Mon Sep 17 00:00:00 2001 From: Daniel Berlin Date: Fri, 6 Jul 2001 19:17:05 +0000 Subject: Typesystem work initial import. Note that this currently isn't building, i'm in the middle of converting make_function_type/lookup_function_type --- sim/mcore/sysdep.h | 95 ------------------------------------------------------ 1 file changed, 95 deletions(-) delete mode 100644 sim/mcore/sysdep.h (limited to 'sim/mcore/sysdep.h') diff --git a/sim/mcore/sysdep.h b/sim/mcore/sysdep.h deleted file mode 100644 index 336740adc7f..00000000000 --- a/sim/mcore/sysdep.h +++ /dev/null @@ -1,95 +0,0 @@ -/* System includes and definitions used by the Motorola MCore simulator. - Copyright (C) 1999 Free Software Foundation, Inc. - Contributed by Cygnus Solutions. - -This file is part of GDB, the GNU debugger. - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License along -with this program; if not, write to the Free Software Foundation, Inc., -59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ - -#ifndef __SYSDEP_H -#define __SYSDEP_H - -#ifndef hosts_std_host_H -#include -#include -#include -#include -#include -#include -#include -#include -#include "ansidecl.h" - -#ifndef O_ACCMODE -#define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) -#endif -#ifndef SEEK_SET -#define SEEK_SET 0 -#endif -#ifndef SEEK_CUR -#define SEEK_CUR 1 -#endif -#ifdef STDC_HEADERS -#include -/*#include */ -#else -extern char * mktemp (); -#ifndef memset -extern PTR memset (); -#endif - -#ifndef DONTDECLARE_MALLOC -extern PTR malloc (); -extern PTR realloc (); -#endif - -#ifndef __GNUC__ -extern PTR memcpy (); -#else -/* char * memcpy (); */ -#endif - -#ifdef __STDC__ -extern void free (); -#else -extern int free(); -#endif - -#ifndef strchr -extern char * strchr(); -#endif -extern char * getenv(); -extern PTR memchr(); -extern char * strrchr(); - -extern char * strrchr(); -extern char * ctime(); -extern long atol(); -extern char * getenv(); -#endif /* STDC_HEADERS */ - -#ifndef BYTES_IN_PRINTF_INT -#define BYTES_IN_PRINTF_INT 4 -#endif - -#include "fopen-same.h" -#define hosts_std_host_H -#endif - -#ifdef STDC_HEADERS -#include -#endif /* STDC_HEADERS */ - -#endif /* __SYSDEP_H */ -- cgit v1.2.1