aboutsummaryrefslogtreecommitdiff
path: root/sim/testsuite/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-05-16 18:48:31 +0000
committerMike Frysinger <vapier@gentoo.org>2011-05-16 18:48:31 +0000
commit0641104b2e34f747a7b5ffb36f91b08f3c4311e6 (patch)
tree529aa1ff23bcf26eab7006ca13c51cf05a355b36 /sim/testsuite/ChangeLog
parentfd20d931f1d9b7bfb11e76f8770453a7244db51e (diff)
downloadgdb-0641104b2e34f747a7b5ffb36f91b08f3c4311e6.zip
gdb-0641104b2e34f747a7b5ffb36f91b08f3c4311e6.tar.gz
gdb-0641104b2e34f747a7b5ffb36f91b08f3c4311e6.tar.bz2
sim: tests: support .S/.c files
Rather than requiring all sim tests to be preprocessed .s files, add support for .S and .c files so we can easily write code using a higher level language like C. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'sim/testsuite/ChangeLog')
-rw-r--r--sim/testsuite/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/sim/testsuite/ChangeLog b/sim/testsuite/ChangeLog
index ac72a3c..9755b78 100644
--- a/sim/testsuite/ChangeLog
+++ b/sim/testsuite/ChangeLog
@@ -1,3 +1,11 @@
+2011-05-16 Mike Frysinger <vapier@gentoo.org>
+
+ * lib/sim-defs.exp: Support cc tag in test files.
+ (run_sim_test): Support global_cc_options in boards files. Convert
+ assembler options into compiler options (c_as_options) with -Wa.
+ Convert linker options into compiler options (c_ld_options) with -Wl.
+ Compile .c and .S files into .x programs.
+
2011-05-11 Joseph Myers <joseph@codesourcery.com>
Hans-Peter Nilsson <hp@axis.com>