From patchwork Fri Apr 21 06:21:09 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 97872 Delivered-To: patch@linaro.org Received: by 10.140.109.52 with SMTP id k49csp177082qgf; Thu, 20 Apr 2017 23:22:30 -0700 (PDT) X-Received: by 10.99.50.71 with SMTP id y68mr10602961pgy.31.1492755750263; Thu, 20 Apr 2017 23:22:30 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q10si9211860pge.311.2017.04.20.23.22.30; Thu, 20 Apr 2017 23:22:30 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@nifty.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1035767AbdDUGWX (ORCPT + 14 others); Fri, 21 Apr 2017 02:22:23 -0400 Received: from conuserg-09.nifty.com ([210.131.2.76]:58617 "EHLO conuserg-09.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1035747AbdDUGWR (ORCPT ); Fri, 21 Apr 2017 02:22:17 -0400 Received: from pug.e01.socionext.com (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-09.nifty.com with ESMTP id v3L6LGaQ028192; Fri, 21 Apr 2017 15:21:16 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-09.nifty.com v3L6LGaQ028192 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1492755677; bh=XzuxpIY+C8mJC0Dp2o8hE/GDXAKbW58TQcfMc5YjJjc=; h=From:To:Cc:Subject:Date:From; b=v/58H8EQCA4gFpcMyr5y9SIzG777iJkjxEFk4+cSSVXpYp80CMckcPxy3dWRkym9u 8D5Kaz4tfR2GsXX3+4aSktm8nyXzmMkWAxUiWWmUZQoJOH/cTWLwZ48tTNifzI4f2x ZUnHCUzAe4OsJ7sp8yoOISz53L2b58HqDzyCAcOK9keiBgq/q6rVhVSuYvL20m4Ged hc2I3YiNTI4h6SqLpi89efAuT4gByc2PpbKu46KWFrKsQ9krUn9U6jwueaw7Rutl2o cybNvojpk3lT7Y905aCJhCYyKMdGRSV1rjWRV9f4vAjQn3yvCmU3alXRYhJ6Ow+eWf 3MQxS4f7YXvYw== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: linux-kbuild@vger.kernel.org Cc: Matthias Kaehlcke , David Howells , Michael Davidson , Michal Marek , Jan Beulich , Alexander van Heukelum , Masahiro Yamada , Jeroen Hofstee , linux-kernel@vger.kernel.org Subject: [PATCH v2 0/2] kbuild: cleanup asm-offset generation, and make it work with clang Date: Fri, 21 Apr 2017 15:21:09 +0900 Message-Id: <1492755671-19005-1-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 1/2 is a trivial cleanup of sed script 2/2 imports clang work-around from U-Boot. Changes in v2: - V1 did not work with LLVM's integrated assembler because it uses instead of around the .ascii string. Restore [:space:]. Jeroen Hofstee (1): kbuild: fix asm-offset generation to work with clang Masahiro Yamada (1): kbuild: consolidate redundant sed script ASM offset generation include/linux/kbuild.h | 6 +++--- scripts/Makefile.lib | 9 ++++++--- 2 files changed, 9 insertions(+), 6 deletions(-) -- 2.7.4