diff options
author | Jan Beulich <jbeulich@novell.com> | 2005-05-27 06:25:22 +0000 |
---|---|---|
committer | Jan Beulich <jbeulich@novell.com> | 2005-05-27 06:25:22 +0000 |
commit | 75214fb04b4549db978644fc24b5da2c44964122 (patch) | |
tree | 9b28bb939eb5b02976e98f9707f56f08822510c3 /gas/ChangeLog | |
parent | 79524e0524078a2b8045ff7fd4a9f78033ac1661 (diff) | |
download | gdb-75214fb04b4549db978644fc24b5da2c44964122.zip gdb-75214fb04b4549db978644fc24b5da2c44964122.tar.gz gdb-75214fb04b4549db978644fc24b5da2c44964122.tar.bz2 |
gas/
2005-05-27 Jan Beulich <jbeulich@novell.com>
* config/tc-ia64.c (emit_one_bundle): Restrict scope of ptr, end_ptr,
and last_ptr. Check all in-use slots for first one with non-NULL
unwind_record. Don't reload end_ptr before second update round.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 546792e..2a3085c 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2005-05-27 Jan Beulich <jbeulich@novell.com> + + * config/tc-ia64.c (emit_one_bundle): Restrict scope of ptr, end_ptr, + and last_ptr. Check all in-use slots for first one with non-NULL + unwind_record. Don't reload end_ptr before second update round. + 2005-05-26 James E Wilson <wilson@specifixinc.com> * config/tc-ia64.c (extra_goodness): Update comment. |