From 14d43591face21dbd4d51b5c46fa3c17740ddc78 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Fri, 15 Oct 2010 07:29:38 -0400 Subject: [PATCH] Expect PLT call to _Unwind_Find_FDE on s390*-linux --- ChangeLog | 5 +++++ scripts/data/localplt-s390-linux-gnu.data | 7 +++++++ scripts/data/localplt-s390x-linux-gnu.data | 7 +++++++ 3 files changed, 19 insertions(+) create mode 100644 scripts/data/localplt-s390-linux-gnu.data create mode 100644 scripts/data/localplt-s390x-linux-gnu.data diff --git a/ChangeLog b/ChangeLog index 2fdca19e09..a6af960174 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-10-15 Andreas Schwab + + * scripts/data/localplt-s390-linux-gnu.data: New file. + * scripts/data/localplt-s390x-linux-gnu.data: New file. + 2010-10-13 Jakub Jelinek [BZ #3268] diff --git a/scripts/data/localplt-s390-linux-gnu.data b/scripts/data/localplt-s390-linux-gnu.data new file mode 100644 index 0000000000..8fb56b6086 --- /dev/null +++ b/scripts/data/localplt-s390-linux-gnu.data @@ -0,0 +1,7 @@ +libc.so: _Unwind_Find_FDE +libc.so: calloc +libc.so: free +libc.so: malloc +libc.so: memalign +libc.so: realloc +libm.so: matherr diff --git a/scripts/data/localplt-s390x-linux-gnu.data b/scripts/data/localplt-s390x-linux-gnu.data new file mode 100644 index 0000000000..8fb56b6086 --- /dev/null +++ b/scripts/data/localplt-s390x-linux-gnu.data @@ -0,0 +1,7 @@ +libc.so: _Unwind_Find_FDE +libc.so: calloc +libc.so: free +libc.so: malloc +libc.so: memalign +libc.so: realloc +libm.so: matherr -- 2.11.4.GIT