configure.in (assembler dwarf2 debug_line support): Define nop insn for m68k.
authorAndreas Schwab <schwab@suse.de>
Thu, 19 Jul 2001 09:59:50 +0000 (09:59 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Thu, 19 Jul 2001 09:59:50 +0000 (09:59 +0000)
* configure.in (assembler dwarf2 debug_line support): Define nop
insn for m68k.
* configure: Regenerated.

From-SVN: r44149

gcc/ChangeLog
gcc/configure
gcc/configure.in

index c24d83eac13b1ea93dca5f45cd95546829986dd0..61401d15c5f23d5452a08b234e272d4d3783c217 100644 (file)
@@ -1,3 +1,9 @@
+2001-07-19  Andreas Schwab  <schwab@suse.de>
+
+       * configure.in (assembler dwarf2 debug_line support): Define nop
+       insn for m68k.
+       * configure: Regenerated.
+
 2001-07-19  Neil Booth  <neil@daikokuya.demon.co.uk>
 
        * Makefile.in (toplev.o, dwarfout.o, final.o): Don't depend on
index ac140a042b0078d90bdab2a21e31eb7e5a1cec7f..b99d36fa1d16cc99edac84e29b9018a306021052 100755 (executable)
@@ -7368,7 +7368,7 @@ gcc_cv_as_dwarf2_debug_line=no
 # ??? 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*-*-*)
+  i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-*)
     insn="nop"
     ;;
   ia64*-*-*)
index ee5b06d1fcdbbdd3299062ee3430055e1b7065d2..907dfe7e8142cb91d82d47944bcf2597bd6b3421 100644 (file)
@@ -1638,7 +1638,7 @@ gcc_cv_as_dwarf2_debug_line=no
 # ??? 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*-*-*)
+  i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-*)
     insn="nop"
     ;;
   ia64*-*-*)