diff options
author | Steve Chamberlain <sac@cygnus> | 1993-10-25 18:48:17 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1993-10-25 18:48:17 +0000 |
commit | 8e5afd4f4ff86881fcec9df1b2f299728edcc340 (patch) | |
tree | 87075d797768647f03b5ce336732cfe9848828b1 | |
parent | bb42d443ad575659aca79e24daff78465b5a8f80 (diff) | |
download | gdb-8e5afd4f4ff86881fcec9df1b2f299728edcc340.zip gdb-8e5afd4f4ff86881fcec9df1b2f299728edcc340.tar.gz gdb-8e5afd4f4ff86881fcec9df1b2f299728edcc340.tar.bz2 |
* config/tc-sh.c (build_Mbytes): Write the relocs to the correct
address. (md_assemble): Make error handling a bit more graceful.
(md_apply_fix): Don't warn on non aligned displacement.
-rw-r--r-- | gas/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index b1f2992..33fb5a5 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,9 @@ Mon Oct 25 11:17:58 1993 Steve Chamberlain (sac@phydeaux.cygnus.com) + * config/tc-sh.c (build_Mbytes): Write the relocs to the correct + address. (md_assemble): Make error handling a bit more graceful. + (md_apply_fix): Don't warn on non aligned displacement. + * config/tc-z8k.c (get_specific, built_bytes): Understand all the aspects of lda. |