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 dynamic-link/15122] [2.17] Libraries in ld.so.cache ignored by ld-linux-armhf.so.3 on armv6l


http://sourceware.org/bugzilla/show_bug.cgi?id=15122

Carlos O'Donell <carlos at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED

--- Comment #15 from Carlos O'Donell <carlos at redhat dot com> 2013-05-22 20:38:21 UTC ---
Fixed with:

commit 2b863a1b2dcbe2589d27646447d9ef88f9beffa5
Author: Wilhelm Eger <wilhelm.eger@googlemail.com>
Date:   Wed May 22 16:33:03 2013 -0400

    Backport fixes for BZ #15006 from master.

    Resolved backport request BZ #15122.

    Assume all unmarked objects are compatible with all ABI variants.
    Such objects may have been generated in a transitional period when
    ABI tags were not added to all objects.

    ---

    2013-02-08  Carlos O'Donell  <carlos@redhat.com>

        [BZ #15006]
        * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
        * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.

    ports/

    2013-02-08  Carlos O'Donell  <carlos@redhat.com>

        [BZ #15006]
        * sysdeps/unix/sysv/linux/arm/dl-cache.h
        [__ARM_PCS_VFP] (_dl_cache_check_flags): Allow plain FLAG_ELF_LIBC6.
        [!__ARM_PCS_VFP] (_dl_cache_check_flags): Likewise.
        * sysdeps/unix/sysv/linux/arm/readelflib.c (process_elf_file):
        Set FLAG_ARM_LIBSF for soft-float ABI otherwise just FLAG_ELF_LIBC6.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]