diff options
author | Nick Clifton <nickc@redhat.com> | 1998-06-23 22:17:19 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1998-06-23 22:17:19 +0000 |
commit | 59b8f2097f3db449f8d782e768722d7ccec98785 (patch) | |
tree | 3f2369f4cff8531a63142deac08447b12be0ea19 | |
parent | e98d1a3265de8ecada1e0df4aa499f208ba57d4e (diff) | |
download | ppe42-binutils-59b8f2097f3db449f8d782e768722d7ccec98785.tar.gz ppe42-binutils-59b8f2097f3db449f8d782e768722d7ccec98785.zip |
Fix tests to match latest assembler results.
-rw-r--r-- | gas/testsuite/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 2f176b3b67..86d60f8328 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,11 @@ +Tue Jun 23 15:14:43 1998 Nick Clifton <nickc@cygnus.com> + + * gas/v850/hilo2.s: Use r1 as the destination of the movea + instruction, since r0 is read only. + + * gas/v850/basic.exp: Fix names of special area relocations. + Set -mwarn-signed-overflow flag when running range.s test. + start-sanitize-am33 Mon Jun 22 13:43:43 1998 Jeffrey A Law (law@cygnus.com) |