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 /scripts | |
| parent | 5fc312669aba0b493d79989ddd64b425f43d3c88 (diff) | |
| download | glibc-0430b37c1b39f8df10e3436f329c41589e2b30ca.tar.xz glibc-0430b37c1b39f8df10e3436f329c41589e2b30ca.zip | |
Expect PLT call to _Unwind_Find_FDE on s390*-linux
(cherry picked from commit 14d43591face21dbd4d51b5c46fa3c17740ddc78)
Diffstat (limited to 'scripts')
| -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 |
