From 45cab1d72e5a1702c0abf9d91c07dec5e42f110b Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 16 Feb 2011 22:23:01 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 5 +++++ gcc/config/lm32/lm32.h | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f3a0a2b2217..241a28f9f93 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 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 - 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. -- 2.30.2