Re: gnu assembler

2004-06-13 Thread Lorenzo Prince
Thus spake Rob Benton:
# Is there a package somewhere with gas in it?  The binutils-doc has info 
# pages for it but I don't see it in the binutils package.  Is it out 
# there somewhere in a package?

It is part of binutils.  The filename is /usr/bin/as, but it definitely is the
GNU assembler used by gcc.

HTH,
PRINCE


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



gnu assembler

2004-06-12 Thread Rob Benton
Is there a package somewhere with gas in it?  The binutils-doc has info 
pages for it but I don't see it in the binutils package.  Is it out 
there somewhere in a package?

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: gnu assembler

2004-06-12 Thread J.H.M. Dassen (Ray)
On Sat, Jun 12, 2004 at 15:01:06 -0500, Rob Benton wrote:
 Is there a package somewhere with gas in it?  The binutils-doc has info 
 pages for it but I don't see it in the binutils package.

Look again. It's /usr/bin/as.

HTH,
Ray
-- 
Pinky, Are You Pondering What I'm Pondering?
I think so Brain, but if we give peas a chance, won't the lima beans feel
left out? 
Pinky and the Brain in All You Need Is Narf


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



longitud del nombre de un fuente en Gnu assembler

2000-08-30 Thread MC_Vai
Existe algun bug (o algo por el estilo) en as (GNU Assembler) que impida
que un archivo fuente cuyo nombre sea de longitud = 3 caracteres sea
ensamblado?

Lo que pasa es que no puedo ensamblar con la tabla de simbolos activa
(para el depurador), archivos cuya longitus de nombre sean = 3
caracteres. p.e. si tengo un archivo fuente llamado foo.S y lo quiero
ensamblar asi:
% as --gstabs -o foo.o foo.S
me genera el siguiente mensaje de error:
---
foo.S: Assembler messages:
foo.S:43: Error: local label 0 (instance number 0 of a dollar label)
is not defined
---
El mensaje de error no se genera si omito el flag --gstabs o si renombro
el fuente a un nombre cuya longitud sea != 3 (p.e foo1.S funciona bien).

Es normal esto? o es que tengo una instalacion rara y/o buggienta en
mi sistema.
De antemano gracias por cualquier ayuda y un saludo.

PD La version de as que tengo instalada en mi sistema (woody) es la
2.10.90