From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Deegan Subject: [PATCH 0 of 7 v2] Make xen build with clang/LLVM again Date: Thu, 5 Apr 2012 16:51:49 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org This series makes the hypervisor build with clang/LLVM again, after a certain amount of bit-rot. Since v1: - Changed an xmalloc+memset pair to xzalloc in the memset patch - Reworked the spinlock patch not to touch gcc builds - Added a patch to indirect all __section__ directives through a macro. - Commented up the ugly __attribute__((used)) change and moved it into the definition of __section().