From: Joseph Myers Date: Wed, 16 Feb 2011 22:23:01 +0000 (+0000) Subject: lm32.h (ASM_SPEC): Use %{muser-enabled} instead of %{muser-extend-enabled}. X-Git-Tag: releases/gcc-4.6.0~505 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=45cab1d72e5a1702c0abf9d91c07dec5e42f110b;p=thirdparty%2Fgcc.git lm32.h (ASM_SPEC): Use %{muser-enabled} instead of %{muser-extend-enabled}. * config/lm32/lm32.h (ASM_SPEC): Use %{muser-enabled} instead of %{muser-extend-enabled}. From-SVN: r170224 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f3a0a2b2217f..241a28f9f93f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2011-02-16 Joseph Myers + + * config/lm32/lm32.h (ASM_SPEC): Use %{muser-enabled} instead of + %{muser-extend-enabled}. + 2011-02-16 Richard Guenther PR tree-optimization/47738 diff --git a/gcc/config/lm32/lm32.h b/gcc/config/lm32/lm32.h index 641d48e723eb..63f1096b9cfe 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 - 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.