Correct unwind region length calculations.
authorJim Wilson <wilson@tuliptree.org>
Wed, 8 Nov 2000 20:55:21 +0000 (20:55 +0000)
committerJim Wilson <wilson@tuliptree.org>
Wed, 8 Nov 2000 20:55:21 +0000 (20:55 +0000)
commitf5a30c2e6e72a64b730f5d10afa0c807a0774369
treefc039b8438f70f1810252459aee9e22aae22453d
parent2765b7984ff06062a2159d988c646e6600263b6b
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