From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15294 invoked by alias); 2 Mar 2012 01:05:50 -0000 Received: (qmail 15282 invoked by uid 22791); 2 Mar 2012 01:05:50 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-pw0-f41.google.com (HELO mail-pw0-f41.google.com) (209.85.160.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 02 Mar 2012 01:05:36 +0000 Received: by pbbro12 with SMTP id ro12so1588280pbb.0 for ; Thu, 01 Mar 2012 17:05:36 -0800 (PST) Received-SPF: pass (google.com: domain of bryanhundven@gmail.com designates 10.68.204.129 as permitted sender) client-ip=10.68.204.129; Authentication-Results: mr.google.com; spf=pass (google.com: domain of bryanhundven@gmail.com designates 10.68.204.129 as permitted sender) smtp.mail=bryanhundven@gmail.com; dkim=pass header.i=bryanhundven@gmail.com Received: from mr.google.com ([10.68.204.129]) by 10.68.204.129 with SMTP id ky1mr9462623pbc.21.1330650336559 (num_hops = 1); Thu, 01 Mar 2012 17:05:36 -0800 (PST) MIME-Version: 1.0 Received: by 10.68.204.129 with SMTP id ky1mr7814030pbc.21.1330650336507; Thu, 01 Mar 2012 17:05:36 -0800 (PST) Received: by 10.143.7.4 with HTTP; Thu, 1 Mar 2012 17:05:36 -0800 (PST) In-Reply-To: <85ff80f395067f7b07dd.1330645267@chopsaw.wgti.net> References: <85ff80f395067f7b07dd.1330645267@chopsaw.wgti.net> Date: Fri, 02 Mar 2012 01:05:00 -0000 Message-ID: Subject: Re: [PATCH 2 of 3] Add updated eglibc 2.15 From: Bryan Hundven To: "Yann E. MORIN" Cc: crossgcc@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org X-SW-Source: 2012-03/txt/msg00005.txt.bz2 On Thu, Mar 1, 2012 at 3:41 PM, Bryan Hundven wrot= e: > # HG changeset patch > # User "Bryan Hundven" > # Date 1330644229 28800 > # Node ID 85ff80f395067f7b07dd2558f9c8a7357f18cbf9 > # Parent =A0cc5c8bd6c1a2cce7d4c009ef9a6f0895fa089699 > Add updated eglibc 2.15 > > Signed-off-by: Bryan Hundven > > diff -r cc5c8bd6c1a2 -r 85ff80f39506 config/libc/eglibc.in > --- a/config/libc/eglibc.in =A0 =A0 Thu Mar 01 15:20:09 2012 -0800 > +++ b/config/libc/eglibc.in =A0 =A0 Thu Mar 01 15:23:49 2012 -0800 > @@ -18,6 +18,12 @@ > =A0# Don't remove next line > =A0# CT_INSERT_VERSION_BELOW > > +config LIBC_EGLIBC_V_2_15 > + =A0 =A0bool > + =A0 =A0prompt "2_15" > + =A0 =A0depends on EXPERIMENTAL > + =A0 =A0select LIBC_EGLIBC_2_15_or_later > + > =A0config LIBC_EGLIBC_V_2_14 > =A0 =A0 bool > =A0 =A0 prompt "2_14" > @@ -83,6 +89,7 @@ > =A0 =A0 string > =A0# Don't remove next line > =A0# CT_INSERT_VERSION_STRING_BELOW > + =A0 =A0default "2_15" if LIBC_EGLIBC_V_2_15 > =A0 =A0 default "2_14" if LIBC_EGLIBC_V_2_14 > =A0 =A0 default "2_13" if LIBC_EGLIBC_V_2_13 > =A0 =A0 default "2_12" if LIBC_EGLIBC_V_2_12 > @@ -95,6 +102,10 @@ > =A0 =A0 default "2_5" if LIBC_EGLIBC_V_2_5 > =A0 =A0 default "trunk" if LIBC_EGLIBC_V_TRUNK > > +config LIBC_EGLIBC_2_15_or_later > + =A0 =A0bool > + =A0 =A0select LIBC_EGLIBC_2_14_or_later > + > =A0config LIBC_EGLIBC_2_14_or_later > =A0 =A0 bool > =A0 =A0 select LIBC_EGLIBC_2_13_or_later Hmm, the eglibc-2_15 branch seems to have some problems. I found some patches to fix the problems I have here: http://www.trustanywhere.com/download/public/openwrt/source/tmp/2.15/ Specifically: 300-builtin-expect-needed.patch The zic and thumb patches might also be helpful, but I don't know if we need 200-add-dl-search-paths.patch. -Bryan -- For unsubscribe information see http://sourceware.org/lists.html#faq