]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure.in (HAVE_LD_RO_RW_SECTION_MIXING): Remove quotes in section names.
authorKelley Cook <kelleycook@wideopenwest.com>
Sat, 7 Jun 2003 07:28:15 +0000 (07:28 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 7 Jun 2003 07:28:15 +0000 (07:28 +0000)
* configure.in (HAVE_LD_RO_RW_SECTION_MIXING): Remove quotes in
section names.
* configure: Regenerate.

From-SVN: r67580

gcc/ChangeLog
gcc/configure
gcc/configure.in

index 1d9032516a04b303cfd4b9bbb148f5e3e64af12a..be17acc1eaa512680acdcfcacf41fb8e32cc8d78 100644 (file)
@@ -1,3 +1,9 @@
+2003-06-07  Kelley Cook  <kelleycook@wideopenwest.com>
+
+       * configure.in (HAVE_LD_RO_RW_SECTION_MIXING): Remove quotes in
+       section names.
+       * configure: Regenerate.
+
 2003-06-07  Alan Modra  <amodra@bigpond.net.au>
 
        * config/rs6000/linux64.h (CRT_CALL_STATIC_FUNCTION): Define.
index bce71629c12aae14fa9d817177b08e14532807e3..3f53e246ff9c74cb8213e0aab47f881c14dfe832 100755 (executable)
@@ -8455,10 +8455,10 @@ if test $in_tree_ld = yes ; then
     gcc_cv_ld_ro_rw_mix=read-write
   fi
 elif test x$gcc_cv_as != x -a x$gcc_cv_ld != x -a x$gcc_cv_objdump != x ; then
-  echo '.section "myfoosect", "a"' > conftest1.s
-  echo '.section "myfoosect", "aw"' > conftest2.s
+  echo '.section myfoosect, "a"' > conftest1.s
+  echo '.section myfoosect, "aw"' > conftest2.s
   echo '.byte 1' >> conftest2.s
-  echo '.section "myfoosect", "a"' > conftest3.s
+  echo '.section myfoosect, "a"' > conftest3.s
   echo '.byte 0' >> conftest3.s
   if $gcc_cv_as -o conftest1.o conftest1.s > /dev/null 2>&1 \
      && $gcc_cv_as -o conftest2.o conftest2.s > /dev/null 2>&1 \
index 5431013ddb98cb83589db3f88b43615fd991e698..183fcf6949d5d8eb993254e3b02ba1233c694786 100644 (file)
@@ -2591,10 +2591,10 @@ if test $in_tree_ld = yes ; then
     gcc_cv_ld_ro_rw_mix=read-write
   fi
 elif test x$gcc_cv_as != x -a x$gcc_cv_ld != x -a x$gcc_cv_objdump != x ; then
-  echo '.section "myfoosect", "a"' > conftest1.s
-  echo '.section "myfoosect", "aw"' > conftest2.s
+  echo '.section myfoosect, "a"' > conftest1.s
+  echo '.section myfoosect, "aw"' > conftest2.s
   echo '.byte 1' >> conftest2.s
-  echo '.section "myfoosect", "a"' > conftest3.s
+  echo '.section myfoosect, "a"' > conftest3.s
   echo '.byte 0' >> conftest3.s
   if $gcc_cv_as -o conftest1.o conftest1.s > /dev/null 2>&1 \
      && $gcc_cv_as -o conftest2.o conftest2.s > /dev/null 2>&1 \