* config/tc-ia64.c (generate_unwind_image): Align the fragment
authorRichard Henderson <rth@redhat.com>
Thu, 10 May 2001 00:18:19 +0000 (00:18 +0000)
committerRichard Henderson <rth@redhat.com>
Thu, 10 May 2001 00:18:19 +0000 (00:18 +0000)
        beginning a function's unwind info block.

gas/ChangeLog
gas/config/tc-ia64.c

index 0116a25..8d14cf2 100644 (file)
@@ -1,3 +1,8 @@
+2001-05-09  Richard Henderson  <rth@redhat.com>
+
+       * config/tc-ia64.c (generate_unwind_image): Align the fragment
+       beginning a function's unwind info block.
+
 2001-05-09  Alexandre Oliva  <aoliva@redhat.com>
 
        * config/tc-mn10300.c (md_apply_fix3): Accept PC-relative relocs.
index ebf34ae..be4b7e5 100644 (file)
@@ -3165,6 +3165,7 @@ generate_unwind_image (text_name)
                             SEC_LOAD | SEC_ALLOC | SEC_READONLY);
 
       /* Make sure the section has 8 byte alignment.  */
+      frag_align (3, 0, 0);
       record_alignment (now_seg, 3);
 
       /* Set expression which points to start of unwind descriptor area.  */