From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtprelay0225.hostedemail.com ([216.40.44.225]:34038 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750753AbbDPUbM (ORCPT ); Thu, 16 Apr 2015 16:31:12 -0400 From: Joe Perches Subject: [PATCH 0/2] Integrate compiler-gcc[345].h files into compiler-gcc.h Date: Thu, 16 Apr 2015 13:31:01 -0700 Message-Id: In-Reply-To: <20150416162938.GU2366@two.firstfloor.org> References: <20150416162938.GU2366@two.firstfloor.org> Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Andrew Morton , Andi Kleen , linux-kernel@vger.kernel.org Cc: Michal Marek , linux-kbuild@vger.kernel.org, Andi Kleen , Segher Boessenkool , Sasha Levin Joe Perches (2): compiler-gcc.h: Neatening compiler-gcc: Integrate the various compiler-gcc[345].h files include/linux/compiler-gcc.h | 207 +++++++++++++++++++++++++++++++++--------- include/linux/compiler-gcc3.h | 23 ----- include/linux/compiler-gcc4.h | 91 ------------------- include/linux/compiler-gcc5.h | 67 -------------- 4 files changed, 162 insertions(+), 226 deletions(-) delete mode 100644 include/linux/compiler-gcc3.h delete mode 100644 include/linux/compiler-gcc4.h delete mode 100644 include/linux/compiler-gcc5.h -- 2.1.2