From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 56556 invoked by alias); 8 Apr 2015 17:19:52 -0000 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 Received: (qmail 56537 invoked by uid 89); 8 Apr 2015 17:19:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 08 Apr 2015 17:19:50 +0000 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id 5EE8F8E7BA for ; Wed, 8 Apr 2015 17:19:49 +0000 (UTC) Received: from brno.lan (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t38HJm9a019273 for ; Wed, 8 Apr 2015 13:19:48 -0400 From: Pedro Alves To: gdb-patches@sourceware.org Subject: [PATCH 0/2] Import gnulib strtok_r module Date: Wed, 08 Apr 2015 17:19:00 -0000 Message-Id: <1428513587-8471-1-git-send-email-palves@redhat.com> X-SW-Source: 2015-04/txt/msg00288.txt.bz2 Fix the build breakage reported here: https://sourceware.org/ml/gdb-patches/2015-04/msg00266.html Comments? Pedro Alves (2): update-gnulib.sh: work around aclocal warning with Perl >= 5.16 Import strtok_r gnulib module gdb/gnulib/Makefile.in | 1 + gdb/gnulib/aclocal.m4 | 1 + gdb/gnulib/config.in | 10 +++ gdb/gnulib/configure | 125 +++++++++++++++++++++++++++++++++++ gdb/gnulib/import/Makefile.am | 11 ++- gdb/gnulib/import/Makefile.in | 10 +-- gdb/gnulib/import/m4/gnulib-cache.m4 | 3 +- gdb/gnulib/import/m4/gnulib-comp.m4 | 9 +++ gdb/gnulib/import/m4/strtok_r.m4 | 74 +++++++++++++++++++++ gdb/gnulib/import/strtok_r.c | 76 +++++++++++++++++++++ gdb/gnulib/update-gnulib.sh | 19 +++++- 11 files changed, 332 insertions(+), 7 deletions(-) create mode 100644 gdb/gnulib/import/m4/strtok_r.m4 create mode 100644 gdb/gnulib/import/strtok_r.c mode change 100644 => 100755 gdb/gnulib/update-gnulib.sh -- 1.9.3