Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Jan 2009 22:16:54 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/cddl/contrib/opensolaris/lib/libdtrace/common dt_link.c
Message-ID:  <200901162217.n0GMHBcQ044462@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2009-01-16 22:16:54 UTC

  FreeBSD src repository

  Modified files:
    cddl/contrib/opensolaris/lib/libdtrace/common dt_link.c 
  Log:
  SVN rev 187347 on 2009-01-16 22:16:54Z by jhb
  
  Correct the sense of the "use32" terenary operator so that it uses
  'lib32' for 32-bit binaries on amd64 and 'lib' for 64-bit binaries.
  Remove an #ifdef __i386__ that defined use32 to the wrong value on
  i386 to workaround the bug in the terenary operator.
  
  MFC after:      1 month
  
  Revision  Changes    Path
  1.4       +1 -5      src/cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c



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