This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc 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]

[Bug build/6652] --enable-oldest-abi breaks the build


https://sourceware.org/bugzilla/show_bug.cgi?id=6652

--- Comment #4 from cvs-commit at gcc dot gnu.org <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 <joseph@codesourcery.com>
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
    <https://sourceware.org/ml/libc-alpha/2013-07/msg00174.html>.

    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.


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