From a2049e7ab219e515b0b182f06c30215a85774a51 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Fri, 4 Nov 2016 16:40:54 +0000 Subject: 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. --- sysdeps/mips/localplt.data | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sysdeps/mips/localplt.data (limited to 'sysdeps') diff --git a/sysdeps/mips/localplt.data b/sysdeps/mips/localplt.data new file mode 100644 index 0000000000..f0c5970c08 --- /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. -- cgit 1.4.1