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:
Joseph Myers 2014-03-25 21:54:09 +00:00
parent 7bc5a74162
commit 00f4012a2f
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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;