diff options
author | Andreas Schwab <schwab@redhat.com> | 2010-10-15 07:29:38 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-10-15 07:29:38 -0400 |
commit | 14d43591face21dbd4d51b5c46fa3c17740ddc78 (patch) | |
tree | 6022a5d14f15b69ae3ee8cbe47d135c8d7a1935d | |
parent | 5e908464b9603e9cd95047d2edd00de5f78fedaf (diff) | |
download | glibc-14d43591face21dbd4d51b5c46fa3c17740ddc78.zip glibc-14d43591face21dbd4d51b5c46fa3c17740ddc78.tar.gz glibc-14d43591face21dbd4d51b5c46fa3c17740ddc78.tar.bz2 |
Expect PLT call to _Unwind_Find_FDE on s390*-linux
-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
@@ -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-13 Jakub Jelinek <jakub@redhat.com> [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 0000000..8fb56b6 --- /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 0000000..8fb56b6 --- /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 |