]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* xtensa-config.h (XCHAL_HAVE_CONST16, XCHAL_HAVE_ABS,
authorBob Wilson <bob.wilson@acm.org>
Mon, 30 Jun 2003 21:56:32 +0000 (21:56 +0000)
committerBob Wilson <bob.wilson@acm.org>
Mon, 30 Jun 2003 21:56:32 +0000 (21:56 +0000)
        XCHAL_HAVE_ADDX, XCHAL_HAVE_L32R): Define.

include/ChangeLog
include/xtensa-config.h

index f061efa770f12e022a6718c076892c3720f5235e..e29004f348ec920b19c1f02760b43bc4201dbb72 100644 (file)
@@ -1,3 +1,8 @@
+2003-06-30  Bob Wilson  <bob.wilson@acm.org>
+
+       * xtensa-config.h (XCHAL_HAVE_CONST16, XCHAL_HAVE_ABS,
+       XCHAL_HAVE_ADDX, XCHAL_HAVE_L32R): Define.
+
 2003-06-25  Alan Modra  <amodra@bigpond.net.au>
 
        * bfdlink.h: Correct spelling of "relocatable".
index b47cbd754b44c54051fbadc4ea060bd822043f57..f643489aceec51e60b85e4b9b5d0105d4787fe29 100644 (file)
@@ -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
 
 #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