(COMMENT_BEGIN): Redefine as #.
(ASM_APP_ON, ASM_APP_OFF): Redefine to use #. From-SVN: r2782
This commit is contained in:
parent
89c6a30a01
commit
39d7b60596
@ -47,8 +47,7 @@
|
||||
}
|
||||
|
||||
/* There are conflicting reports about whether this system uses
|
||||
a different assembler syntax. */
|
||||
#if 0
|
||||
a different assembler syntax. wilson@cygnus.com says # is right. */
|
||||
#undef COMMENT_BEGIN
|
||||
#define COMMENT_BEGIN "#"
|
||||
|
||||
@ -57,7 +56,6 @@
|
||||
|
||||
#undef ASM_APP_OFF
|
||||
#define ASM_APP_OFF "#NO_APP\n"
|
||||
#endif
|
||||
|
||||
/* Defines to be able to build libgcc.a with GCC.
|
||||
These are the same as in i386mach.h. */
|
||||
|
Loading…
Reference in New Issue
Block a user