aboutsummaryrefslogtreecommitdiff
path: root/libgcc/ChangeLog
diff options
context:
space:
mode:
authorAndrew Pinski <apinski@cavium.com>2011-12-06 21:35:41 +0000
committerAndrew Pinski <pinskia@gcc.gnu.org>2011-12-06 13:35:41 -0800
commit806fc6aa98cd8071c9b451347c9ce2cf071c0598 (patch)
tree414614ab6d32ccb8e11383f1012f9bfda19a2359 /libgcc/ChangeLog
parent5fa3ea21352a956a05859c65a2107f019c16013c (diff)
downloadgcc-806fc6aa98cd8071c9b451347c9ce2cf071c0598.zip
gcc-806fc6aa98cd8071c9b451347c9ce2cf071c0598.tar.gz
gcc-806fc6aa98cd8071c9b451347c9ce2cf071c0598.tar.bz2
crtstuff.c (__do_global_dtors_aux_fini_array_entry): Align to the size of func_ptr.
2011-12-06 Andrew Pinski <apinski@cavium.com> * crtstuff.c (__do_global_dtors_aux_fini_array_entry): Align to the size of func_ptr. (__frame_dummy_init_array_entry): Likewise. From-SVN: r182066
Diffstat (limited to 'libgcc/ChangeLog')
-rw-r--r--libgcc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index cde3853..d74aeb9 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,3 +1,9 @@
+2011-12-06 Andrew Pinski <apinski@cavium.com>
+
+ * crtstuff.c (__do_global_dtors_aux_fini_array_entry): Align to the
+ size of func_ptr.
+ (__frame_dummy_init_array_entry): Likewise.
+
2011-12-06 Georg-Johann Lay <avr@gjlay.de>
Forward-port from gcc-4_6-branch r181936 2011-12-02.