]> sourceware.org Git - glibc.git/commitdiff
Add localplt.data for MIPS.
authorJoseph Myers <joseph@codesourcery.com>
Fri, 4 Nov 2016 16:40:54 +0000 (16:40 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Fri, 4 Nov 2016 16:40:54 +0000 (16:40 +0000)
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.

ChangeLog
sysdeps/mips/localplt.data [new file with mode: 0644]

index 8f84ac657d80f1c72a52aeb95425d41a78e1b03a..750243bdab465a13af7b5f5d72ff2b7793dc89a7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 (file)
index 0000000..f0c5970
--- /dev/null
@@ -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.
This page took 0.152035 seconds and 5 git commands to generate.