From patchwork Fri Nov 4 16:41:34 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joseph Myers X-Patchwork-Id: 17188 Received: (qmail 15837 invoked by alias); 4 Nov 2016 16:41:55 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 14197 invoked by uid 89); 4 Nov 2016 16:41:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_NONE, SPF_PASS, URIBL_RED autolearn=ham version=3.3.2 spammy=reflecting, UD:0000000..f0c5970, PLT, PLTs X-HELO: relay1.mentorg.com Date: Fri, 4 Nov 2016 16:41:34 +0000 From: Joseph Myers To: Subject: Add localplt.data for MIPS [committed] Message-ID: User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 X-ClientProxiedBy: svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) 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 * sysdeps/mips/localplt.data: New file. 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.