aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/nds32/nds32.opt1
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4501014..3c1efa7 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2014-11-21 Chung-Ju Wu <jasonwucj@gmail.com>
+
+ * config/nds32/nds32.opt (march): Add help message.
+
2014-11-20 Patrick Palka <ppalka@gcc.gnu.org>
* tree-vrp.c (test_for_singularity): New parameter
diff --git a/gcc/config/nds32/nds32.opt b/gcc/config/nds32/nds32.opt
index 4974f3b..0232629 100644
--- a/gcc/config/nds32/nds32.opt
+++ b/gcc/config/nds32/nds32.opt
@@ -71,6 +71,7 @@ Specify the name of the target architecture.
Enum
Name(nds32_arch_type) Type(enum nds32_arch_type)
+Known arch types (for use with the -march= option):
EnumValue
Enum(nds32_arch_type) String(v2) Value(ARCH_V2)