From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19962 invoked by alias); 15 Nov 2012 19:19:26 -0000 Received: (qmail 19950 invoked by uid 22791); 15 Nov 2012 19:19:25 -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; Thu, 15 Nov 2012 19:19:17 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 478B42E1A3; Thu, 15 Nov 2012 14:19:17 -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 MqRyogjrKA6O; Thu, 15 Nov 2012 14:19:17 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 4A77A1C7F94; Thu, 15 Nov 2012 14:19:12 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 4F0EEC8803; Thu, 15 Nov 2012 11:19:10 -0800 (PST) Date: Thu, 15 Nov 2012 19:19:00 -0000 From: Joel Brobecker To: Tom Tromey Cc: gdb-patches@sourceware.org Subject: Re: [1/10] RFC: update gnulib Message-ID: <20121115191910.GF3790@adacore.com> References: <87obiyzns7.fsf@fleche.redhat.com> <87zk2iy8z3.fsf@fleche.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87zk2iy8z3.fsf@fleche.redhat.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-11/txt/msg00424.txt.bz2 > This first patch just updates gdb to the latest (as of yesterday) > gnulib. I wanted to use a few modules that weren't in the version we > were pegged to. FTR: This will also have the nice side-effect of bringing in some changes to the errno module that I need for Lynx178, regarding EINVAL: commit daf7f8c02242c535d596231e2f655109b97fa2bc Author: Paul Eggert Date: Thu Nov 1 15:29:14 2012 -0700 errno: port to LynxOS 178 2.2.2 Problem reported by Joel Brobecker in . * doc/posix-headers/errno.texi (errno.h): Document this. * lib/errno.in.h (EILSEQ, GNULIB_defined_EILSEQ) [!EILSEQ]: New macros. * lib/strerror-override.c, lib/strerror-override.h (strerror_override): Supply a string for EILSEQ. * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Check for EILSEQ. -- Joel