From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14500 invoked by alias); 16 Sep 2014 17:46:05 -0000 Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org Received: (qmail 14457 invoked by uid 55); 16 Sep 2014 17:46:01 -0000 From: "cvs-commit at gcc dot gnu.org" To: glibc-bugs@sourceware.org Subject: [Bug build/6652] --enable-oldest-abi breaks the build Date: Tue, 16 Sep 2014 17:46:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: build X-Bugzilla-Version: 2.8 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: security- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-09/txt/msg00212.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=6652 --- Comment #4 from cvs-commit at gcc dot gnu.org --- This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU C Library master sources". The branch, master has been updated via af296fcdaba31c3a8062fec0b4198443bb43bd47 (commit) from d330b980e9ee2349492087a279a9c7bf294f6b47 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=af296fcdaba31c3a8062fec0b4198443bb43bd47 commit af296fcdaba31c3a8062fec0b4198443bb43bd47 Author: Joseph Myers Date: Tue Sep 16 17:45:03 2014 +0000 Remove bitrotten --enable-oldest-abi (bug 6652). This patch removes the --enable-oldest-abi configure option, which has long been bitrotten (as reported in bug 6652). The principle of removing this option was agreed in the thread starting at . Tested for x86_64 and x86 that the installed shared libraries other than libc.so are unchanged by this patch and that libc.so disassembly and symbol versions are unchanged (debug info changes because of changed line numbers in csu/version.c). [BZ #6652] * Makeconfig (soversions-default-setname): Remove variable. ($(common-objpfx)soversions.i): Don't pass default_setname to soversions.awk. * Makerules ($(common-objpfx)abi-versions.h): Don't pass oldest_abi to abi-versions.awk. * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine. * config.make.in (oldest-abi): Remove variable. * configure.ac (--enable-oldest-abi): Remove configure option. * configure: Regenerated. * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional text. * scripts/abi-versions.awk: Do not handle oldest_abi variable. * scripts/soversions.awk: Do not handle default_setname variable. * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi variable. * sysdeps/mach/hurd/configure: Regenerated. * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi variable. * sysdeps/unix/sysv/linux/configure: Regenerated. ----------------------------------------------------------------------- Summary of changes: ChangeLog | 23 +++++++++++++++++++++++ Makeconfig | 6 +----- Makerules | 2 +- NEWS | 2 +- config.h.in | 3 --- config.make.in | 1 - configure | 21 --------------------- configure.ac | 12 ------------ csu/version.c | 3 --- scripts/abi-versions.awk | 9 --------- scripts/soversions.awk | 2 +- sysdeps/mach/hurd/configure | 10 ---------- sysdeps/mach/hurd/configure.ac | 10 ---------- sysdeps/unix/sysv/linux/configure | 6 ------ sysdeps/unix/sysv/linux/configure.ac | 6 ------ 15 files changed, 27 insertions(+), 89 deletions(-) -- You are receiving this mail because: You are on the CC list for the bug.