diff options
author | Jim Wilson <wilson@tuliptree.org> | 2000-06-08 17:07:48 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 2000-06-08 17:07:48 +0000 |
commit | 10850f29fee5e2d3e93878d8dac28183d07f20a1 (patch) | |
tree | 372490edb115659c9bef27452289864387dc0d63 /gas/ChangeLog | |
parent | bf64bfd6baaed5dfd64fe518f84e87f95ef8665e (diff) | |
download | fsf-binutils-gdb-10850f29fee5e2d3e93878d8dac28183d07f20a1.zip fsf-binutils-gdb-10850f29fee5e2d3e93878d8dac28183d07f20a1.tar.gz fsf-binutils-gdb-10850f29fee5e2d3e93878d8dac28183d07f20a1.tar.bz2 |
unwind bug fixes needed for today's gcc patch.
* config/tc-ia64.c (generate_unwind_image): Call ia64_flush_insns.
(dot_endp): Don't call ia64_flush_insns.
(emit_one_bundle): Don't delete prologue/body records from
unwind_record list in first loop. Rewrite second loop to account for
this.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 71831dd..1d4519d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +2000-06-08 James E. Wilson <wilson@cygnus.com> + + * config/tc-ia64.c (generate_unwind_image): Call ia64_flush_insns. + (dot_endp): Don't call ia64_flush_insns. + (emit_one_bundle): Don't delete prologue/body records from + unwind_record list in first loop. Rewrite second loop to account for + this. + 2000-06-07 David Mosberger <davidm@hpl.hp.com> * config/tc-ia64.c: Add missing prototypes. |