From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 47309 invoked by alias); 1 Feb 2018 00:42:15 -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 47292 invoked by uid 89); 1 Feb 2018 00:42:15 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-5.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*r:Unknown, panels, relational, H*c:mimHpHrt X-HELO: m69-170.mailgun.net Received: from m69-170.mailgun.net (HELO m69-170.mailgun.net) (166.78.69.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 01 Feb 2018 00:42:13 +0000 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== X-Mailgun-Sending-Ip: 166.78.69.170 Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5a726263.7f351c051360-smtp-out-n02; Thu, 01 Feb 2018 00:42:11 -0000 (UTC) Date: Thu, 01 Feb 2018 00:42:00 -0000 From: Bryan Hundven Reply-To: Bryan Hundven To: crossgcc@sourceware.org Message-ID: <5a72626236bcb_72b82adaba8bfc08525a0@hookshot-fe-da92815.cp1-iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] 59b08f: Sync kconfig files with upstream 4.15 Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5a726262366d6_72b82adaba8bfc0852431"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-02/txt/msg00000.txt.bz2 ----==_mimepart_5a726262366d6_72b82adaba8bfc0852431 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 1776 Branch: refs/heads/update_kconfig_4_15 Home: https://github.com/crosstool-ng/crosstool-ng Commit: 59b08f8d06700770cf1105269acb2ec2460e2a34 https://github.com/crosstool-ng/crosstool-ng/commit/59b08f8d06700770cf1105269acb2ec2460e2a34 Author: Bryan Hundven Date: 2018-01-31 (Wed, 31 Jan 2018) Changed paths: M kconfig/.gitignore M kconfig/Makefile.in M kconfig/check.sh M kconfig/conf.c M kconfig/expr.c M kconfig/expr.h A kconfig/kconf_id.c M kconfig/list.h M kconfig/lkc.h M kconfig/lkc_proto.h M kconfig/lxdialog/check-lxdialog.sh M kconfig/menu.c M kconfig/nconf.c M kconfig/nconf.gui.c M kconfig/symbol.c R kconfig/zconf.gperf M kconfig/zconf.y Log Message: ----------- Sync kconfig files with upstream 4.15 Last updated with 4.9-rc7. This commit introduces the following upstream changes: 9059a3493efe kconfig: fix relational operators for bool and tristate symbols 88127dae6ed9 kconfig/symbol.c: use correct pointer type argument for sizeof b24413180f56 License cleanup: add SPDX GPL-2.0 license identifier to files with no license bb3290d91695 Remove gperf usage from toolchain ad8181060788 kconfig: fix sparse warnings in nconfig ff85a1a80e00 kconfig: Check for libncurses before menuconfig 9be3213b14d4 gconfig: remove misleading parentheses around a condition 83c3a1bad224 xconfig: fix missing suboption and help panels on first run e039303ff71a xconfig: fix 'Show Debug' functionality 79e51b5c2dee kconfig/nconf: Fix hang when editing symbol with a long prompt 0eb47346968f Scripts: kconfig: nconf: fix _GNU_SOURCE redefined warning 237e3ad0f195 Kconfig: Introduce the "imply" keyword Signed-off-by: Bryan Hundven ----==_mimepart_5a726262366d6_72b82adaba8bfc0852431--