mirror of git://gcc.gnu.org/git/gcc.git
configure.ac (hle prefixes): Remove .code64.
* configure.ac (hle prefixes): Remove .code64. * configure: Regenerated. From-SVN: r191044
This commit is contained in:
parent
fa129f20b3
commit
54af452316
|
|
@ -1,3 +1,8 @@
|
||||||
|
2012-09-06 Uros Bizjak <ubizjak@gmail.com>
|
||||||
|
|
||||||
|
* configure.ac (hle prefixes): Remove .code64.
|
||||||
|
* configure: Regenerated.
|
||||||
|
|
||||||
2012-09-06 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
|
2012-09-06 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
|
||||||
|
|
||||||
* config/arm/arm.c: Use CONST_INT_P, CONST_DOUBLE_P, REG_P, MEM_P,
|
* config/arm/arm.c: Use CONST_INT_P, CONST_DOUBLE_P, REG_P, MEM_P,
|
||||||
|
|
@ -6,8 +11,7 @@
|
||||||
* config/arm/arm.md: Use CONST_INT_P, REG_P, MEM_P, CONST_DOUBLE_P
|
* config/arm/arm.md: Use CONST_INT_P, REG_P, MEM_P, CONST_DOUBLE_P
|
||||||
consistently.
|
consistently.
|
||||||
* config/arm/neon.md: Use REG_P consistently.
|
* config/arm/neon.md: Use REG_P consistently.
|
||||||
* config/arm/predicates.md: Use CONST_INT_P, REG_P, MEM_P
|
* config/arm/predicates.md: Use CONST_INT_P, REG_P, MEM_P consistently.
|
||||||
consistently.
|
|
||||||
* config/arm/thumb2.md: Use CONST_INT_P, REG_P consistently.
|
* config/arm/thumb2.md: Use CONST_INT_P, REG_P consistently.
|
||||||
* config/arm/vec-common.md: Use REG_P consistently.
|
* config/arm/vec-common.md: Use REG_P consistently.
|
||||||
|
|
||||||
|
|
@ -54,13 +58,13 @@
|
||||||
|
|
||||||
2012-09-06 Chen Liqin <liqin.gcc@gmail.com>
|
2012-09-06 Chen Liqin <liqin.gcc@gmail.com>
|
||||||
|
|
||||||
* config/score/score.c: Remove TARGET_LEGITIMIZE_ADDRESS define
|
* config/score/score.c: Remove TARGET_LEGITIMIZE_ADDRESS define and
|
||||||
and score_legitimize_address function, use compiler default code instead.
|
score_legitimize_address function, use compiler default code instead.
|
||||||
|
|
||||||
2012-09-05 Jan Hubicka <jh@suse.cz>
|
2012-09-05 Jan Hubicka <jh@suse.cz>
|
||||||
|
|
||||||
* ipa-inline.c (want_inline_small_function_p): Use INLINE_HINT_loop_iterations
|
* ipa-inline.c (want_inline_small_function_p): Use
|
||||||
hint.
|
INLINE_HINT_loop_iterations hint.
|
||||||
|
|
||||||
2012-09-05 Andrew Pinski <apinski@cavium.com>
|
2012-09-05 Andrew Pinski <apinski@cavium.com>
|
||||||
|
|
||||||
|
|
@ -137,8 +141,7 @@
|
||||||
2012-09-05 Diego Novillo <dnovillo@google.com>
|
2012-09-05 Diego Novillo <dnovillo@google.com>
|
||||||
|
|
||||||
PR bootstrap/54484
|
PR bootstrap/54484
|
||||||
* vec.h (vec_t::lower_bound): Fix spelling of LESSTHAN
|
* vec.h (vec_t::lower_bound): Fix spelling of LESSTHAN argument.
|
||||||
argument.
|
|
||||||
|
|
||||||
2012-09-05 Jakub Jelinek <jakub@redhat.com>
|
2012-09-05 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -24417,9 +24417,7 @@ if test "${gcc_cv_as_ix86_hle+set}" = set; then :
|
||||||
else
|
else
|
||||||
gcc_cv_as_ix86_hle=no
|
gcc_cv_as_ix86_hle=no
|
||||||
if test x$gcc_cv_as != x; then
|
if test x$gcc_cv_as != x; then
|
||||||
$as_echo '.code64
|
$as_echo 'lock xacquire cmpxchg %esi, (%ecx)' > conftest.s
|
||||||
lock xacquire cmpxchg %esi, (%rcx)
|
|
||||||
' > conftest.s
|
|
||||||
if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
|
if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
|
||||||
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
|
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
|
||||||
(eval $ac_try) 2>&5
|
(eval $ac_try) 2>&5
|
||||||
|
|
|
||||||
|
|
@ -3581,9 +3581,7 @@ foo: nop
|
||||||
|
|
||||||
gcc_GAS_CHECK_FEATURE([hle prefixes],
|
gcc_GAS_CHECK_FEATURE([hle prefixes],
|
||||||
gcc_cv_as_ix86_hle,,,
|
gcc_cv_as_ix86_hle,,,
|
||||||
[.code64
|
[lock xacquire cmpxchg %esi, (%ecx)],,
|
||||||
lock xacquire cmpxchg %esi, (%rcx)
|
|
||||||
],,
|
|
||||||
[AC_DEFINE(HAVE_AS_IX86_HLE, 1,
|
[AC_DEFINE(HAVE_AS_IX86_HLE, 1,
|
||||||
[Define if your assembler supports HLE prefixes.])])
|
[Define if your assembler supports HLE prefixes.])])
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue