Applied.
* configure.tgt (i386-*-gnu*): Set em=gnu.
* config/te-gnu.h: New file.
* config/tc-i386.c: Don't use '/' as comment char for TE_GNU.
Thank you.
___
Bug-hurd mailing list
Bug-hurd@gnu.org
http://lists.gnu.o
On Tue, Nov 08, 2005 at 11:40:29PM +0100, Alfred M. Szmidt wrote:
>> > On i586-pc-gnu, '/' anywhere on the line starts a comment.
>> > This is because the original x86 sysv assembler used '/' to
>> > start comments. In mid 1998, I changed this for the linux
>> > version of x86 gas,
> > On i586-pc-gnu, '/' anywhere on the line starts a comment.
> > This is because the original x86 sysv assembler used '/' to
> > start comments. In mid 1998, I changed this for the linux
> > version of x86 gas, so that '/' could be used in expressions as
> > a divide operator. Ot
On Tue, Nov 08, 2005 at 10:55:51AM -0500, Thomas Schwinge wrote:
> On Tue, Nov 08, 2005 at 10:10:35AM +1030, Alan Modra wrote:
> > On i586-pc-gnu, '/' anywhere on the line starts a comment. This is
> > because the original x86 sysv assembler used '/' to start comments.
> > In mid 1998, I changed t
On Tue, Nov 08, 2005 at 10:10:35AM +1030, Alan Modra wrote:
> On i586-pc-gnu, '/' anywhere on the line starts a comment. This is
> because the original x86 sysv assembler used '/' to start comments.
> In mid 1998, I changed this for the linux version of x86 gas, so that
> '/' could be used in expr
On Mon, Nov 07, 2005 at 02:30:55PM -0500, Thomas Schwinge wrote:
> Could someone please comment on the following difference, which still
> persists:
>
> #v+
> $ cat > foo.s
> .text
> start:
> push 3/2
> #v-
>
> Natively, i686-pc-linux-gnu:
> #v+
> $ gas/as-new foo.s
> $ objdump -d a.out
> [...]
>
[ CCed to bug-hurd for your information. ]
Hi!
That one:
#v+
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED] 2005-11-07 06:03:50
Modified files:
gas/testsuite : ChangeLog
gas/testsuite/gas/i386: divide.d divide.s i386.exp intelok.d
Log me