Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Jan 1998 23:06:14 +0100 (MET)
From:      j@uriah.heep.sax.de (J Wunsch)
To:        freebsd-hackers@FreeBSD.ORG
Subject:   Re: Wine 980104 assembler error
Message-ID:  <199801042206.XAA21347@uriah.heep.sax.de>
References:  <Pine.NEB.3.96.980104170809.235d-100000@thelab.hub.org>

next in thread | previous in thread | raw e-mail | index | archive | help
The Hermit Hacker <scrappy@hub.org> wrote:

> 	Now, I don't know assembler, which is what this is (right?) ... 
> what should this be under FreeBSD?  Is there an equivalent?

j@uriah 321% /usr/libexec/cc1 -quiet
char foo[] = "hello, world!";
^D
	.file	"gccdump"
gcc2_compiled.:
___gnu_compiled_c:
..globl _foo
..data
	.type	 _foo,@object
	.size	 _foo,14
_foo:
	.ascii "hello, world!\0"

So it seems .ascii is what you're looking for.

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199801042206.XAA21347>