aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb62281+dev@gmail.com>2020-06-22 19:01:36 -0500
committerJacob Bachmeyer <jcb62281+dev@gmail.com>2020-06-22 19:01:36 -0500
commit024297c3b4444b1210d869cc868558e10d75bd97 (patch)
tree909d14208f1c0e7ab3279416bdc7b29684b07d64
parent862a6a5af79dd76f9dc32baefaebe6b1e551d2c5 (diff)
-rw-r--r--ChangeLog2
-rw-r--r--NEWS4
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 58a1201..95a4deb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2020-06-22 Jacob Bachmeyer <jcb62281+dev@gmail.com>
+ * NEWS: Mention "linker=" option and added language support.
+
* doc/dejagnu.texi (target_compile procedure): Document new
"linker=" option to target_compile.
diff --git a/NEWS b/NEWS
index 209e9c4..9e6dff7 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,10 @@ Changes since 1.6.2:
retrieving or providing information about the current testsuite.
6. A command "testsuite file" is added to replace the use of the
"*dir" variables in test scripts.
+X. The target_compile procedure now accepts a "linker=" option that
+ overrides the compiler selection when producing an executable.
+X. The internal default_target_compile procedure now supports compiling
+ sources in Go (using GCC Go) and Rust.
7. A shell command "dejagnu" is added as a place to hang various
auxiliary commands not directly involved with running tests. The
"runtest" command will remain for that purpose for the foreseeable