2002-01-29 Daniel Jacobowitz <drow@mvista.com>
[deliverable/binutils-gdb.git] / gas / config / tc-alpha.c
index bdcddc90bc6e83f59fa6b3818870bc5398af14cc..b1a34710085f23e8e46eafd040101343c3c6b2fe 100644 (file)
@@ -1119,7 +1119,7 @@ md_pcrel_from (fixP)
    GPDISP.  */
 
 void
-md_apply_fix3 (fixP, valueP, seg)
+md_apply_fix3 (fixP, valP, seg)
      fixS *fixP;
      valueT * valP;
      segT seg;
@@ -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;
This page took 0.023719 seconds and 4 git commands to generate.