* config/tc-alpha.c (alpha_handle_align): Encode unop with RB as $sp.
authorRichard Henderson <rth@redhat.com>
Tue, 18 Dec 2001 00:24:47 +0000 (00:24 +0000)
committerRichard Henderson <rth@redhat.com>
Tue, 18 Dec 2001 00:24:47 +0000 (00:24 +0000)
gas/ChangeLog
gas/config/tc-alpha.c

index b056c701de8a51f3651de0b7e2d8559b620845a8..81bf37253115c4bbbd7482c472a67054d91ba386 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-17  Richard Henderson  <rth@redhat.com>
+
+       * config/tc-alpha.c (alpha_handle_align): Encode unop with RB as $sp.
+
 2001-12-17  Nick Clifton  <nickc@cambridge.redhat.com>
 
        * cgen.c: Add prototype for queue_fixup.
index f73c8628e477229e1a591b86009105b2c9705fa9..b1a34710085f23e8e46eafd040101343c3c6b2fe 100644 (file)
@@ -5470,10 +5470,10 @@ void
 alpha_handle_align (fragp)
      fragS *fragp;
 {
-  static char const unop[4] = { 0x00, 0x00, 0xe0, 0x2f };
+  static char const unop[4] = { 0x00, 0x00, 0xfe, 0x2f };
   static char const nopunop[8] = {
     0x1f, 0x04, 0xff, 0x47,
-    0x00, 0x00, 0xe0, 0x2f
+    0x00, 0x00, 0xfe, 0x2f
   };
 
   int bytes, fix;