diff options
author | Bob Wilson <bob.wilson@acm.org> | 2004-11-22 19:13:04 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@acm.org> | 2004-11-22 19:13:04 +0000 |
commit | d9740523f9fb3c6cbe19ce57bda5caebb3bbadbd (patch) | |
tree | 2df11c2c882073f852ed28ea1d8594020956fdb0 /gas | |
parent | d81acc42a2b5166c0f2f6e46911e1c4184bf7a38 (diff) | |
download | gdb-d9740523f9fb3c6cbe19ce57bda5caebb3bbadbd.zip gdb-d9740523f9fb3c6cbe19ce57bda5caebb3bbadbd.tar.gz gdb-d9740523f9fb3c6cbe19ce57bda5caebb3bbadbd.tar.bz2 |
* config/tc-xtensa.c (xg_add_opcode_fix): Set fx_no_overflow.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/config/tc-xtensa.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 3e7642d..9b9d7d6 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,9 @@ 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 without a corresponding .debug_info section. diff --git a/gas/config/tc-xtensa.c b/gas/config/tc-xtensa.c index 88ddf17..5325792 100644 --- a/gas/config/tc-xtensa.c +++ b/gas/config/tc-xtensa.c @@ -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) |