Fix unwind info problems with .align.
commitdc90dd3bbe135425e98131e7112d9ff4b6b9f324
authorJim Wilson <wilson@tuliptree.org>
Sat, 21 Feb 2004 00:24:15 +0000 (21 00:24 +0000)
committerJim Wilson <wilson@tuliptree.org>
Sat, 21 Feb 2004 00:24:15 +0000 (21 00:24 +0000)
tree3e58882a463a24552e6231bc61aee638a5c8341c
parent4fbe30a2513d7cd1af9bf64389800e4ccccd9399
Fix unwind info problems with .align.
* config/tc-ia64.c (slot_index): New arg before_relax.  Use instead of
finalize_syms.
(fixup_unw_records): New arg before_relax.  Pass to slot_index.
(ia64_estimate_size_before_relax): New.
(ia64_convert_frag): Pass 0 to fixup_unw_records.  Add comment.
(generate_unwind_image): Pass 1 to fixup_unw_records.
* config/tc-ia64.h (ia64_estimate_size_before_relax): Declare.
(md_estimate_size_before_relax): Call ia64_estimate_size_before_relax.
gas/ChangeLog
gas/config/tc-ia64.c
gas/config/tc-ia64.h