From patchwork Thu Oct 31 20:41:05 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Terekhov, Mikhail via Gdb-patches" X-Patchwork-Id: 35536 Received: (qmail 34394 invoked by alias); 31 Oct 2019 20:41:12 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 34386 invoked by uid 89); 31 Oct 2019 20:41:12 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-22.2 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:749 X-HELO: mail-qk1-f202.google.com Received: from mail-qk1-f202.google.com (HELO mail-qk1-f202.google.com) (209.85.222.202) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 31 Oct 2019 20:41:11 +0000 Received: by mail-qk1-f202.google.com with SMTP id v143so6963887qka.21 for ; Thu, 31 Oct 2019 13:41:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=date:message-id:mime-version:subject:from:to:cc; bh=DXiwm4qJnHP8kA+uK1l00H2cmw9C57f6efpRDgjlLo0=; b=vafo4hWztSorxcK0ddRuzE3yqBmoWy/NolppVBbhuc5uzbatlH53O4coPzl10/Lgb6 awKujCrkVypdDWN4bEaGy5aas9uOceKmpsawEaEF58Um3BPy0xVpdg7cutaX2EAek+km 3UqoE4kV4dwTDtQ7KLDp1kZUfGmWi3mockNSZYXR5zz+d2U45kgps2T+1NoGmVRulm5m mTLEUvnndCV2yTZiNANSNVBlUEmko2WhAYWLWcOwe27fR6G9Cy/hqWxMolEStVS3b302 SaxJfQ/MSgH07zginz9gOfdHFoPaND7jEe0zm5ORWQ72rZodYULyTWL6RRnunfC1Dq+k 8MaQ== Date: Thu, 31 Oct 2019 15:41:05 -0500 Message-Id: <20191031204105.78494-1-cbiesinger@google.com> Mime-Version: 1.0 Subject: [FYI/PUSHED] Regenerate config.in X-Patchwork-Original-From: "Christian Biesinger via gdb-patches" From: "Terekhov, Mikhail via Gdb-patches" Reply-To: Christian Biesinger To: gdb-patches@sourceware.org Cc: Christian Biesinger X-IsSubscribed: yes I forgot to do this in the last commit (b231e86ac9608056ea837e24d42a878927f5787a) gdb/ChangeLog: 2019-10-31 Christian Biesinger * config.in: Regenerate. Change-Id: I60946ffd853a59469c35f19ef8012ac6ea88a31c --- gdb/config.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gdb/config.in b/gdb/config.in index fc05f154b7..5a21fca981 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -423,6 +423,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H +/* Define to 1 if you have the `strerror_r' function. */ +#undef HAVE_STRERROR_R + /* Define to 1 if you have the header file. */ #undef HAVE_STRINGS_H