Gentoo Logo
Gentoo Spaceship




Note: Due to technical difficulties, the Archives are currently not up to date. GMANE provides an alternative service for most mailing lists.
c.f. bug 424647
List Archive: gentoo-commits
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Mike Frysinger (vapier)" <vapier@g.o>
Subject: gentoo-x86 commit in dev-libs/elfutils/files: elfutils-0.131-gnu-inline.patch
Date: Sat, 10 May 2008 12:08:26 +0000
vapier      08/05/10 12:08:26

  Modified:             elfutils-0.131-gnu-inline.patch
  Log:
  Fix building with no optimization #220641.
  (Portage version: 2.2_pre5)

Revision  Changes    Path
1.2                  dev-libs/elfutils/files/elfutils-0.131-gnu-inline.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/elfutils/files/elfutils-0.131-gnu-inline.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/elfutils/files/elfutils-0.131-gnu-inline.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/elfutils/files/elfutils-0.131-gnu-inline.patch?r1=1.1&r2=1.2

Index: elfutils-0.131-gnu-inline.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/elfutils/files/elfutils-0.131-gnu-inline.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- elfutils-0.131-gnu-inline.patch	20 Apr 2008 08:20:05 -0000	1.1
+++ elfutils-0.131-gnu-inline.patch	10 May 2008 12:08:26 -0000	1.2
@@ -58,13 +58,13 @@
 @@ -633,6 +633,12 @@
  
  /* Inline optimizations.  */
- #ifdef __OPTIMIZE__
-+# if defined(__GNUC_STDC_INLINE__) || defined(__GNUC_GNU_INLINE__)
-+#  define __gnu_inline inline __attribute__ ((__gnu_inline__))
-+# else
-+#  define __gnu_inline inline
-+# endif
++#if defined(__GNUC_STDC_INLINE__) || defined(__GNUC_GNU_INLINE__)
++# define __gnu_inline inline __attribute__ ((__gnu_inline__))
++#else
++# define __gnu_inline inline
++#endif
 +
+ #ifdef __OPTIMIZE__
  /* Return attribute code of given attribute.  */
  __libdw_extern_inline unsigned int
  dwarf_whatattr (Dwarf_Attribute *attr)



-- 
gentoo-commits@g.o mailing list


Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
gentoo-x86 commit in dev-libs/elfutils/files: elfutils-0.131-gnu-inline.patch
Next by thread:
gentoo-x86 commit in app-text/recode: recode-3.6-r1.ebuild
Previous by date:
gentoo-x86 commit in dev-libs/elfutils: ChangeLog
Next by date:
gentoo-x86 commit in dev-libs/elfutils: elfutils-0.123.ebuild elfutils-0.131.ebuild elfutils-0.125.ebuild elfutils-0.118.ebuild


Updated Apr 10, 2011

Summary: Archive of the gentoo-commits mailing list.

Donate to support our development efforts.

Copyright 2001-2013 Gentoo Foundation, Inc. Questions, Comments? Contact us.