From 902695bc2a41b585ad0d95cf526f7dbad347949d Mon Sep 17 00:00:00 2001 From: Bob Wilson Date: Mon, 30 Jun 2003 21:56:32 +0000 Subject: [PATCH] * xtensa-config.h (XCHAL_HAVE_CONST16, XCHAL_HAVE_ABS, XCHAL_HAVE_ADDX, XCHAL_HAVE_L32R): Define. --- include/ChangeLog | 5 +++++ include/xtensa-config.h | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/include/ChangeLog b/include/ChangeLog index f061efa..e29004f 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,8 @@ +2003-06-30 Bob Wilson + + * xtensa-config.h (XCHAL_HAVE_CONST16, XCHAL_HAVE_ABS, + XCHAL_HAVE_ADDX, XCHAL_HAVE_L32R): Define. + 2003-06-25 Alan Modra * bfdlink.h: Correct spelling of "relocatable". diff --git a/include/xtensa-config.h b/include/xtensa-config.h index b47cbd7..f643489 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 -- 2.7.4