Date: Tue, 17 Feb 2009 15:54:09 +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: <200902171554.n1HFsQZF066964@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2009-02-17 15:54:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) cddl/contrib/opensolaris/lib/libdtrace/common dt_link.c Log: SVN rev 188716 on 2009-02-17 15:54:09Z by jhb MFC: 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. Revision Changes Path 1.2.2.2 +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?200902171554.n1HFsQZF066964>