* 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 0116a254948b1d92520256ab243c4280139410c5..8d14cf27baa6f8c9ab5750a0a14d6d83f8895078 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 ebf34ae63f587aa061a4506c2fbab0c5f24667f6..be4b7e5bd4d2bc4f679e44a568f88c500dbf9857 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.  */
This page took 0.034802 seconds and 4 git commands to generate.