summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/arc/arc.opt8
2 files changed, 11 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 9d2cf459316..90e4c78c0cf 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,9 @@
2011-01-31 Joseph Myers <joseph@codesourcery.com>
+ * config/arc/arc.opt (EB, EL): New Driver options.
+
+2011-01-31 Joseph Myers <joseph@codesourcery.com>
+
* config/alpha/osf5.opt: New.
* config.gcc (alpha*-dec-osf5.1*): Use alpha/osf5.opt.
diff --git a/gcc/config/arc/arc.opt b/gcc/config/arc/arc.opt
index dc47fc8f890..e5381f95afc 100644
--- a/gcc/config/arc/arc.opt
+++ b/gcc/config/arc/arc.opt
@@ -1,6 +1,6 @@
; Options for the Argonaut ARC port of the compiler
;
-; Copyright (C) 2005, 2007 Free Software Foundation, Inc.
+; Copyright (C) 2005, 2007, 2011 Free Software Foundation, Inc.
;
; This file is part of GCC.
;
@@ -18,6 +18,12 @@
; along with GCC; see the file COPYING3. If not see
; <http://www.gnu.org/licenses/>.
+EB
+Driver
+
+EL
+Driver
+
malign-loops
Target Undocumented Report Mask(ALIGN_LOOPS)