Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Nov 2018 18:27:16 +0000 (UTC)
From:      Conrad Meyer <cem@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r340844 - head/libexec/rtld-elf
Message-ID:  <201811231827.wANIRGkQ087655@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cem
Date: Fri Nov 23 18:27:16 2018
New Revision: 340844
URL: https://svnweb.freebsd.org/changeset/base/340844

Log:
  Revert r340843 - addressed independently in r340842!

Modified:
  head/libexec/rtld-elf/Makefile

Modified: head/libexec/rtld-elf/Makefile
==============================================================================
--- head/libexec/rtld-elf/Makefile	Fri Nov 23 18:23:29 2018	(r340843)
+++ head/libexec/rtld-elf/Makefile	Fri Nov 23 18:27:16 2018	(r340844)
@@ -102,10 +102,6 @@ ${PROG_FULL}:	${VERSION_MAP}
 # GCC warns about redeclarations even though they have __exported
 # and are therefore not identical to the ones from the system headers.
 CFLAGS+=	-Wno-redundant-decls
-# GCC (6.4.0) doesn't grok the complicated lifetimes in reloc_non_plt():
-.if ${MACHINE_CPUARCH} == "amd64"
-CFLAGS.reloc.c+=-Wno-maybe-uninitialized
-.endif
 .if ${COMPILER_VERSION} < 40300
 # Silence -Wshadow false positives in ancient GCC
 CFLAGS+=	-Wno-shadow



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