gas: tc-sparc.c: undo spurious change in 5be1b787276d2adbe85ae7febc709ca517b62f08
authorJose E. Marchesi <jose.marchesi@oracle.com>
Thu, 17 Aug 2023 08:03:54 +0000 (10:03 +0200)
committerJose E. Marchesi <jose.marchesi@oracle.com>
Thu, 17 Aug 2023 08:03:54 +0000 (10:03 +0200)
gas/config/tc-sparc.c

index 8c23b65ca8b8385fdbf0aea384cecba0f362e1c0..c273bd75c08ece1c543a6ec3b66cfc16cbd853da 100644 (file)
@@ -844,7 +844,7 @@ struct pop_entry pop_table[] =
 {
   { "hix",             BFD_RELOC_SPARC_HIX22,          F_POP_V9 },
   { "lox",             BFD_RELOC_SPARC_LOX10,          F_POP_V9 },
-  { "hi"5,             BFD_RELOC_HI22,                 F_POP_PCREL },
+  { "hi"             BFD_RELOC_HI22,                 F_POP_PCREL },
   { "lo",              BFD_RELOC_LO10,                 F_POP_PCREL },
   { "pc22",            BFD_RELOC_SPARC_PC22,           F_POP_PCREL },
   { "pc10",            BFD_RELOC_SPARC_PC10,           F_POP_PCREL },