* config/tc-xtensa.c (xg_add_opcode_fix): Set fx_no_overflow.
This commit is contained in:
parent
d81acc42a2
commit
d9740523f9
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-11-22 Bob Wilson <bob.wilson@acm.org>
|
||||
|
||||
* config/tc-xtensa.c (xg_add_opcode_fix): Set fx_no_overflow.
|
||||
|
||||
2004-11-22 Bob Wilson <bob.wilson@acm.org>
|
||||
|
||||
* dwarf2dbg.c (dwarf2_finish): Don't write a .debug_line section
|
||||
|
|
|
@ -4266,6 +4266,7 @@ xg_add_opcode_fix (TInsn *tinsn,
|
|||
fmt_length = xtensa_format_length (xtensa_default_isa, fmt);
|
||||
the_fix = fix_new_exp (fragP, offset, fmt_length, expr,
|
||||
howto->pc_relative, reloc);
|
||||
the_fix->fx_no_overflow = 1;
|
||||
|
||||
if (expr->X_add_symbol
|
||||
&& (S_IS_EXTERNAL (expr->X_add_symbol)
|
||||
|
|
Loading…
Reference in a new issue