diff options
author | Nick Clifton <nickc@redhat.com> | 1999-01-16 13:33:46 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1999-01-16 13:33:46 +0000 |
commit | bc7d553ce3b111b0080b8e6f6d5a3392a9507ffc (patch) | |
tree | 252d12ce10527a9a798a420c8dd337a7e891f66a /gas | |
parent | 86f9a3c1337d0be7d299ff78c75a5fd8450232f0 (diff) | |
download | gdb-bc7d553ce3b111b0080b8e6f6d5a3392a9507ffc.zip gdb-bc7d553ce3b111b0080b8e6f6d5a3392a9507ffc.tar.gz gdb-bc7d553ce3b111b0080b8e6f6d5a3392a9507ffc.tar.bz2 |
Do not merge two instructions when the left hand one kills the right hand one.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 56fa49e..88a1eb9 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +1999-01-16 Nick Clifton <nickc@cygnus.com> + + * config/tc-d30v.c (write_2_short): Do not generate a sequential + merge of two instructions if the left instruciton kills the right. + 1999-01-11 Doug Evans <devans@casey.cygnus.com> * Makefile.in: Regenerate. |