Add localplt.data for MIPS [committed]

Message ID alpine.DEB.2.20.1611041641130.25235@digraph.polyomino.org.uk
State Committed
Headers

Commit Message

Joseph Myers Nov. 4, 2016, 4:41 p.m. UTC
  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).  Committed.

2016-11-04  Joseph Myers  <joseph@codesourcery.com>

	* sysdeps/mips/localplt.data: New file.
  

Patch

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.