This is the mail archive of the binutils@sourceware.cygnus.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Patch: add prefix to condition args in opcodes



A couple of new syntax instructions in the patch I sent were flagged as pa2.0
when they really aren't.  This fixes it.

*** pa-prev/include/opcode/hppa.h	Mon Jul 12 16:11:48 1999
--- gas-src/include/opcode/hppa.h	Mon Jul 12 16:13:10 1999
***************
*** 298,304 ****
  /* Computation Instructions */
  
  { "cmpclr",     0x080008a0, 0xfc000fe0, "?Sx,b,t", pa20},
! { "cmpclr",     0x08000880, 0xfc000fe0, "?sx,b,t", pa20},
  { "comclr",     0x08000880, 0xfc000fe0, "?sx,b,t", pa10},
  { "or",         0x08000260, 0xfc000fe0, "?Lx,b,t", pa20},
  { "or",         0x08000240, 0xfc000fe0, "?lx,b,t", pa10},
--- 298,304 ----
  /* Computation Instructions */
  
  { "cmpclr",     0x080008a0, 0xfc000fe0, "?Sx,b,t", pa20},
! { "cmpclr",     0x08000880, 0xfc000fe0, "?sx,b,t", pa10},
  { "comclr",     0x08000880, 0xfc000fe0, "?sx,b,t", pa10},
  { "or",         0x08000260, 0xfc000fe0, "?Lx,b,t", pa20},
  { "or",         0x08000240, 0xfc000fe0, "?lx,b,t", pa10},
***************
*** 333,339 ****
  { "subi",       0x94000000, 0xfc000800, "?si,b,x", pa10},
  { "subio",      0x94000800, 0xfc000800, "?si,b,x", pa10},
  { "cmpiclr",    0x90000800, 0xfc000800, "?Si,b,x", pa20},
! { "cmpiclr",    0x90000000, 0xfc000800, "?si,b,x", pa20},
  { "comiclr",    0x90000000, 0xfc000800, "?si,b,x", pa10},
  { "sh1add",     0x08000640, 0xfc000fe0, "?ax,b,t", pa10},
  { "sh1addl",    0x08000a40, 0xfc000fe0, "?ax,b,t", pa10},
--- 333,339 ----
  { "subi",       0x94000000, 0xfc000800, "?si,b,x", pa10},
  { "subio",      0x94000800, 0xfc000800, "?si,b,x", pa10},
  { "cmpiclr",    0x90000800, 0xfc000800, "?Si,b,x", pa20},
! { "cmpiclr",    0x90000000, 0xfc000800, "?si,b,x", pa10},
  { "comiclr",    0x90000000, 0xfc000800, "?si,b,x", pa10},
  { "sh1add",     0x08000640, 0xfc000fe0, "?ax,b,t", pa10},
  { "sh1addl",    0x08000a40, 0xfc000fe0, "?ax,b,t", pa10},

-- 
Jerry Quinn                             Tel: (514) 761-8737
jquinn@nortelnetworks.com               Fax: (514) 761-8505
Speech Recognition Research


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]