diff options
author | Wilhelm Eger <wilhelm.eger@googlemail.com> | 2013-05-22 16:33:03 -0400 |
---|---|---|
committer | Carlos O'Donell <carlos@redhat.com> | 2013-05-22 16:33:03 -0400 |
commit | 2b863a1b2dcbe2589d27646447d9ef88f9beffa5 (patch) | |
tree | b78ecc20215f535774184f8e0e80cae9acdd4b34 /ChangeLog | |
parent | 1032040da284af3b9fe5870c54b0dae246bc0c02 (diff) | |
download | glibc-2b863a1b2dcbe2589d27646447d9ef88f9beffa5.tar glibc-2b863a1b2dcbe2589d27646447d9ef88f9beffa5.tar.gz glibc-2b863a1b2dcbe2589d27646447d9ef88f9beffa5.tar.bz2 glibc-2b863a1b2dcbe2589d27646447d9ef88f9beffa5.zip |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +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. + 2013-03-30 David S. Miller <davem@davemloft.net> * po/de.po: Update from translation team. |