2004-01-07 H.J. Lu <hongjiu.lu@intel.com>
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 9f8e49b76fe95e9fac76436ba644f8b911d4276b..6ae00906fdd9e123f6c76574bb130c1a6b38c80d 100644 (file)
@@ -1,3 +1,27 @@
+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.
+
 2004-01-06  Alexandre Oliva  <aoliva@redhat.com>
 
        2003-12-19  Alexandre Oliva  <aoliva@redhat.com>
This page took 0.023612 seconds and 4 git commands to generate.