From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from pippin.tausq.org (gandalf.tausq.org [64.81.244.94]) by dsl2.external.hp.com (Postfix) with ESMTP id 8A53B482B for ; Fri, 22 Nov 2002 09:12:02 -0700 (MST) Date: Fri, 22 Nov 2002 08:14:55 -0800 From: Randolph Chung To: "FARINATI,LEANDRO (HP-Brazil,ex1)" Cc: parisc-linux@lists.parisc-linux.org Subject: Re: [parisc-linux] pa-risc assembler Message-ID: <20021122161455.GI21187@tausq.org> Reply-To: Randolph Chung References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Sender: parisc-linux-admin@lists.parisc-linux.org Errors-To: parisc-linux-admin@lists.parisc-linux.org List-Help: List-Post: List-Subscribe: , List-Id: parisc-linux developers list List-Unsubscribe: , List-Archive: > I would like to know about usage of .subspa, because I am converting > some asm sourcecodes in hp-ux to linux. > When iI will try to compile the source code with "cc --hppa-linux > -std=iso9899:1990 -march=2.0 -mpa-risc-2-0 -D__KERNEL__ -I../../include -I. > -c -o myfile.o myfile.s, the result is always" the same "Error: unknown > pseudo-op: `.subspa'". > Why this happens? hppa-linux doesn't use the .subspa directive. depending on the particular construct it will need to be translated into .text, .rodata, .bss, etc... HTH, randolph -- Randolph Chung Debian GNU/Linux Developer, hppa/ia64 ports http://www.tausq.org/