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 /scripts/data | |
parent | 5e908464b9603e9cd95047d2edd00de5f78fedaf (diff) | |
download | glibc-14d43591face21dbd4d51b5c46fa3c17740ddc78.tar.gz glibc-14d43591face21dbd4d51b5c46fa3c17740ddc78.tar.xz glibc-14d43591face21dbd4d51b5c46fa3c17740ddc78.zip |
Expect PLT call to _Unwind_Find_FDE on s390*-linux
Diffstat (limited to 'scripts/data')
-rw-r--r-- | scripts/data/localplt-s390-linux-gnu.data | 7 | ||||
-rw-r--r-- | scripts/data/localplt-s390x-linux-gnu.data | 7 |
2 files changed, 14 insertions, 0 deletions
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 |