aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2015-06-08 11:32:38 +0100
committerNick Clifton <nickc@redhat.com>2015-06-08 11:32:38 +0100
commitf0e8c65e02e84ceb85b569508aa4f54ecb0a8abe (patch)
tree16d7377b3fd6d93a5694fbcbe3033a6a9abb06c8 /gas/ChangeLog
parent80fb91378c91a8239817a5ab2b1c3e346109db25 (diff)
downloadfsf-binutils-gdb-f0e8c65e02e84ceb85b569508aa4f54ecb0a8abe.zip
fsf-binutils-gdb-f0e8c65e02e84ceb85b569508aa4f54ecb0a8abe.tar.gz
fsf-binutils-gdb-f0e8c65e02e84ceb85b569508aa4f54ecb0a8abe.tar.bz2
Fix RX GAS handling of integer bignums.
* config/tc-rx.c (rx_op): Correct handling of integer bignums.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 2893726..4b78a51 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2015-06-08 Nick Clifton <nickc@redhat.com>
+
+ * config/tc-rx.c (rx_op): Correct handling of integer bignums.
+
2015-06-04 Matthew Wahab <matthew.wahab@arm.com>
* NEWS: Mention ARMv8.1 support in the Aarch64 port.