From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30432 invoked by alias); 2 Mar 2012 01:30:34 -0000 Received: (qmail 30420 invoked by uid 22791); 2 Mar 2012 01:30:33 -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-pz0-f41.google.com (HELO mail-pz0-f41.google.com) (209.85.210.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 02 Mar 2012 01:30:20 +0000 Received: by dadv6 with SMTP id v6so1072251dad.0 for ; Thu, 01 Mar 2012 17:30:20 -0800 (PST) Received-SPF: pass (google.com: domain of bryanhundven@gmail.com designates 10.68.74.138 as permitted sender) client-ip=10.68.74.138; Authentication-Results: mr.google.com; spf=pass (google.com: domain of bryanhundven@gmail.com designates 10.68.74.138 as permitted sender) smtp.mail=bryanhundven@gmail.com; dkim=pass header.i=bryanhundven@gmail.com Received: from mr.google.com ([10.68.74.138]) by 10.68.74.138 with SMTP id t10mr9688149pbv.126.1330651820172 (num_hops = 1); Thu, 01 Mar 2012 17:30:20 -0800 (PST) MIME-Version: 1.0 Received: by 10.68.74.138 with SMTP id t10mr7999607pbv.126.1330651820089; Thu, 01 Mar 2012 17:30:20 -0800 (PST) Received: by 10.143.7.4 with HTTP; Thu, 1 Mar 2012 17:30:20 -0800 (PST) In-Reply-To: References: <85ff80f395067f7b07dd.1330645267@chopsaw.wgti.net> Date: Fri, 02 Mar 2012 01:30: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/msg00006.txt.bz2 On Thu, Mar 1, 2012 at 5:05 PM, Bryan Hundven wrot= e: > On Thu, Mar 1, 2012 at 3:41 PM, Bryan Hundven wr= ote: >> # 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 http://sourceware.org/git/?p=3Dglibc.git;a=3Dcommitdiff;h=3D3857022a761ea72= 51f8e5c0e45d382ebc3e34cf9 This actually seems to be the right patch to backport. I'll test this in a little bit after my 2_14 build is done. -Bryan -- For unsubscribe information see http://sourceware.org/lists.html#faq