This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.24-333-ga2049e7


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  a2049e7ab219e515b0b182f06c30215a85774a51 (commit)
      from  d060cd002dab2c5800a3e47d4d5e63814775e958 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a2049e7ab219e515b0b182f06c30215a85774a51

commit a2049e7ab219e515b0b182f06c30215a85774a51
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Fri Nov 4 16:40:54 2016 +0000

    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.

diff --git a/ChangeLog b/ChangeLog
index 8f84ac6..750243b 100644
--- 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
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.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                  |    4 ++++
 sysdeps/mips/localplt.data |    3 +++
 2 files changed, 7 insertions(+), 0 deletions(-)
 create mode 100644 sysdeps/mips/localplt.data


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]