diff options
Diffstat (limited to 'gcc/config/m68k/coff.h')
-rw-r--r-- | gcc/config/m68k/coff.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/config/m68k/coff.h b/gcc/config/m68k/coff.h index 7bc0daacded..14090cd5729 100644 --- a/gcc/config/m68k/coff.h +++ b/gcc/config/m68k/coff.h @@ -46,12 +46,6 @@ Boston, MA 02110-1301, USA. */ #undef REGISTER_PREFIX #define REGISTER_PREFIX "%" -/* In the machine description we can't use %R, because it will not be seen - by ASM_FPRINTF. (Isn't that a design bug?). */ - -#undef REGISTER_PREFIX_MD -#define REGISTER_PREFIX_MD "%%" - /* config/m68k.md has an explicit reference to the program counter, prefix this by the register prefix. */ |