OSDN Git Service

Correct unwind region length calculations.
authorwilson <wilson>
Wed, 8 Nov 2000 20:55:21 +0000 (20:55 +0000)
committerwilson <wilson>
Wed, 8 Nov 2000 20:55:21 +0000 (20:55 +0000)
commitf9a76b83c21d5036794e656ca8f0d4b0b318c3f4
tree302e277b4c16b4883216c88f2e5dc42a16805e40
parent3eebd35161fc9313d5696902e58f2e968cb47a78
Correct unwind region length calculations.
* config/tc-ia64.c (struct unw_rec_list): Add slot_frag field.
(struct unwind): Add next_slot_frag field.
(slot_index): New parameters slot_frag and first_frag.  Add code
to add in frag sizes when different.  Add comments.
(fixup_unw_records): New locals first_frag and last_frag.  Pass new
arguments to slot_index.
(emit_one_bundle): Set slot_frag field.  Set next_slot_number after
loop end.  Set next_slot_frag field.
gas/ChangeLog
gas/config/tc-ia64.c