From: Richard Henderson Date: Thu, 10 May 2001 00:20:41 +0000 (+0000) Subject: * config/tc-ia64.c (generate_unwind_image): Align the fragment X-Git-Tag: binutils-2_11_1~43 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9864e18e1d90b0ba07438c0755bb2586a87af447;p=thirdparty%2Fbinutils-gdb.git * config/tc-ia64.c (generate_unwind_image): Align the fragment beginning a function's unwind info block. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 485db7f424d..91ae483486d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2001-05-09 Richard Henderson + + * config/tc-ia64.c (generate_unwind_image): Align the fragment + beginning a function's unwind info block. + 2001-04-27 David Mosberger * config/tc-ia64.c (dot_spillmem_p): Fix output_spill_?sprel_p() diff --git a/gas/config/tc-ia64.c b/gas/config/tc-ia64.c index 184a4072075..910394b0142 100644 --- a/gas/config/tc-ia64.c +++ b/gas/config/tc-ia64.c @@ -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. */