This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Update include/xtensa-config.h with macros from GCC


I'm going to import this file into GCC.  This patch adds a few macros from the 
version of this file currently in GCC.  These macros are not currently used 
in binutils.

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.


Index: xtensa-config.h
===================================================================
RCS file: /cvs/src/src/include/xtensa-config.h,v
retrieving revision 1.2
diff -c -3 -r1.2 xtensa-config.h
*** xtensa-config.h	2 Apr 2003 16:55:26 -0000	1.2
--- xtensa-config.h	30 Jun 2003 21:54:19 -0000
***************
*** 1,5 ****
  /* Xtensa configuration settings.
!    Copyright (C) 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
--- 1,5 ----
  /* Xtensa configuration settings.
!    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,31 ****
--- 26,35 ----
  
  #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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]