Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Nov 2003 18:59:43 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 42421 for review
Message-ID:  <200311150259.hAF2xhMC002009@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=42421

Change 42421 by peter@peter_daintree on 2003/11/14 18:59:33

	Work around 'binutils knows best'

Affected files ...

.. //depot/projects/hammer/contrib/binutils/bfd/elf64-x86-64.c#3 edit

Differences ...

==== //depot/projects/hammer/contrib/binutils/bfd/elf64-x86-64.c#3 (text+ko) ====

@@ -667,7 +667,7 @@
 	     cannot be used in shared libs.  Don't error out for
 	     sections we don't care about, such as debug sections or
 	     non-constant sections.  */
-	  if (info->shared
+	  if (getenv("BINUTILS_BITE_ME_HARDER") == NULL && info->shared
 	      && (sec->flags & SEC_ALLOC) != 0
 	      && (sec->flags & SEC_READONLY) != 0)
 	    {



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