OSDN Git Service

Revert previous patch see http://gcc.gnu.org/ml/gcc/2004-10/msg00805.html
authorkcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Oct 2004 23:45:37 +0000 (23:45 +0000)
committerkcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Oct 2004 23:45:37 +0000 (23:45 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89350 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/configure
gcc/configure.ac

index 4c6280b..3cb03ce 100644 (file)
@@ -1,3 +1,8 @@
+2004-10-20  Kelley Cook  <kcook@gcc.gnu.org>
+
+       * configure.ac: Revert my previous patch.
+       * configure: Regenerate.
+
 2004-10-20  Ben Elliston  <bje@au.ibm.com>
 
        * config/rs6000/rs6000.c
index 402585e..bcd1fd1 100755 (executable)
     case $target in
       *-*-aix*) conftest_s='   .csect .text[PR]
        mfcr 3,128';;
-      *-*-darwin*)
-       echo "$as_me:$LINENO: checking assembler for .machine directive support" >&5
-echo $ECHO_N "checking assembler for .machine directive support... $ECHO_C" >&6
-if test "${gcc_cv_as_machine_directive+set}" = set; then
-  echo $ECHO_N "(cached) $ECHO_C" >&6
-else
-  gcc_cv_as_machine_directive=no
-  if test x$gcc_cv_as != x; then
-    echo '     .machine ppc7400' > conftest.s
-    if { ac_try='$gcc_cv_as  -o conftest.o conftest.s >&5'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }
-    then
-       gcc_cv_as_machine_directive=yes
-    else
-      echo "configure: failed program was" >&5
-      cat conftest.s >&5
-    fi
-    rm -f conftest.o conftest.s
-  fi
-fi
-echo "$as_me:$LINENO: result: $gcc_cv_as_machine_directive" >&5
-echo "${ECHO_T}$gcc_cv_as_machine_directive" >&6
-
-       if test x$gcc_cv_as_machine_directive != xyes; then
-         echo "*** This target requires an assembler supporting \".machine\"" >&2
-         exit 1
-       fi
-       conftest_s='    .text
+      *-*-darwin*) conftest_s='        .text
        mfcr r3,128';;
       *) conftest_s='  .machine power4
        .text
index 7f943c6..97ae785 100644 (file)
@@ -2697,15 +2697,7 @@ foo:     nop
     case $target in
       *-*-aix*) conftest_s='   .csect .text[[PR]]
        mfcr 3,128';;
-      *-*-darwin*)
-       gcc_GAS_CHECK_FEATURE([.machine directive support],
-         gcc_cv_as_machine_directive,,,
-         [     .machine ppc7400])
-       if test x$gcc_cv_as_machine_directive != xyes; then
-         echo "*** This target requires an assembler supporting \".machine\"" >&2
-         exit 1
-       fi
-       conftest_s='    .text
+      *-*-darwin*) conftest_s='        .text
        mfcr r3,128';;
       *) conftest_s='  .machine power4
        .text