Commit 45cab1d7 by Joseph Myers Committed by Joseph Myers

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
parent 528622fd
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> 2011-02-16 Richard Guenther <rguenther@suse.de>
PR tree-optimization/47738 PR tree-optimization/47738
......
/* Definitions of target machine for GNU compiler, Lattice Mico32 architecture. /* Definitions of target machine for GNU compiler, Lattice Mico32 architecture.
Contributed by Jon Beniston <jon@beniston.com> 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. This file is part of GCC.
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
%{mdivide-enabled} \ %{mdivide-enabled} \
%{mbarrel-shift-enabled} \ %{mbarrel-shift-enabled} \
%{msign-extend-enabled} \ %{msign-extend-enabled} \
%{muser-extend-enabled} \ %{muser-enabled} \
" "
/* Let link script define all link options. /* Let link script define all link options.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment