aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2015-04-02 17:13:12 +0100
committerNick Clifton <nickc@redhat.com>2015-04-02 17:13:12 +0100
commitf66adc4eada1884cef90aa978561b9b2008cdaf2 (patch)
tree71ac093b46b12791ec1032bef7c3b8ba79fdf469 /gas/ChangeLog
parent03e080386e266243b2af667af026b992822085cd (diff)
downloadgdb-f66adc4eada1884cef90aa978561b9b2008cdaf2.zip
gdb-f66adc4eada1884cef90aa978561b9b2008cdaf2.tar.gz
gdb-f66adc4eada1884cef90aa978561b9b2008cdaf2.tar.bz2
Second fix for microblaze gas port's ability to parse constants.
PR gas/18189 * config/tc-microblaze.c (parse_imm): Use offsetT as the type for min and max parameters. Sign extend values before testing.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index e08b0f7..a2383a9 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -2,7 +2,7 @@
PR gas/18189
* config/tc-microblaze.c (parse_imm): Use offsetT as the type for
- min and max parameters.
+ min and max parameters. Sign extend values before testing.
2015-04-02 Renlin Li <renlin.li@arm.com>