diff options
author | Jim Wilson <wilson@tuliptree.org> | 2004-02-05 23:50:21 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 2004-02-05 23:50:21 +0000 |
commit | 5738bc242c501f8bc1344298398e89bdc2acac5e (patch) | |
tree | 99607e752dc014ca09b34e9b42f941d7f3992739 /gas/ChangeLog | |
parent | 862c7bbf1d4b5a83be48d289fb6906994ff9f9d9 (diff) | |
download | gdb-5738bc242c501f8bc1344298398e89bdc2acac5e.zip gdb-5738bc242c501f8bc1344298398e89bdc2acac5e.tar.gz gdb-5738bc242c501f8bc1344298398e89bdc2acac5e.tar.bz2 |
Fix region length calculations when regions end with .align padding.
* config/tc-ia64.c (output_endp): New.
(count_bits): Delete.
(ia64_flush_insns, process_one_record, optimize_unw_records): Handle
endp unwind records.
(fixup_unw_records): Handle endp unwind records. Delete code for
shortening prologue regions not followed by a body record.
(dot_endp): Call add_unwind_entry to emit endp unwind record.
* config/tc-ia64.h (unw_record_type): Add endp.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index f589373..3fae09f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,14 @@ +2004-02-05 James E Wilson <wilson@specifixinc.com> + + * config/tc-ia64.c (output_endp): New. + (count_bits): Delete. + (ia64_flush_insns, process_one_record, optimize_unw_records): Handle + endp unwind records. + (fixup_unw_records): Handle endp unwind records. Delete code for + shortening prologue regions not followed by a body record. + (dot_endp): Call add_unwind_entry to emit endp unwind record. + * config/tc-ia64.h (unw_record_type): Add endp. + 2004-02-03 James E Wilson <wilson@specifixinc.com> * config/tc-ia64.c (ia64_convert_frag): Call md_number_to_chars to |