* config/tc-xtensa.c (xg_add_opcode_fix): Set fx_no_overflow.
authorBob Wilson <bob.wilson@acm.org>
Mon, 22 Nov 2004 19:13:04 +0000 (19:13 +0000)
committerBob Wilson <bob.wilson@acm.org>
Mon, 22 Nov 2004 19:13:04 +0000 (19:13 +0000)
gas/ChangeLog
gas/config/tc-xtensa.c

index 3e7642d16dcfdd0a1858cd35a86af4d4ee4e8d73..9b9d7d6980797ae8c9b8a1b73fb0d2159df6b496 100644 (file)
@@ -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
index 88ddf171c9853409b5ebcc12625d71f3eddda75e..5325792fff258f3e58ece89d98b508c29a93008d 100644 (file)
@@ -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)
This page took 0.039878 seconds and 4 git commands to generate.