Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Joseph Myers committed Mar 25, 2014
1 parent 7bc5a74 commit 00f4012
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions elf/Versions
Expand Up @@ -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;
Expand Down

0 comments on commit 00f4012

Please sign in to comment.