diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-01-31 22:36:42 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-01-31 22:36:42 +0000 |
commit | afd8d7092620d7ba1357ea9f465ad42a1c618cfd (patch) | |
tree | e32758edb18727f4ac444dbf93c8bfe9bd3591c4 | |
parent | 4f5bbfa4a63e405ee4f02381cf94e86c3c72dac2 (diff) | |
download | gcc-afd8d7092620d7ba1357ea9f465ad42a1c618cfd.tar.gz |
* config/arc/arc.opt (EB, EL): New Driver options.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@169454 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/arc/arc.opt | 8 |
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) |