diff options
author | Richard Henderson <rth@redhat.com> | 2001-05-10 00:18:19 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2001-05-10 00:18:19 +0000 |
commit | 1f23ade4f486e3af9251979eabc9e571a52650f2 (patch) | |
tree | 4f734e8354ae40e096ca0103640167e38f7ae8ee /gas/config/tc-ia64.c | |
parent | 6e5222be78fb7a96e4702cc161a76266b0df237a (diff) | |
download | gdb-1f23ade4f486e3af9251979eabc9e571a52650f2.zip gdb-1f23ade4f486e3af9251979eabc9e571a52650f2.tar.gz gdb-1f23ade4f486e3af9251979eabc9e571a52650f2.tar.bz2 |
* config/tc-ia64.c (generate_unwind_image): Align the fragment
beginning a function's unwind info block.
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. */ |