diff options
author | Joern Rennecke <joern.rennecke@embecosm.com> | 2002-06-19 14:28:09 +0000 |
---|---|---|
committer | Joern Rennecke <joern.rennecke@embecosm.com> | 2002-06-19 14:28:09 +0000 |
commit | 5db33d76e135084aeffd36529325a76376cbf6e0 (patch) | |
tree | be399f2b3ad6b903a2fda5421843ef6cd083715f /gas/ChangeLog | |
parent | cc36acdfd5cabcf82bfdfd4951fa8a9480601848 (diff) | |
download | gdb-5db33d76e135084aeffd36529325a76376cbf6e0.zip gdb-5db33d76e135084aeffd36529325a76376cbf6e0.tar.gz gdb-5db33d76e135084aeffd36529325a76376cbf6e0.tar.bz2 |
* config/tc-sh.c (get_specific): Revert 2002-05-01 change.
(assemble_ppi): Generate warning if the same register is used
twice as destination in the same padd / pmuls instruction.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 81c4d96..caebb52 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +Wed Jun 19 15:12:00 2002 Dhananjay R. Deshpande <dhananjayd@kpit.com> + + * config/tc-sh.c (get_specific): Revert 2002-05-01 change. + (assemble_ppi): Generate warning if the same register is used + twice as destination in the same padd / pmuls instruction. + 2002-06-18 Dave Brolley <brolley@redhat.com> From Catherine Moore, Michael Meissner, Richard Sandiford, Dave Brolley: |