* config/tc-ia64.c (generate_unwind_image): Align the fragment

beginning a function's unwind info block.
This commit is contained in:
Richard Henderson
2001-05-10 00:18:19 +00:00
parent 6e5222be78
commit 1f23ade4f4
2 changed files with 6 additions and 0 deletions

View 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.

View 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. */