aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1999-03-18 21:34:46 +0000
committerJeff Law <law@gcc.gnu.org>1999-03-18 14:34:46 -0700
commit8ae4a315e8d94d4d74c1438d60ed1d8b2140468b (patch)
tree90d7e38834cf306251fe5cc335b7b59819723ac1 /gcc
parentd19e73b8bb1d51eb898d90645f9cc634dab17f4f (diff)
downloadgcc-8ae4a315e8d94d4d74c1438d60ed1d8b2140468b.zip
gcc-8ae4a315e8d94d4d74c1438d60ed1d8b2140468b.tar.gz
gcc-8ae4a315e8d94d4d74c1438d60ed1d8b2140468b.tar.bz2
* mn10300.h (TARGET_SWITCHES): Add documentation.
From-SVN: r25844
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog1
-rw-r--r--gcc/config/mn10300/mn10300.h4
2 files changed, 3 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 59e7d22..5a53ecd 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,6 @@
Thu Mar 18 22:28:53 1999 Jeffrey A Law (law@cygnus.com)
+ * mn10300.h (TARGET_SWITCHES): Add documentation.
* h8300.h (TARGET_SWITCHES): Add documentation.
Thu Mar 18 15:58:26 1999 Nick Clifton <nickc@cygnus.com>
diff --git a/gcc/config/mn10300/mn10300.h b/gcc/config/mn10300/mn10300.h
index 5eb2aef..04a19cf 100644
--- a/gcc/config/mn10300/mn10300.h
+++ b/gcc/config/mn10300/mn10300.h
@@ -47,8 +47,8 @@ extern int target_flags;
/* Generate code to work around mul/mulq bugs on the mn10300. */
#define TARGET_MULT_BUG (target_flags & 0x1)
#define TARGET_SWITCHES \
- {{ "mult-bug", 0x1}, \
- { "no-mult-bug", -0x1}, \
+ {{ "mult-bug", 0x1, "Work around hardware multiply bug"}, \
+ { "no-mult-bug", -0x1, "Do not work around hardware multiply bug"},\
{ "", TARGET_DEFAULT}}
#ifndef TARGET_DEFAULT