From: David S. Miller Date: Fri, 18 Apr 2008 08:47:35 +0000 (+0000) Subject: * config/tc-sparc.c (sparc_ip): Recognize %pc22 and %pc10. X-Git-Tag: sid-snapshot-20080501~135 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=14865d76081f439683dd79295e308a9acd7dd9be;p=thirdparty%2Fbinutils-gdb.git * config/tc-sparc.c (sparc_ip): Recognize %pc22 and %pc10. --- diff --git a/gas/config/tc-sparc.c b/gas/config/tc-sparc.c index 50a469fe7bf..8116c8ef37c 100644 --- a/gas/config/tc-sparc.c +++ b/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 },