Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@acm.org>2003-07-01 01:56:32 +0400
committerBob Wilson <bob.wilson@acm.org>2003-07-01 01:56:32 +0400
commitdcc3c258a9bd0944a2b245c7ba12b812571db596 (patch)
treec19bea1d5c4b7e914d38216675ae30d3cc483927 /include/xtensa-config.h
parent70249d5687c6020064b70431e115fe1c0161cfa3 (diff)
* xtensa-config.h (XCHAL_HAVE_CONST16, XCHAL_HAVE_ABS,
XCHAL_HAVE_ADDX, XCHAL_HAVE_L32R): Define.
Diffstat (limited to 'include/xtensa-config.h')
-rw-r--r--include/xtensa-config.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/xtensa-config.h b/include/xtensa-config.h
index b47cbd754..f643489ac 100644
--- a/include/xtensa-config.h
+++ b/include/xtensa-config.h
@@ -1,5 +1,5 @@
/* Xtensa configuration settings.
- Copyright (C) 2003 Free Software Foundation, Inc.
+ Copyright (C) 2001,2002,2003 Free Software Foundation, Inc.
Contributed by Bob Wilson (bwilson@tensilica.com) at Tensilica.
This program is free software; you can redistribute it and/or modify
@@ -26,6 +26,10 @@
#define XCHAL_HAVE_BE 1
#define XCHAL_HAVE_DENSITY 1
+#define XCHAL_HAVE_CONST16 0
+#define XCHAL_HAVE_ABS 1
+#define XCHAL_HAVE_ADDX 1
+#define XCHAL_HAVE_L32R 1
#define XCHAL_HAVE_MAC16 0
#define XCHAL_HAVE_MUL16 0
#define XCHAL_HAVE_MUL32 0