diff options
Diffstat (limited to 'gas/config/tc-ia64.c')
-rw-r--r-- | gas/config/tc-ia64.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/config/tc-ia64.c b/gas/config/tc-ia64.c index ebf34ae..be4b7e5 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. */ |