diff options
Diffstat (limited to 'gcc/config/mmix/mmix.c')
-rw-r--r-- | gcc/config/mmix/mmix.c | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/gcc/config/mmix/mmix.c b/gcc/config/mmix/mmix.c index 8aa1d3a2c9d..db4bb4c1e54 100644 --- a/gcc/config/mmix/mmix.c +++ b/gcc/config/mmix/mmix.c @@ -21,6 +21,8 @@ Boston, MA 02111-1307, USA. */ #include "config.h" #include "system.h" +#include "coretypes.h" +#include "tm.h" #include "rtl.h" #include "regs.h" #include "hard-reg-set.h" @@ -1577,17 +1579,6 @@ mmix_asm_output_labelref (stream, name) name); } -/* ASM_OUTPUT_INTERNAL_LABEL. */ - -void -mmix_asm_output_internal_label (stream, name, num) - FILE * stream; - const char * name; - int num; -{ - fprintf (stream, "%s:%d\tIS @\n", name, num); -} - /* ASM_OUTPUT_DEF. */ void |