From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 87413 invoked by alias); 8 Jun 2017 07:31:36 -0000 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 Received: (qmail 87377 invoked by uid 89); 8 Jun 2017 07:31:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:1386, H*r:Unknown, Home, H*R:D*net X-HELO: m69-169.mailgun.net Received: from m69-169.mailgun.net (HELO m69-169.mailgun.net) (166.78.69.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 08 Jun 2017 07:31:33 +0000 X-Mailgun-Sending-Ip: 166.78.69.169 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Received: from github.com (Unknown [192.30.252.34]) by mxa.mailgun.org with ESMTP id 5938fd57.7fcb48438960-smtp-out-n03; Thu, 08 Jun 2017 07:31:35 -0000 (UTC) Date: Thu, 08 Jun 2017 22:06:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <5938fd57d282c_e6e3fd63d617c38109965@hookshot-fe2-cp1-prd.iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] 16d166: Force wide char support in uClibc if GDB8 is enabl... Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5938fd57d24b0_e6e3fd63d617c381098f6"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-06/txt/msg00012.txt.bz2 ----==_mimepart_5938fd57d24b0_e6e3fd63d617c381098f6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 1357 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 16d166c2c87a232fae40f8613d43a08fe8cbdc90 https://github.com/crosstool-ng/crosstool-ng/commit/16d166c2c87a232fae40f8613d43a08fe8cbdc90 Author: Alexey Neyman Date: 2017-06-08 (Thu, 08 Jun 2017) Changed paths: M config/debug/gdb.in.gdbserver M config/debug/gdb.in.native Log Message: ----------- Force wide char support in uClibc if GDB8 is enabled GDB8 (or rather gnulib that is a part of it) provides a fallback mbstate_t definition - but GCC's C++ headers (which are used via stdint.h since GDB8 uses C++) provide another mbstate_t if libc does not have wide char support. These two definitions conflict with each other. Signed-off-by: Alexey Neyman Commit: 29ecbf84c86098423a7228765aa9324c931eecc8 https://github.com/crosstool-ng/crosstool-ng/commit/29ecbf84c86098423a7228765aa9324c931eecc8 Author: Alexey Neyman Date: 2017-06-08 (Thu, 08 Jun 2017) Changed paths: M config/debug/gdb.in.gdbserver M config/debug/gdb.in.native Log Message: ----------- Merge pull request #739 from stilor/sh4-gdb-uclibc Force wide char support in uClibc if GDB8 is enabled Compare: https://github.com/crosstool-ng/crosstool-ng/compare/10089f3c9aa4...29ecbf84c860 ----==_mimepart_5938fd57d24b0_e6e3fd63d617c381098f6--