diff options
author | Anthony Green <green@moxielogic.com> | 2014-12-27 10:57:04 -0500 |
---|---|---|
committer | Anthony Green <green@moxielogic.com> | 2014-12-27 10:57:51 -0500 |
commit | bffb60047d90919d8c3a11db9ae7e9f45553a657 (patch) | |
tree | ddec1391ed980be8ff3c38bb54c5860f1349b283 /gas/ChangeLog | |
parent | 3b146284444f889294f0c1db13015c18bde0cf20 (diff) | |
download | fsf-binutils-gdb-bffb60047d90919d8c3a11db9ae7e9f45553a657.zip fsf-binutils-gdb-bffb60047d90919d8c3a11db9ae7e9f45553a657.tar.gz fsf-binutils-gdb-bffb60047d90919d8c3a11db9ae7e9f45553a657.tar.bz2 |
Limit moxie sto/ldo offsets to 16 bits
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index ef7febf..b0d30b2 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2014-12-27 Anthony Green <green@moxielogic.com + + * config/tc-moxie.c (md_assemble): ldo/sto instructions now use a + 16 bit offset instead of 32. + 2014-12-25 Yaakov Selkowitz <yselkowi@redhat.com> PR gas/17753 |