diff options
author | Uros Bizjak <uros@gcc.gnu.org> | 2010-07-09 18:02:58 +0200 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2010-07-09 18:02:58 +0200 |
commit | 4bade865ff7ae111732de03aa755398370e01218 (patch) | |
tree | b4af02181315c1ef86e053687e35cb39d8c29803 /gcc/configure | |
parent | 2c9ccc21b11aa2bb63b908b33c8f9bc9c15c960d (diff) | |
download | gcc-4bade865ff7ae111732de03aa755398370e01218.zip gcc-4bade865ff7ae111732de03aa755398370e01218.tar.gz gcc-4bade865ff7ae111732de03aa755398370e01218.tar.bz2 |
configure.ac (gcc_cv_as_ix86_rep_lock_prefix): Also check for "lock addl".
* configure.ac (gcc_cv_as_ix86_rep_lock_prefix): Also check
for "lock addl".
* configure: Regenerate.
* config/i386/i386.c (ix86_print_operand) <case ';'>:
Remove TARGET_MACHO.
From-SVN: r162001
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/configure b/gcc/configure index d1dcf89..b1c5816 100755 --- a/gcc/configure +++ b/gcc/configure @@ -23337,6 +23337,7 @@ else gcc_cv_as_ix86_rep_lock_prefix=no if test x$gcc_cv_as != x; then echo 'rep movsl + lock addl %edi, (%eax,%esi) lock orl $0, (%esp)' > conftest.s 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 |