diff options
Diffstat (limited to 'gas/config/tc-i386.c')
-rw-r--r-- | gas/config/tc-i386.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c index ab5cbfb..19fee3a 100644 --- a/gas/config/tc-i386.c +++ b/gas/config/tc-i386.c @@ -3912,6 +3912,9 @@ md_apply_fix3 (fixP, valp, seg) { switch (fixP->fx_r_type) { + default: + break; + case BFD_RELOC_32: fixP->fx_r_type = BFD_RELOC_32_PCREL; break; |