diff options
author | Andreas Schwab <schwab@redhat.com> | 2010-10-15 07:29:38 -0400 |
---|---|---|
committer | Andreas Schwab <schwab@redhat.com> | 2010-12-01 15:35:15 +0100 |
commit | 0430b37c1b39f8df10e3436f329c41589e2b30ca (patch) | |
tree | 66630f54fcb6f93a34792c95d14abff1af6625f6 | |
parent | 5fc312669aba0b493d79989ddd64b425f43d3c88 (diff) | |
download | glibc-0430b37c1b39f8df10e3436f329c41589e2b30ca.tar.gz glibc-0430b37c1b39f8df10e3436f329c41589e2b30ca.tar.xz glibc-0430b37c1b39f8df10e3436f329c41589e2b30ca.zip |
Expect PLT call to _Unwind_Find_FDE on s390*-linux
(cherry picked from commit 14d43591face21dbd4d51b5c46fa3c17740ddc78)
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | scripts/data/localplt-s390-linux-gnu.data | 7 | ||||
-rw-r--r-- | scripts/data/localplt-s390x-linux-gnu.data | 7 |
3 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d0b0534565..5031f63a49 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-10-15 Andreas Schwab <schwab@redhat.com> + + * scripts/data/localplt-s390-linux-gnu.data: New file. + * scripts/data/localplt-s390x-linux-gnu.data: New file. + 2010-10-12 Ulrich Drepper <drepper@redhat.com> [BZ #12078] 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 |