From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-in-11.arcor-online.net (mail-in-11.arcor-online.net [151.189.21.51]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.arcor.de", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTP id EE197DDEE4 for ; Thu, 17 May 2007 22:06:55 +1000 (EST) In-Reply-To: <17996.13115.456275.413478@cargo.ozlabs.ibm.com> References: <17996.13115.456275.413478@cargo.ozlabs.ibm.com> Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <76ac246f0188437c6ad8922466947f88@kernel.crashing.org> From: Segher Boessenkool Subject: Re: Please pull from 'for_paulus' branch Date: Thu, 17 May 2007 14:05:58 +0200 To: Paul Mackerras Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , >> - .comm next_slot,4 >> - .comm primary_pteg_full,4 >> - .comm htab_hash_searches,4 >> + .section .bss >> + .align 2 >> +next_slot: >> + .space 4 >> +primary_pteg_full: >> + .space 4 >> +htab_hash_searches: >> + .space 4 >> + .previous Looks like it is missing some .globl? Segher