aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2015-04-02 16:10:06 +0100
committerNick Clifton <nickc@redhat.com>2015-04-02 16:10:06 +0100
commit03e080386e266243b2af667af026b992822085cd (patch)
treead075efc8b54860928764bb2843fc22501ecef75 /gas/ChangeLog
parent4295609462ce6c0983064c10d95ff6bacce0cdfd (diff)
downloadgdb-03e080386e266243b2af667af026b992822085cd.zip
gdb-03e080386e266243b2af667af026b992822085cd.tar.gz
gdb-03e080386e266243b2af667af026b992822085cd.tar.bz2
Fixes a bug in the microblaze assembler where it would not complain about constants larger than 32-bits.
PR gas/18189 * config/tc-microblaze.c (parse_imm): Use offsetT as the type for min and max parameters.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index d8335ab..e08b0f7 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,9 @@
+2015-04-02 Nick Clifton <nickc@redhat.com>
+
+ PR gas/18189
+ * config/tc-microblaze.c (parse_imm): Use offsetT as the type for
+ min and max parameters.
+
2015-04-02 Renlin Li <renlin.li@arm.com>
* config/tc-aarch64.c (mapping_state): Emit MAP_DATA within text section in order.