Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Sep 2010 20:23:19 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/libc/i386/gen ldexp.c
Message-ID:  <201009212023.o8LKNeVD056764@repoman.freebsd.org>

index | next in thread | raw e-mail

rpaulo      2010-09-21 20:23:19 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/i386/gen    ldexp.c 
  Log:
  SVN rev 212976 on 2010-09-21 20:23:19Z by rpaulo
  
  Workaround LLVM bug #4434:
  
  Reorder inline assembly arguments temp2, temp, value and texp to follow
  the st(0), st(1), etc. style.
  Also mark the temp2 variable as volatile to workaround another clang
  bug.
  This allows clang to buildworld FreeBSD/i386.
  
  Submitted by:   dim
  
  Revision  Changes    Path
  1.14      +7 -3      src/lib/libc/i386/gen/ldexp.c


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009212023.o8LKNeVD056764>