Browse Source

* config/tc-sparc.c (sparc_ip): Recognize %pc22 and %pc10.

msnyder-reverse-20080609-branch
David S. Miller 19 years ago
parent
commit
14865d7608
  1. 2
      gas/config/tc-sparc.c

2
gas/config/tc-sparc.c

@ -2309,6 +2309,8 @@ sparc_ip (str, pinsn)
{ "lox", 3, BFD_RELOC_SPARC_LOX10, 1, 0 },
{ "hi", 2, BFD_RELOC_HI22, 0, 1 },
{ "lo", 2, BFD_RELOC_LO10, 0, 1 },
{ "pc22", 4, BFD_RELOC_SPARC_PC22, 0, 1 },
{ "pc10", 4, BFD_RELOC_SPARC_PC10, 0, 1 },
{ "hh", 2, BFD_RELOC_SPARC_HH22, 1, 1 },
{ "hm", 2, BFD_RELOC_SPARC_HM10, 1, 1 },
{ "lm", 2, BFD_RELOC_SPARC_LM22, 1, 1 },

Loading…
Cancel
Save