diff options
Diffstat (limited to 'gas/config/tc-mips.c')
-rw-r--r-- | gas/config/tc-mips.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index dd2b599..1f7e256 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -7671,6 +7671,8 @@ tc_gen_reloc (section, fixp) case BFD_RELOC_16_PCREL: case BFD_RELOC_32_PCREL: case BFD_RELOC_16_PCREL_S2: + case BFD_RELOC_PCREL_HI16_S: + case BFD_RELOC_PCREL_LO16: break; default: as_bad_where (fixp->fx_file, fixp->fx_line, |