aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb62281+dev@gmail.com>2020-06-22 18:25:30 -0500
committerJacob Bachmeyer <jcb62281+dev@gmail.com>2020-06-22 18:25:30 -0500
commita641e4899fbde3cfe8e0611542be2742818adc12 (patch)
tree1f260f467c04dbbfa4d18e3f4511b166081a2762 /ChangeLog
parent3a4313df675a83e598bcb8fcfacf8761fe997db5 (diff)
Add "linker=" option to target_compile to support testing
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8bc1dde..a87496e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,14 @@
2020-06-22 Jacob Bachmeyer <jcb62281+dev@gmail.com>
+ * doc/dejagnu.texi (target_compile procedure): Document new
+ "linker=" option to target_compile.
+
* lib/target.exp (default_target_compile): Actually use internal
option for separate linker provided for Go language support. This
seems to have been accidentally omitted from Tom Tromey's patches.
+ (default_target_compile): Add "linker=" option, similar to
+ "compiler=" option, but the former overrides the latter when
+ building an executable.
(default_target_compile): Ensure that "--emit obj" is spaced from
previous item when used to compile Rust. Use "--emit asm" instead
of "-S" when generating assembly from Rust sources.