From efe49cb910cd8536bf0e5095be0ce6d2e57cc9d0 Mon Sep 17 00:00:00 2001 From: jsm28 Date: Wed, 16 Feb 2011 22:23:01 +0000 Subject: [PATCH] * config/lm32/lm32.h (ASM_SPEC): Use %{muser-enabled} instead of %{muser-extend-enabled}. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170224 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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 f3a0a2b..241a28f 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 641d48e..63f1096 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.7.4