mirror of git://sourceware.org/git/glibc.git
Add empty GLIBC_2.2.5 version to elf/Versions.
As needed for SHLIB_COMPAT calls using this version. * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty GLIBC_2.2.5 version.
This commit is contained in:
parent
7bc5a74162
commit
00f4012a2f
|
|
@ -1,3 +1,8 @@
|
|||
2014-03-25 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
|
||||
GLIBC_2.2.5 version.
|
||||
|
||||
2014-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
|
||||
|
||||
* scripts/localplt.awk: Check for PLT generated by internal IFUNC
|
||||
|
|
|
|||
|
|
@ -12,6 +12,9 @@ libc {
|
|||
dl_iterate_phdr;
|
||||
}
|
||||
%ifdef EXPORT_UNWIND_FIND_FDE
|
||||
# Needed for SHLIB_COMPAT calls using this version.
|
||||
GLIBC_2.2.5 {
|
||||
}
|
||||
GCC_3.0 {
|
||||
__deregister_frame_info_bases; __register_frame_info_bases;
|
||||
__register_frame_info_table_bases; _Unwind_Find_FDE;
|
||||
|
|
|
|||
Loading…
Reference in New Issue