components/binutils/patches/binutils.patch
changeset 5057 ab1b43bf588f
parent 5056 7581a14240ad
child 5058 2d501f209a1a
equal deleted inserted replaced
5056:7581a14240ad 5057:ab1b43bf588f
     1 --- binutils-2.23.1/binutils/elfcomm.h	2010-11-21 13:27:15.000000000 -0800
       
     2 +++ binutils-2.23.1/binutils/elfcomm.h	2012-08-28 10:45:54.494740712 -0700
       
     3 @@ -30,7 +30,7 @@
       
     4  void error (const char *, ...) ATTRIBUTE_PRINTF_1;
       
     5  void warn (const char *, ...) ATTRIBUTE_PRINTF_1;
       
     6  
       
     7 -#if __STDC_VERSION__ >= 199901L || (defined(__GNUC__) && __GNUC__ >= 2)
       
     8 +#if __STDC_VERSION__ >= 199901L || (defined(__GNUC__) && __GNUC__ >= 2) || defined(__SUNPRO_C) || defined(__SUNPRO_CC)
       
     9  /* We can't use any bfd types here since readelf may define BFD64 and
       
    10     objdump may not.  */
       
    11  #define HOST_WIDEST_INT	long long