Commit 0d63bf21 by Richard Sandiford Committed by Richard Sandiford

* config/mips/mips.h: Formatting fix.

From-SVN: r79961
parent 740e5b6f
2004-03-25 Richard Sandiford <rsandifo@redhat.com>
* config/mips/mips.h: Formatting fix.
2004-03-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 2004-03-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* builtins.def: Add ctype builtins. * builtins.def: Add ctype builtins.
......
...@@ -256,7 +256,7 @@ extern const struct mips_cpu_info *mips_tune_info; ...@@ -256,7 +256,7 @@ extern const struct mips_cpu_info *mips_tune_info;
#define TARGET_FIX_R4000 (target_flags & MASK_FIX_R4000) #define TARGET_FIX_R4000 (target_flags & MASK_FIX_R4000)
/* Work around R4400 errata. */ /* Work around R4400 errata. */
#define TARGET_FIX_R4400 (target_flags & MASK_FIX_R4400) #define TARGET_FIX_R4400 (target_flags & MASK_FIX_R4400)
#define TARGET_FIX_VR4122 (target_flags & MASK_FIX_VR4122) #define TARGET_FIX_VR4122 (target_flags & MASK_FIX_VR4122)
/* True if we should use NewABI-style relocation operators for /* True if we should use NewABI-style relocation operators for
......
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