]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/config/tc-ia64.h
2004-01-07 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 7 Jan 2004 19:19:35 +0000 (19:19 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 7 Jan 2004 19:19:35 +0000 (19:19 +0000)
commit73f209588f424a1db0c4206e5a894949027c66fd
tree93e5595f19ca46d3da3b3dc8330ffd6c61d68e1b
parent15255275af6b47151f37826e17e335210c1cd18e
2004-01-07  H.J. Lu  <hongjiu.lu@intel.com>

* config/tc-ia64.c (unwind): Move next_slot_number and
next_slot_frag to ...
(unw_rec_list): Here.
(free_list_records): Removed.
(output_unw_records): Likewise.
(generate_unwind_image): Make it void.
(alloc_record): Initialize next_slot_number and next_slot_frag.
(slot_index): Take .org, .space and .align into account.
(fixup_unw_records): Don't set slot_number to 0. Use
list->next_slot_number and list->next_slot_frag instead of
unwind.next_slot_number and unwind.next_slot_frag.
(ia64_convert_frag): New.
(generate_unwind_image): Generate a rs_machine_dependent frag
for unwind record.
(emit_one_bundle): Use list->next_slot_number and
list->next_slot_frag instead of unwind.next_slot_number and
unwind.next_slot_frag.

* config/tc-ia64.h (md_convert_frag): Defined as
ia64_convert_frag.
(md_estimate_size_before_relax): Defined as (f)->fr_var.
gas/ChangeLog
gas/config/tc-ia64.c
gas/config/tc-ia64.h