This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Detect obsolete glibcs or kernel headers in libgomp configury (PR libgomp/26175, libgomp/26477)


On Mon, Jun 05, 2006 at 03:57:57PM -0400, Daniel Jacobowitz wrote:
> For instance, given ABI incompatibility, I don't see any reasonable way
> for Debian to ship a futex-using libgomp.  Not without giving it a
> different SONAME.

... or putting it in /lib/tls, arranging appropriate NOTE sections, and
not supporting it on 2.4 kernels, and putting up with the strange bug
reports of programs which link and then fail to run claiming the
library wasn't found.  In reality that may be a better option.

-- 
Daniel Jacobowitz
CodeSourcery


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]