From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/9242 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH v3] ldso: fix GDB dynamic linker info on MIPS Date: Sat, 30 Jan 2016 20:58:37 -0500 Message-ID: <20160131015837.GE9349@brightrain.aerifal.cx> References: <1454184845-96384-1-git-send-email-nbd@openwrt.org> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1454205543 13824 80.91.229.3 (31 Jan 2016 01:59:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 31 Jan 2016 01:59:03 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-9255-gllmg-musl=m.gmane.org@lists.openwall.com Sun Jan 31 02:59:03 2016 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1aPhHx-0002iZ-Ic for gllmg-musl@m.gmane.org; Sun, 31 Jan 2016 02:58:54 +0100 Original-Received: (qmail 23918 invoked by uid 550); 31 Jan 2016 01:58:50 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 23897 invoked from network); 31 Jan 2016 01:58:50 -0000 Content-Disposition: inline In-Reply-To: <1454184845-96384-1-git-send-email-nbd@openwrt.org> User-Agent: Mutt/1.5.21 (2010-09-15) Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:9242 Archived-At: On Sat, Jan 30, 2016 at 09:14:05PM +0100, Felix Fietkau wrote: > GDB is looking for a pointer to the ldso debug info in the data of the > ..rld_map section. > > Signed-off-by: Felix Fietkau Thanks! Committed. Rich