diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-02-11 18:16:19 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-02-11 18:16:19 +0000 |
commit | b1237b9d04290f77ca7be615959c9f3ab5b667c8 (patch) | |
tree | 03e21cb2e502522f743b525228a9fba3239d5d47 /gas | |
parent | 605e1d90e3f26a44be97f43100bfa7b5caf30fc4 (diff) | |
download | gdb-b1237b9d04290f77ca7be615959c9f3ab5b667c8.zip gdb-b1237b9d04290f77ca7be615959c9f3ab5b667c8.tar.gz gdb-b1237b9d04290f77ca7be615959c9f3ab5b667c8.tar.bz2 |
* config/tc-mips.c (macro): Do unaligned loads and stores
correctly when big endian, and give errors on overflow rather than
generating incorrect code.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index bdcfecb..b9662ad 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +Fri Feb 11 13:13:27 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * config/tc-mips.c (macro): Do unaligned loads and stores + correctly when big endian, and give errors on overflow rather than + generating incorrect code. + Thu Feb 10 11:24:20 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * as.c: Include libiberty.h. |