Commit 02b35b12 by Richard Stallman

(NO_DOT_IN_LABEL, NO_DOLLAR_IN_LABEL): Defined.

From-SVN: r6104
parent 89771b7f
...@@ -23,6 +23,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -23,6 +23,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define SGS_NO_LI /* Suppress jump table label usage */ #define SGS_NO_LI /* Suppress jump table label usage */
#endif #endif
#define NO_DOLLAR_IN_LABEL
#define NO_DOT_IN_LABEL
#include "m68k/m68k.h" #include "m68k/m68k.h"
/* See m68k.h. 7 means 68020 with 68881. */ /* See m68k.h. 7 means 68020 with 68881. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment