PERFORCE change 47998 for review
Peter Wemm
peter at FreeBSD.org
Tue Mar 2 10:53:35 PST 2004
http://perforce.freebsd.org/chv.cgi?CH=47998
Change 47998 by peter at peter_daintree on 2004/03/02 10:52:36
revert to vendor. this hack has zero hope of working.
Affected files ...
.. //depot/projects/hammer/contrib/binutils/bfd/elf64-x86-64.c#4 edit
.. //depot/projects/hammer/sys/conf/kmod.mk#18 edit
Differences ...
==== //depot/projects/hammer/contrib/binutils/bfd/elf64-x86-64.c#4 (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 (getenv("BINUTILS_BITE_ME_HARDER") == NULL && info->shared
+ if (info->shared
&& (sec->flags & SEC_ALLOC) != 0
&& (sec->flags & SEC_READONLY) != 0)
{
==== //depot/projects/hammer/sys/conf/kmod.mk#18 (text+ko) ====
@@ -126,7 +126,6 @@
.endif
${FULLPROG}: ${KMOD}.kld
- env BINUTILS_BITE_ME_HARDER=true \
${LD} -Bshareable ${LDFLAGS} -o ${.TARGET} ${KMOD}.kld
.if !defined(DEBUG_FLAGS)
${OBJCOPY} --strip-debug ${.TARGET}
More information about the p4-projects
mailing list