[m32c] detect .loc support

DJ Delorie dj@redhat.com
Wed Nov 26 21:38:00 GMT 2008


Committed.

2008-11-26  DJ Delorie  <dj@redhat.com>

	* configure.ac: Test m32c-elf-gas for .loc.
	* configure: Likewise.

Index: configure
===================================================================
--- configure	(revision 142227)
+++ configure	(working copy)
@@ -23522,13 +23522,13 @@ esac
 # ??? Once 2.11 is released, probably need to add first known working
 # version to the per-target configury.
 case "$target" in
   i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-* \
   | x86_64*-*-* | hppa*-*-* | arm*-*-* \
   | xstormy16*-*-* | cris-*-* | xtensa*-*-* | bfin-*-* | score*-*-* \
-  | spu-*-* | fido*-*-*)
+  | spu-*-* | fido*-*-* | m32c-*-*)
     insn="nop"
     ;;
   ia64*-*-* | s390*-*-*)
     insn="nop 0"
     ;;
   mmix-*-*)
Index: configure.ac
===================================================================
--- configure.ac	(revision 142227)
+++ configure.ac	(working copy)
@@ -3163,13 +3163,13 @@ esac
 # ??? Once 2.11 is released, probably need to add first known working
 # version to the per-target configury.
 case "$target" in
   i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-* \
   | x86_64*-*-* | hppa*-*-* | arm*-*-* \
   | xstormy16*-*-* | cris-*-* | xtensa*-*-* | bfin-*-* | score*-*-* \
-  | spu-*-* | fido*-*-*)
+  | spu-*-* | fido*-*-* | m32c-*-*)
     insn="nop"
     ;;
   ia64*-*-* | s390*-*-*)
     insn="nop 0"
     ;;
   mmix-*-*)



More information about the Gcc-patches mailing list