aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2001-07-19 09:59:50 +0000
committerAndreas Schwab <schwab@gcc.gnu.org>2001-07-19 09:59:50 +0000
commitbfabbc3c2a5b9eb1dd5024a9ed3cdf91d2b77077 (patch)
treedc742082b16a3bc3255acaa75be6513322bfc9fa
parentb7076960b306190210070be081ea318d7eb17d21 (diff)
downloadgcc-bfabbc3c2a5b9eb1dd5024a9ed3cdf91d2b77077.zip
gcc-bfabbc3c2a5b9eb1dd5024a9ed3cdf91d2b77077.tar.gz
gcc-bfabbc3c2a5b9eb1dd5024a9ed3cdf91d2b77077.tar.bz2
configure.in (assembler dwarf2 debug_line support): Define nop insn for m68k.
* configure.in (assembler dwarf2 debug_line support): Define nop insn for m68k. * configure: Regenerated. From-SVN: r44149
-rw-r--r--gcc/ChangeLog6
-rwxr-xr-xgcc/configure2
-rw-r--r--gcc/configure.in2
3 files changed, 8 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index c24d83e..61401d1 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/configure b/gcc/configure
index ac140a0..b99d36f 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -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*-*-*)
diff --git a/gcc/configure.in b/gcc/configure.in
index ee5b06d..907dfe7 100644
--- a/gcc/configure.in
+++ b/gcc/configure.in
@@ -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*-*-*)