aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Brown <julian@codesourcery.com>2013-08-22 15:36:53 +0000
committerJulian Brown <jules@gcc.gnu.org>2013-08-22 15:36:53 +0000
commit1bea243d3270859064723ac47172343ce95ed88a (patch)
tree950f8b48770859bc69cd4f2233c52e4d7452807b
parentbcba7ecc113b82f1b80457df2b4edf35847fcf56 (diff)
downloadgcc-1bea243d3270859064723ac47172343ce95ed88a.zip
gcc-1bea243d3270859064723ac47172343ce95ed88a.tar.gz
gcc-1bea243d3270859064723ac47172343ce95ed88a.tar.bz2
configure.ac: Add aarch64 to list of arches which use "nop" in debug_line test.
* configure.ac: Add aarch64 to list of arches which use "nop" in debug_line test. * configure: Regenerate. From-SVN: r201923
-rw-r--r--gcc/ChangeLog6
-rwxr-xr-xgcc/configure5
-rw-r--r--gcc/configure.ac5
3 files changed, 12 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4ebbc85..08c4e31 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2013-08-22 Julian Brown <julian@codesourcery.com>
+
+ * configure.ac: Add aarch64 to list of arches which use "nop" in
+ debug_line test.
+ * configure: Regenerate.
+
2013-08-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* config/s390/linux.h (TARGET_LIBC_HAS_FUNCTION): Define as
diff --git a/gcc/configure b/gcc/configure
index 1e9be8e..a0d6e73 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -26118,8 +26118,9 @@ esac
# ??? Once 2.11 is released, probably need to add first known working
# version to the per-target configury.
case "$cpu_type" in
- alpha | arm | avr | bfin | cris | i386 | m32c | m68k | microblaze | mips \
- | pa | rs6000 | score | sparc | spu | tilegx | tilepro | xstormy16 | xtensa)
+ aarch64 | alpha | arm | avr | bfin | cris | i386 | m32c | m68k | microblaze
+ | mips | pa | rs6000 | score | sparc | spu | tilegx | tilepro | xstormy16
+ | xtensa)
insn="nop"
;;
ia64 | s390)
diff --git a/gcc/configure.ac b/gcc/configure.ac
index 116ba13..0797b5f 100644
--- a/gcc/configure.ac
+++ b/gcc/configure.ac
@@ -4219,8 +4219,9 @@ esac
# ??? Once 2.11 is released, probably need to add first known working
# version to the per-target configury.
case "$cpu_type" in
- alpha | arm | avr | bfin | cris | i386 | m32c | m68k | microblaze | mips \
- | pa | rs6000 | score | sparc | spu | tilegx | tilepro | xstormy16 | xtensa)
+ aarch64 | alpha | arm | avr | bfin | cris | i386 | m32c | m68k | microblaze
+ | mips | pa | rs6000 | score | sparc | spu | tilegx | tilepro | xstormy16
+ | xtensa)
insn="nop"
;;
ia64 | s390)