From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/10967 Path: news.gmane.org!.POSTED!not-for-mail From: Alexey Neyman Newsgroups: gmane.linux.lib.musl.general Subject: Providing for MIPS? Date: Wed, 25 Jan 2017 23:31:27 -0800 Message-ID: <52a24746-2e25-9e4d-0b52-9ba026417ef4@att.net> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1485416430 15977 195.159.176.226 (26 Jan 2017 07:40:30 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 26 Jan 2017 07:40:30 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 To: musl@lists.openwall.com Original-X-From: musl-return-10982-gllmg-musl=m.gmane.org@lists.openwall.com Thu Jan 26 08:40:20 2017 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.84_2) (envelope-from ) id 1cWefF-0002pN-VP for gllmg-musl@m.gmane.org; Thu, 26 Jan 2017 08:40:14 +0100 Original-Received: (qmail 23595 invoked by uid 550); 26 Jan 2017 07:40:17 -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 10073 invoked from network); 26 Jan 2017 07:31:40 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=att.net; s=s1024; t=1485415888; bh=gYugw+kbdP5Jw52j3rkY7xmwIVaV3zu7dKyjSD1qiT0=; h=To:From:Subject:Date:From:Subject; b=U6SFjRA32vGRL/2+oW+0atZWx1Byqia0n/08jIw080YQmO+yB6/zyXclGQZwdBSQ9qJWruwA1nsYN99xwB9l3A/kTMmHkxEFF0ShSbAXVE7ngP4b778wEeqv7sPp9mrvEncgn19jzIJot+8xU3C4KKCHtnkChwtWJs71YxHA/TY= X-Yahoo-Newman-Id: 284738.55140.bm@smtp115.sbc.mail.ne1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: 6mgxf_4VM1noN.EK0Bxe_4rqSDsZXK_tHXV.WW0kdsbcZEA SKY3.w_f1yOQnx4SS9EFYH8hYVpy8KiT6w1lKVFMtpGThMPZjuuvSpoLhADb xmlqX6CWazy_q.cU4CQC03nA_BYYSZ5qMU9fA31pbhe7mBG2wW7sN1Txkial csSOQNpmHTNbVYtL.4cq7bEW7KwGGPVZMUT8so9OWLjdTxvG_UMXLLY8EqvB XW12iPZBfMAQFJANo5U5qz.qEHw2eUsOEl9G_ax_EaFRHHKJus06BRqLswm8 I7vbf6_px1mBkCXbGmce54MkudzuWhZgQhoy0le4OK718a1xi7FB1yLywcgJ 9z2GpGXhXJ.qvKvLCfTsj31EXLxfZq12oqBsK6I4XaBvuLa0zgO3XAKR_Hj7 CHKR8vi3rHFMJJCfOUgRuKyi_tu9kUx2mrzB.fQ5KMrayzOKR559W_Mx35l7 aNROoAA3UTd1qItxphdDDjOzwBwIuhXC81jFXg41STBa6TNO.iR9Z68rZ8cd T1clMnvv.xCZGGjNFSkUlwon1VlsxreWIOnKmsENY0mqWVLylt8cn2Q1VIOw - X-Yahoo-SMTP: 0h0Q7euswBD_g.kcEqbzJWRFfrba801gq1M1 Xref: news.gmane.org gmane.linux.lib.musl.general:10967 Archived-At: Hi, In crosstool-ng, a failure to build native GDB for mips-*-mips has been reported: https://github.com/crosstool-ng/crosstool-ng/pull/517 The reason is a missing header (which is provided by glibc/uClibc, but not by musl). The reporter suggested to use from the Linux kernel instead. However, GDB developers seem to disagree: https://sourceware.org/ml/gdb-patches/2017-01/msg00446.html; their view is that the header is to be provided as a part of the user-space headers. Should musl provide one? Regards, Alexey.