Commit 7387c700 by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

Fix typo in ChangeLog and actually commit mmix.h

From-SVN: r48710
parent 115b6181
......@@ -37,7 +37,7 @@
function.
* config/mmix/mmix-protos.h (mmix_asm_identify_gcc): Don't
prototype.
* config/mmix/mmix.c (ASM_IDENTIFY_GCC): Remove unused macro.
* config/mmix/mmix.h (ASM_IDENTIFY_GCC): Remove unused macro.
2002-01-09 Kazu Hirata <kazu@hxi.com>
......
......@@ -953,9 +953,6 @@ const_section () \
#define ASM_FILE_END(STREAM) \
mmix_asm_file_end (STREAM)
#define ASM_IDENTIFY_GCC(STREAM) \
mmix_asm_identify_gcc (STREAM)
/* While any other punctuation character but ";" would do, we prefer "%"
or "!"; "!" is an unary operator and so will not be mistakenly included
in correctly formed expressions. The hash character adds mass; catches
......
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