X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=gcc%2Fconfig%2Fm68k%2Fnewsgas.h;fp=gcc%2Fconfig%2Fm68k%2Fnewsgas.h;h=0000000000000000000000000000000000000000;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=56db6dedd9d4d786299e2b93ba8100c6a6bdb0f7;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/gcc/config/m68k/newsgas.h b/gcc/config/m68k/newsgas.h deleted file mode 100644 index 56db6ded..00000000 --- a/gcc/config/m68k/newsgas.h +++ /dev/null @@ -1,19 +0,0 @@ -/* In Sony versions before 3.0, use the GNU Assembler, because the - system's assembler has no way to assemble the difference of two - labels for the displacement in a switch-dispatch instruction. */ - -#define USE_GAS - -/* This is the assembler directive to equate two values. */ - -#undef SET_ASM_OP -#define SET_ASM_OP "\t.set\t" - -/* This is how we tell the assembler that a symbol is weak. */ - -#undef ASM_WEAKEN_LABEL -#define ASM_WEAKEN_LABEL(FILE,NAME) \ - do { fputs ("\t.weak\t", FILE); assemble_name (FILE, NAME); \ - fputc ('\n', FILE); } while (0) - -#include "m68k/news.h"