aboutsummaryrefslogtreecommitdiff
path: root/sim/rx/ChangeLog
diff options
context:
space:
mode:
authorAndrew Burgess <andrew.burgess@embecosm.com>2021-02-01 11:39:39 +0000
committerAndrew Burgess <andrew.burgess@embecosm.com>2021-02-08 11:01:07 +0000
commit6bf99988c68154f435c57309769f8fc1d7c5c449 (patch)
treeb179a32471ae9d8f089bdbf342988af3e68bcae2 /sim/rx/ChangeLog
parentda9ecd6085aa03f6f671f1e42431642912635820 (diff)
downloadfsf-binutils-gdb-6bf99988c68154f435c57309769f8fc1d7c5c449.zip
fsf-binutils-gdb-6bf99988c68154f435c57309769f8fc1d7c5c449.tar.gz
fsf-binutils-gdb-6bf99988c68154f435c57309769f8fc1d7c5c449.tar.bz2
sim/rx: enable build with warnings
The rx simulator now has no build warnings. Delete the call to SIM_AC_OPTION_WARNINGS in configure.ac, the default yes will be provided by SIM_AC_OUTPUT. sim/rx/ChangeLog: * configure: Regenerate. * configure.ac (SIM_AC_OPTION_WARNINGS): Delete call.
Diffstat (limited to 'sim/rx/ChangeLog')
-rw-r--r--sim/rx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/rx/ChangeLog b/sim/rx/ChangeLog
index b3d76be..c92e41c 100644
--- a/sim/rx/ChangeLog
+++ b/sim/rx/ChangeLog
@@ -1,5 +1,10 @@
2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
+ * configure: Regenerate.
+ * configure.ac (SIM_AC_OPTION_WARNINGS): Delete call.
+
+2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
+
* mem.c (mem_put_blk): Rename parameter, add cast from parameter
type to local type. Remove cast later in the function.
(mem_get_blk): Likewise.