From: Richard Henderson Date: Thu, 10 May 2001 00:18:19 +0000 (+0000) Subject: * config/tc-ia64.c (generate_unwind_image): Align the fragment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1f23ade4f486e3af9251979eabc9e571a52650f2;p=binutils-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 0116a254948..8d14cf27baa 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-05-09 Alexandre Oliva * config/tc-mn10300.c (md_apply_fix3): Accept PC-relative relocs. diff --git a/gas/config/tc-ia64.c b/gas/config/tc-ia64.c index ebf34ae63f5..be4b7e5bd4d 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. */