Re: [EMAIL PROTECTED]: src/gas/testsuite ChangeLog gas/i386/divide.d ...]

2005-11-16 Thread Alfred M\. Szmidt
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

Re: [EMAIL PROTECTED]: src/gas/testsuite ChangeLog gas/i386/divide.d ...]

2005-11-15 Thread Alan Modra
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,

Re: [EMAIL PROTECTED]: src/gas/testsuite ChangeLog gas/i386/divide.d ...]

2005-11-08 Thread Alfred M\. Szmidt
> > 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

Re: [EMAIL PROTECTED]: src/gas/testsuite ChangeLog gas/i386/divide.d ...]

2005-11-08 Thread Alan Modra
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

Re: [EMAIL PROTECTED]: src/gas/testsuite ChangeLog gas/i386/divide.d ...]

2005-11-08 Thread Thomas Schwinge
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

Re: [EMAIL PROTECTED]: src/gas/testsuite ChangeLog gas/i386/divide.d ...]

2005-11-07 Thread Alan Modra
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 > [...] >

[EMAIL PROTECTED]: src/gas/testsuite ChangeLog gas/i386/divide.d ...]

2005-11-07 Thread Thomas Schwinge
[ 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