summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2001-05-10 00:18:19 +0000
committerRichard Henderson <rth@redhat.com>2001-05-10 00:18:19 +0000
commit1f23ade4f486e3af9251979eabc9e571a52650f2 (patch)
tree4f734e8354ae40e096ca0103640167e38f7ae8ee
parent6e5222be78fb7a96e4702cc161a76266b0df237a (diff)
downloadppe42-binutils-1f23ade4f486e3af9251979eabc9e571a52650f2.tar.gz
ppe42-binutils-1f23ade4f486e3af9251979eabc9e571a52650f2.zip
* config/tc-ia64.c (generate_unwind_image): Align the fragment
beginning a function's unwind info block.
-rw-r--r--gas/ChangeLog5
-rw-r--r--gas/config/tc-ia64.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 0116a25494..8d14cf27ba 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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.
diff --git a/gas/config/tc-ia64.c b/gas/config/tc-ia64.c
index ebf34ae63f..be4b7e5bd4 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. */
OpenPOWER on IntegriCloud