public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-fps/duke3d/files: duke3d-20040817-noinline.patch
@ 2009-02-06  8:59 Alfredo Tupone (tupone)
  0 siblings, 0 replies; only message in thread
From: Alfredo Tupone (tupone) @ 2009-02-06  8:59 UTC (permalink / raw
  To: gentoo-commits

tupone      09/02/06 08:59:49

  Added:                duke3d-20040817-noinline.patch
  Log:
  Fix compilation with gcc-4.3 and -O2. Bug #26968
  (Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r8 x86_64)

Revision  Changes    Path
1.1                  games-fps/duke3d/files/duke3d-20040817-noinline.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/duke3d/files/duke3d-20040817-noinline.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/duke3d/files/duke3d-20040817-noinline.patch?rev=1.1&content-type=text/plain

Index: duke3d-20040817-noinline.patch
===================================================================
--- source/buildengine/engine.c.old     2009-02-06 09:11:54.000000000 +0100
+++ source/buildengine/engine.c 2009-02-06 09:19:12.000000000 +0100
@@ -391,6 +391,7 @@
            modify exact [eax ebx ecx]\
 
     #elif (defined __GNUC__) || (defined __ICC)
+       __attribute__ ((noinline))
         static long nsqrtasm(int i1)
         {
             long retval;
@@ -601,6 +602,7 @@
 
     #elif (defined __GNUC__) || (defined __ICC)
 
+       __attribute__ ((noinline))
         int setgotpic(long i1)
         {
             int retval = 0;






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-02-06  8:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-06  8:59 [gentoo-commits] gentoo-x86 commit in games-fps/duke3d/files: duke3d-20040817-noinline.patch Alfredo Tupone (tupone)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox