From 9504c31c84dfa9023a086c2947df8076bd4d5463 Mon Sep 17 00:00:00 2001 From: Lee Iverson Date: Wed, 11 Feb 1998 13:04:01 +0000 Subject: [PATCH] Patch from Lee Iverson. * mips/mips.h (mips_abi_string): Correct typo in comment. From-SVN: r17858 --- gcc/ChangeLog | 4 ++++ gcc/config/mips/mips.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e44c4570c2c..7dd1dfa6a18 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Wed Feb 11 12:59:56 1998 Lee Iverson + + * mips/mips.h (mips_abi_string): Correct typo in comment. + Wed Feb 11 08:29:56 1998 Gavin Koch * mips/mips.md (movdi): These PLUS's need to be Pmode. diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index 42f9da1862b..3204dee22c9 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -139,7 +139,7 @@ extern int mips16_hard_float; /* mips16 without -msoft-float */ extern int mips_entry; /* generate entry/exit for mips16 */ extern char *mips_cpu_string; /* for -mcpu= */ extern char *mips_isa_string; /* for -mips{1,2,3,4} */ -extern char *mips_abi_string; /* for -misa={32,n32,64} */ +extern char *mips_abi_string; /* for -mabi={32,n32,64} */ extern char *mips_entry_string; /* for -mentry */ extern char *mips_no_mips16_string; /* for -mno-mips16 */ extern int mips_split_addresses; /* perform high/lo_sum support */ -- 2.30.2