aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@bitrange.com>2002-01-10 04:06:16 +0000
committerHans-Peter Nilsson <hp@gcc.gnu.org>2002-01-10 04:06:16 +0000
commit7387c700b9145a61705e834c9825bc7ab9b24129 (patch)
tree1b5471e9597b06468f732cb4759a94bda3dcf5a6
parent115b618171dea703f1785cf5b0a595985cf93f2a (diff)
downloadgcc-7387c700b9145a61705e834c9825bc7ab9b24129.zip
gcc-7387c700b9145a61705e834c9825bc7ab9b24129.tar.gz
gcc-7387c700b9145a61705e834c9825bc7ab9b24129.tar.bz2
Fix typo in ChangeLog and actually commit mmix.h
From-SVN: r48710
-rw-r--r--gcc/ChangeLog2
-rw-r--r--gcc/config/mmix/mmix.h3
2 files changed, 1 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index c30acc7..98d57fa 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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>
diff --git a/gcc/config/mmix/mmix.h b/gcc/config/mmix/mmix.h
index 65604c4..25a89d8 100644
--- a/gcc/config/mmix/mmix.h
+++ b/gcc/config/mmix/mmix.h
@@ -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