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/config/tc-ia64.h | |
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/config/tc-ia64.h')
-rw-r--r-- | gas/config/tc-ia64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-ia64.h b/gas/config/tc-ia64.h index 6fd049f..01f8219 100644 --- a/gas/config/tc-ia64.h +++ b/gas/config/tc-ia64.h @@ -202,7 +202,7 @@ typedef enum bspstore_gr, bspstore_psprel, bspstore_sprel, rnat_when, rnat_gr, rnat_psprel, rnat_sprel, epilogue, label_state, copy_state, spill_psprel, spill_sprel, spill_reg, spill_psprel_p, spill_sprel_p, - spill_reg_p, unwabi + spill_reg_p, unwabi, endp } unw_record_type; /* These structures declare the fields that can be used in each of the |