From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-x232.google.com (mail-wm0-x232.google.com [IPv6:2a00:1450:400c:c09::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 4861581D17 for ; Fri, 28 Oct 2016 02:28:32 -0700 (PDT) Received: by mail-wm0-x232.google.com with SMTP id b80so84382070wme.1 for ; Fri, 28 Oct 2016 02:28:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=us63YAbgbj/5NrjK6Eh3CE/qzlVKVunsVi3elJupBIw=; b=KaB3x/3WhiEbHKSQnSnY29MSS+Fm6NNtFp8ienkaG/jqxllazCnEYrZgjDzlHHxgeK K2XJ2WQ+7LzSyt20491nz7FVKcaA7ri3meRlS+DtDmVc0tAcwR+wYND/lGXs0fOOCZex v65zOjziOvWVMFfXnE9KUYCR9KL3+1uqT5uQI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=us63YAbgbj/5NrjK6Eh3CE/qzlVKVunsVi3elJupBIw=; b=G+8dwTdxBl5n7dW3zUn46rkWWFTbpIx4PGcxtGCPPFTatL3uAAayDyrwCiyg+tt/xU +HzrDXjCasCKm1tANl1UPWwzs2NdEFnMTn460uy+VhV/gLmBMOq179XtVje0SM4IHZpA pZzCLBD6TKtOqZ2G9SXgIsV1zuIwz4lphRVjuCXPq7DR25YQqLPvFGrp1RdpPNCRJRkq ATFTMBuGNKyF5In+lIaS7ZVOeRk5KlruCp/mrvTpot2nZiWpt5d3MG5gjalMB1RtQnPP HI6h4Et6+aue7w8Yoiw+isnT55PvXT6Sd0GpA0FWL5UDmLG6ntEBj6C6lyAIGR7Lk+2A rUXw== X-Gm-Message-State: ABUngve9W5syoqudp5p4F5+UTufPBAWK4w3QVnkHR0OHKPTTcMJbc/K/vbWNMAsqJ6wt5oVi X-Received: by 10.194.154.227 with SMTP id vr3mr11144354wjb.127.1477646907898; Fri, 28 Oct 2016 02:28:27 -0700 (PDT) Received: from localhost.localdomain ([105.150.227.229]) by smtp.gmail.com with ESMTPSA id t129sm5074228wmg.23.2016.10.28.02.28.26 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 28 Oct 2016 02:28:27 -0700 (PDT) From: Ard Biesheuvel To: edk2-devel@lists.01.org, leif.lindholm@linaro.org Cc: lersek@redhat.com, ryan.harkin@linaro.org, Ard Biesheuvel Date: Fri, 28 Oct 2016 10:28:12 +0100 Message-Id: <1477646896-21444-3-git-send-email-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1477646896-21444-1-git-send-email-ard.biesheuvel@linaro.org> References: <1477646896-21444-1-git-send-email-ard.biesheuvel@linaro.org> Subject: [PATCH v3 2/6] ArmPkg/ArmCortexA9Lib RVCT: remove incompatible GCC include X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2016 09:28:32 -0000 Drop the include of AsmMacroIoLib.h, which contains GCC preprocessor macros that RVCT does not use or require, given it has its own AsmMacroIoLib.inc Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel Tested-by: Ryan Harkin Reviewed-by: Leif Lindholm --- ArmPkg/Drivers/ArmCpuLib/ArmCortexA9Lib/ArmCortexA9Helper.asm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ArmPkg/Drivers/ArmCpuLib/ArmCortexA9Lib/ArmCortexA9Helper.asm b/ArmPkg/Drivers/ArmCpuLib/ArmCortexA9Lib/ArmCortexA9Helper.asm index 1417c9a78204..882f25b780cd 100644 --- a/ArmPkg/Drivers/ArmCpuLib/ArmCortexA9Lib/ArmCortexA9Helper.asm +++ b/ArmPkg/Drivers/ArmCpuLib/ArmCortexA9Lib/ArmCortexA9Helper.asm @@ -11,10 +11,6 @@ // // -#include -#include -#include - INCLUDE AsmMacroExport.inc INCLUDE AsmMacroIoLib.inc -- 2.7.4