[gentoo-x86] / dev-libs / elfutils / files / elfutils-0.131-gnu-inline.patch Project Root:

GentooDiff of /dev-libs/elfutils/files/elfutils-0.131-gnu-inline.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph

version 1.1, Sun Apr 20 08:20:05 2008 UTC version 1.2, Sat May 10 12:08:26 2008 UTC
Line 58 
Line 58 
 @@ -633,6 +633,12 @@  @@ -633,6 +633,12 @@
   
  /* Inline optimizations.  */   /* Inline optimizations.  */
  #ifdef __OPTIMIZE__  
 +# if defined(__GNUC_STDC_INLINE__) || defined(__GNUC_GNU_INLINE__)  +# if defined(__GNUC_STDC_INLINE__) || defined(__GNUC_GNU_INLINE__)
 +#  define __gnu_inline inline __attribute__ ((__gnu_inline__))  +#  define __gnu_inline inline __attribute__ ((__gnu_inline__))
 +# else  +# else
 +#  define __gnu_inline inline  +#  define __gnu_inline inline
 +# endif  +# endif
 +  +
    #ifdef __OPTIMIZE__
  /* Return attribute code of given attribute.  */   /* Return attribute code of given attribute.  */
  __libdw_extern_inline unsigned int   __libdw_extern_inline unsigned int
  dwarf_whatattr (Dwarf_Attribute *attr)   dwarf_whatattr (Dwarf_Attribute *attr)

Generate output suitable for use with a patch program
Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

www@gentoo.org

Powered by ViewCVS 1.0_pre20050929

ViewCVS and CVS Help