diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-01-14 18:34:35 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-01-14 18:34:35 +0000 |
commit | 4b2eb5772fc4730e07ae4881d2deca5cc50331b6 (patch) | |
tree | a66992bf53dce24fabbf556207cb7e49c9e4031b | |
parent | 00c62112ce65fa495a8e1373c6170efc968a5e1b (diff) | |
download | gcc-4b2eb5772fc4730e07ae4881d2deca5cc50331b6.tar.gz |
* mips.h: Fix some type-o's from a previous change.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17353 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/mips/mips.h | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6cf26de5b15..1ac703e44bd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Wed Jan 14 19:36:08 1998 Gavin Kock (gavin@cygnus.com) + + * mips.h: Fix some type-o's from a previous change. + Wed Jan 14 01:26:05 1998 Jeffrey A Law (law@cygnus.com) * loop.c (check_dbra_loop): Make sure initial value is a diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index 76b864410a7..8b0e6e33c44 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -537,7 +537,7 @@ extern void text_section (); { "cpu=", &mips_cpu_string }, \ { "ips", &mips_isa_string }, \ { "entry", &mips_entry_string }, \ - { "no-mips16", &mips_no_mips16_string } + { "no-mips16", &mips_no_mips16_string } \ } /* This is meant to be redefined in the host dependent files. */ @@ -545,7 +545,7 @@ extern void text_section (); #define GENERATE_BRANCHLIKELY (!TARGET_MIPS16 && (TARGET_MIPS3900 || (mips_isa >= 2))) #define GENERATE_MULT3 (TARGET_MIPS3900 \ - && !TARGET_MIPS16 + && !TARGET_MIPS16) #define GENERATE_MADD (TARGET_MIPS3900 \ && !TARGET_MIPS16) |