diff options
author | Bob Wilson <bob.wilson@acm.org> | 2004-11-10 22:20:27 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@acm.org> | 2004-11-10 22:20:27 +0000 |
commit | 1d19a7709abb08ce59eaa2ee0e1e0db3c93189e2 (patch) | |
tree | 6722b8663fa72c98451548ca1dedd86d74177777 /gas/ChangeLog | |
parent | 2315ffec021c6c665bb4bfade30c21dba72e6018 (diff) | |
download | gdb-1d19a7709abb08ce59eaa2ee0e1e0db3c93189e2.zip gdb-1d19a7709abb08ce59eaa2ee0e1e0db3c93189e2.tar.gz gdb-1d19a7709abb08ce59eaa2ee0e1e0db3c93189e2.tar.bz2 |
* config/tc-xtensa.c (update_next_frag_state): Always add a NOP if
relaxing at the end of a loop. Don't mark frags as UNREACHABLE or
MAYBE_UNREACHABLE.
(relax_frag_immed): Update call to update_next_frag_state.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 5faf004..1c74fa6 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2004-11-10 Bob Wilson <bob.wilson@acm.org> + + * config/tc-xtensa.c (update_next_frag_state): Always add a NOP if + relaxing at the end of a loop. Don't mark frags as UNREACHABLE or + MAYBE_UNREACHABLE. + (relax_frag_immed): Update call to update_next_frag_state. + 2004-11-10 Alan Modra <amodra@bigpond.net.au> * obj.h (struct format_ops <app_file>): Add int param. |