diff options
author | Nick Clifton <nickc@redhat.com> | 2000-09-19 23:10:01 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-09-19 23:10:01 +0000 |
commit | a05388f48b50d259b6d23fb2a0bd17e555a0426e (patch) | |
tree | a2c7b1484b9a7d3f3c297091c5cf095a2e6c9a3a /gas | |
parent | 8a3975e63bce567cab8199a231b46b46043dda5a (diff) | |
download | gdb-a05388f48b50d259b6d23fb2a0bd17e555a0426e.zip gdb-a05388f48b50d259b6d23fb2a0bd17e555a0426e.tar.gz gdb-a05388f48b50d259b6d23fb2a0bd17e555a0426e.tar.bz2 |
Remove jbssi and jbcci.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/config/tc-vax.c | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 9494d88..e280b60 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2000-09-15 Michael Sokolov <msokolov@ivan.Harhan.ORG> + + * config/tc-vax.c (synthetic_votstrs): Remove jbssi and jbcci. + Likewise in relaxation description comments. + 2000-09-18 Alan Modra <alan@linuxcare.com.au> * config/tc-hppa.h (TC_FORCE_RELOCATION_SECTION): Allow diff --git a/gas/config/tc-vax.c b/gas/config/tc-vax.c index 8455fa9..7dbb8ba 100644 --- a/gas/config/tc-vax.c +++ b/gas/config/tc-vax.c @@ -113,8 +113,6 @@ int flag_no_hash_mixed_case; /* -h NUM */ bbcs e3 bbsc e4 bbcc e5 - bbssi e6 - bbcci e7 Always, you complement 0th bit to reverse condition. Always, 1-byte opcde, longword-address, byte-address, 1-byte-displacement @@ -1663,8 +1661,6 @@ static const struct vot {"jbcs", {"rlvbb?", 0x800000e3}}, {"jbsc", {"rlvbb?", 0x800000e4}}, {"jbcc", {"rlvbb?", 0x800000e5}}, - {"jbssi", {"rlvbb?", 0x800000e6}}, - {"jbcci", {"rlvbb?", 0x800000e7}}, {"jlbs", {"rlb?", 0x800000e8}}, {"jlbc", {"rlb?", 0x800000e9}}, |