From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3240 invoked by alias); 19 Dec 2012 04:16:21 -0000 Received: (qmail 3230 invoked by uid 22791); 19 Dec 2012 04:16:19 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 19 Dec 2012 04:16:14 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 0CA872E495 for ; Tue, 18 Dec 2012 23:16:14 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id OSoQ-+yQTV0S for ; Tue, 18 Dec 2012 23:16:13 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 98E6A2E494 for ; Tue, 18 Dec 2012 23:16:13 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 392F4C3948; Wed, 19 Dec 2012 08:16:02 +0400 (RET) Date: Wed, 19 Dec 2012 04:16:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: Reverted: [RFA/commit 2/2] Import gnulib's errno module. Message-ID: <20121219041602.GA21709@adacore.com> References: <1355756839-11337-1-git-send-email-brobecker@adacore.com> <1355756839-11337-2-git-send-email-brobecker@adacore.com> <20121218060719.GD3273@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20121218060719.GD3273@adacore.com> User-Agent: Mutt/1.5.21 (2010-09-15) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-12/txt/msg00670.txt.bz2 > Attached is the updated patch which I just checked in. > The difference comes from the fact that patch #1 was replaced with > an update to gnulib's current HEAD, rather than a specific revision > in the past. > > gdb/ChangeLog: > > * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add errno. > * gnulib/import/errno.in.h: Import. > * gnulib/import/m4/errno_h.m4: Import. > * gnulib/aclocal.m4: Regenerate. > * gnulib/configure: Regenerate. > * gnulib/import/Makefile.am: Update. > * gnulib/import/Makefile.in: Update. > * gnulib/import/m4/gnulib-cache.m4: Update. > * gnulib/import/m4/gnulib-comp.m4: Update. > > Tested on x86_64-linux and ppc-lynx178. Checked in. This is to confirm that I reverted this patch for now, given the current discussion regarding compatibility with libiconv. -- Joel