diff options
author | Joseph Myers <joseph@codesourcery.com> | 2016-11-04 16:40:54 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2016-11-04 16:40:54 +0000 |
commit | a2049e7ab219e515b0b182f06c30215a85774a51 (patch) | |
tree | 0fbbe9a74a50383e6148394d420c66ac9a65e11e | |
parent | d060cd002dab2c5800a3e47d4d5e63814775e958 (diff) | |
download | glibc-a2049e7ab219e515b0b182f06c30215a85774a51.zip glibc-a2049e7ab219e515b0b182f06c30215a85774a51.tar.gz glibc-a2049e7ab219e515b0b182f06c30215a85774a51.tar.bz2 |
Add localplt.data for MIPS.
This patch adds a localplt.data file for MIPS, reflecting the
peculiarities of MIPS ELF that mean this test cannot detect PLT
entries (there aren't any in shared libraries), not GOT entries
(because of the implicit relocation).
Tested for MIPS (all 24 ABIs).
* sysdeps/mips/localplt.data: New file.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | sysdeps/mips/localplt.data | 3 |
2 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2016-11-04 Joseph Myers <joseph@codesourcery.com> + + * sysdeps/mips/localplt.data: New file. + 2016-11-04 Yury Norov <ynorov@caviumnetworks.com> Steve Ellcey <sellcey@caviumnetworks.com> diff --git a/sysdeps/mips/localplt.data b/sysdeps/mips/localplt.data new file mode 100644 index 0000000..f0c5970 --- /dev/null +++ b/sysdeps/mips/localplt.data @@ -0,0 +1,3 @@ +# MIPS does not use PLTs in shared libraries, and implicit GOT +# relocation means this test cannot check for GOT relocations as an +# alternative. |