]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* config/tc-ia64.c (generate_unwind_image): Align the fragment
authorRichard Henderson <rth@redhat.com>
Thu, 10 May 2001 00:20:41 +0000 (00:20 +0000)
committerRichard Henderson <rth@redhat.com>
Thu, 10 May 2001 00:20:41 +0000 (00:20 +0000)
        beginning a function's unwind info block.

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

index 485db7f424d54c60dcd62cd1627059970f2b98f2..91ae483486d15333d92cd31b4a814dc6399155b1 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-04-27  David Mosberger  <davidm@hpl.hp.com>
 
        * config/tc-ia64.c (dot_spillmem_p): Fix output_spill_?sprel_p()
index 184a4072075cf6c2b1fb96e8193bdef351da851a..910394b0142c8e4df2568f9453b8a1c1460a59e9 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.  */