aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
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 /ChangeLog
parent33f82a77ef49cfa5133917ee629ed599f7893a89 (diff)
parent024297c3b4444b1210d869cc868558e10d75bd97 (diff)
Merge branch 'gdb-upstream-for-1.6.3'
Conflicts: ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog46
1 files changed, 46 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b87c20..f966333 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,52 @@
* aclocal.m4, configure.ac, Makefile.am: regenerated GDB too.
* doc/dejagnu.texi: Update copyright date.
+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.
+
+ * 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.
+
+ * testsuite/runtest.libs/target.test: Add tests for Go and Rust.
+ Also add tests for the new "early_flags=" and "linker=" options.
+
+2020-06-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
+
+ * doc/dejagnu.texi (Libgloss): Update menu.
+ (find_go procedure, find_go_linker procedure): New nodes.
+ (find_rustc procedure): New node.
+
+2020-06-19 Tom Tromey <tromey@adacore.com>
+
+ * doc/dejagnu.texi (target_compile procedure): Document Go
+ additions.
+ * lib/target.exp (default_target_compile): Handle Go.
+ * lib/libgloss.exp (find_go, find_go_linker): New procs.
+
+2020-06-19 Tom Tromey <tromey@adacore.com>
+
+ * doc/dejagnu.texi (target_compile procedure): Document rust
+ additions.
+ * lib/target.exp (default_target_compile): Handle rust.
+ * lib/libgloss.exp (find_rustc): New proc.
+
+2020-06-19 Tom Tromey <tromey@adacore.com>
+
+ * lib/target.exp (default_target_compile): Add early_flags.
+ * doc/dejagnu.texi (target_compile procedure): Document
+ early_flags.
+
2020-06-15 Jacob Bachmeyer <jcb62281+dev@gmail.com>
Merge patches from Linaro: