OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [include/] [alloca-conf.h] - Diff between revs 156 and 816

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 156 Rev 816
#include "config.h"
#include "config.h"
 
 
#if defined(__GNUC__) && !defined(C_ALLOCA)
#if defined(__GNUC__) && !defined(C_ALLOCA)
# ifndef alloca
# ifndef alloca
#  define alloca __builtin_alloca
#  define alloca __builtin_alloca
# endif
# endif
#else /* ! defined (__GNUC__) */
#else /* ! defined (__GNUC__) */
#  ifdef _AIX
#  ifdef _AIX
 #pragma alloca
 #pragma alloca
#  else
#  else
#  if defined(HAVE_ALLOCA_H) && !defined(C_ALLOCA)
#  if defined(HAVE_ALLOCA_H) && !defined(C_ALLOCA)
#   include <alloca.h>
#   include <alloca.h>
#  else /* ! defined (HAVE_ALLOCA_H) */
#  else /* ! defined (HAVE_ALLOCA_H) */
#   ifdef __STDC__
#   ifdef __STDC__
extern PTR alloca (size_t);
extern PTR alloca (size_t);
#   else /* ! defined (__STDC__) */
#   else /* ! defined (__STDC__) */
extern PTR alloca ();
extern PTR alloca ();
#   endif /* ! defined (__STDC__) */
#   endif /* ! defined (__STDC__) */
#  endif /* ! defined (HAVE_ALLOCA_H) */
#  endif /* ! defined (HAVE_ALLOCA_H) */
#  ifdef _WIN32
#  ifdef _WIN32
#   include <malloc.h>
#   include <malloc.h>
#  endif
#  endif
# endif /* ! defined (_AIX) */
# endif /* ! defined (_AIX) */
#endif /* ! defined (__GNUC__) */
#endif /* ! defined (__GNUC__) */
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.