From: Ian Lance Taylor Date: Tue, 22 Mar 1994 23:46:17 +0000 (+0000) Subject: * scripttempl/aout.sc: Force _end and __end to be aligned to a X-Git-Tag: gdb-4_18~15071 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f7a26f1b782dde8667653109168a304606d82766;p=external%2Fbinutils.git * scripttempl/aout.sc: Force _end and __end to be aligned to a four byte boundary. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 3a83be9..11eae56 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,8 @@ Tue Mar 22 13:08:28 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + * scripttempl/aout.sc: Force _end and __end to be aligned to a + four byte boundary. + * ldwrite.c (build_link_order): Handle lang_data_statement_enum by building a bfd_data_link_order, rather than by setting the section contents immediately.