aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorJose E. Marchesi <jose.marchesi@oracle.com>2023-08-17 10:03:54 +0200
committerJose E. Marchesi <jose.marchesi@oracle.com>2023-08-17 10:03:54 +0200
commit3afe50fe1974f9a13326a31696f5a93371ed00b7 (patch)
tree6c5b477b6b424676f990681f2ca5db12f7c4d014 /gas
parent5be1b787276d2adbe85ae7febc709ca517b62f08 (diff)
downloadbinutils-3afe50fe1974f9a13326a31696f5a93371ed00b7.zip
binutils-3afe50fe1974f9a13326a31696f5a93371ed00b7.tar.gz
binutils-3afe50fe1974f9a13326a31696f5a93371ed00b7.tar.bz2
gas: tc-sparc.c: undo spurious change in 5be1b787276d2adbe85ae7febc709ca517b62f08
Diffstat (limited to 'gas')
-rw-r--r--gas/config/tc-sparc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-sparc.c b/gas/config/tc-sparc.c
index 8c23b65..c273bd7 100644
--- a/gas/config/tc-sparc.c
+++ b/gas/config/tc-sparc.c
@@ -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 },