aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb62281+dev@gmail.com>2020-07-06 20:59:00 -0500
committerJacob Bachmeyer <jcb62281+dev@gmail.com>2020-07-06 20:59:00 -0500
commite572af7e43e26162a717408c2464cad24c936d07 (patch)
tree9df4a73d45cda75f0ea7507b81db1a97223c449c /NEWS
parent33f82a77ef49cfa5133917ee629ed599f7893a89 (diff)
parent024297c3b4444b1210d869cc868558e10d75bd97 (diff)
downloaddejagnu-e572af7e43e26162a717408c2464cad24c936d07.zip
dejagnu-e572af7e43e26162a717408c2464cad24c936d07.tar.gz
dejagnu-e572af7e43e26162a717408c2464cad24c936d07.tar.bz2
Merge branch 'gdb-upstream-for-1.6.3'
Conflicts: ChangeLog
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
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