This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [PATCH] define INT_ASM_OP in config/i386/i386-aout.h


> From: Michael Elizabeth Chastain <chastain@cygnus.com>
> Date: Tue, 26 Sep 2000 12:23:53 -0700

> + #define INT_ASM_OP ".long"

For the committer:
The semantics of ASM_OP:s very recently changed to include
surrounding spacing.  Not that INT_ASM_OP is documented, but at
least it's consistent.

So this should now be "\t.long\t".

brgds, H-P

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]