diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-02-22 15:46:28 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-02-22 15:46:28 +0000 |
commit | a73a02d4abe0f60de65430a0a424523328183dac (patch) | |
tree | 67e23990fe17046d32a863d25079fd4417959f45 /gcc/config/lm32 | |
parent | 34038a3641143619b4c19bb31810a2e41c434714 (diff) | |
download | gcc-a73a02d4abe0f60de65430a0a424523328183dac.tar.gz |
2011-02-22 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 170399 using svnmerge
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@170403 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/lm32')
-rw-r--r-- | gcc/config/lm32/lm32.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/lm32/lm32.h b/gcc/config/lm32/lm32.h index 641d48e723e..63f1096b9cf 100644 --- a/gcc/config/lm32/lm32.h +++ b/gcc/config/lm32/lm32.h @@ -1,7 +1,7 @@ /* Definitions of target machine for GNU compiler, Lattice Mico32 architecture. Contributed by Jon Beniston <jon@beniston.com> - Copyright (C) 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GCC. @@ -54,7 +54,7 @@ %{mdivide-enabled} \ %{mbarrel-shift-enabled} \ %{msign-extend-enabled} \ -%{muser-extend-enabled} \ +%{muser-enabled} \ " /* Let link script define all link options. |