aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2016-03-22 12:43:37 +1100
committerBen Elliston <bje@gnu.org>2016-03-22 12:43:37 +1100
commit2cd7ac29bebd122140c679ce7c02e21119e2199e (patch)
treede75e965c7471ff8a8abe3cd6f43cee9cb8e45c3
parent19532f0f2efa60339da612212fee7fc8df0a4573 (diff)
downloaddejagnu-2cd7ac29bebd122140c679ce7c02e21119e2199e.zip
dejagnu-2cd7ac29bebd122140c679ce7c02e21119e2199e.tar.gz
dejagnu-2cd7ac29bebd122140c679ce7c02e21119e2199e.tar.bz2
* Makefile.am (config_DATA): Add config/aarch64-fv8.exp.
* Makefile.in: Regenerate.
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.am1
-rw-r--r--Makefile.in1
3 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 34fc17f..a774046 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-03-22 Ben Elliston <bje@gnu.org>
+
+ * Makefile.am (config_DATA): Add config/aarch64-fv8.exp.
+ * Makefile.in: Regenerate.
+
2016-03-22 Rob Savoye <rob.savoye@linaro.org>
* config/aarch64-fv8.exp: Add support for testing armv8 using the
diff --git a/Makefile.am b/Makefile.am
index 869664b..c423915 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -59,6 +59,7 @@ configdir = $(pkgdatadir)/config
config_DATA = \
config/README \
config/adb.exp \
+ config/aarch64-fv8.exp \
config/arc.exp \
config/arm-ice.exp \
config/base-config.exp \
diff --git a/Makefile.in b/Makefile.in
index d197c23..2adebb3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -400,6 +400,7 @@ configdir = $(pkgdatadir)/config
config_DATA = \
config/README \
config/adb.exp \
+ config/aarch64-fv8.exp \
config/arc.exp \
config/arm-ice.exp \
config/base-config.exp \