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
This commit is contained in:
Joseph Myers 2011-02-16 22:23:01 +00:00 committed by Joseph Myers
parent 528622fd85
commit 45cab1d72e
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2011-02-16 Joseph Myers <joseph@codesourcery.com>
* config/lm32/lm32.h (ASM_SPEC): Use %{muser-enabled} instead of
%{muser-extend-enabled}.
2011-02-16 Richard Guenther <rguenther@suse.de>
PR tree-optimization/47738

View File

@ -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.