From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25912 invoked by alias); 6 Jul 2012 19:13:51 -0000 Received: (qmail 25904 invoked by uid 22791); 6 Jul 2012 19:13:51 -0000 X-SWARE-Spam-Status: No, hits=-4.9 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 06 Jul 2012 19:13:38 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1SnDyC-0002sm-Ru from joseph_myers@mentor.com ; Fri, 06 Jul 2012 12:13:36 -0700 Received: from SVR-IES-FEM-01.mgc.mentorg.com ([137.202.0.104]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Fri, 6 Jul 2012 12:13:36 -0700 Received: from digraph.polyomino.org.uk (137.202.0.76) by SVR-IES-FEM-01.mgc.mentorg.com (137.202.0.104) with Microsoft SMTP Server id 14.1.289.1; Fri, 6 Jul 2012 20:13:34 +0100 Received: from jsm28 (helo=localhost) by digraph.polyomino.org.uk with local-esmtp (Exim 4.76) (envelope-from ) id 1SnDy9-0001kQ-LA; Fri, 06 Jul 2012 19:13:33 +0000 Date: Fri, 06 Jul 2012 19:13:00 -0000 From: "Joseph S. Myers" To: Petar Jovanovic CC: "'Maciej W. Rozycki'" , Subject: RE: patch to RTLD_START to avoid store data below $sp on MIPS In-Reply-To: <2AEC5E6F36A1494EA8C5EFFB09D00F15@domain.local> Message-ID: References: <38131C9536FD498AA0679A54D87B1B96@domain.local> <23DAE082C3224D9DAB2B9E56BEB6E5CB@domain.local> <2AEC5E6F36A1494EA8C5EFFB09D00F15@domain.local> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org X-SW-Source: 2012-07/txt/msg00015.txt.bz2 On Fri, 6 Jul 2012, Petar Jovanovic wrote: > Sure, it is attached. Thanks, I've committed it with the ChangeLog entry: 2012-07-06 Petar Jovanovic * sysdeps/mips/dl-machine.h (RTLD_START): Do not store data below the stack pointer. -- Joseph S. Myers joseph@codesourcery.com