https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91306

--- Comment #5 from jozefl at gcc dot gnu.org ---
Author: jozefl
Date: Fri Aug 23 09:21:26 2019
New Revision: 274846

URL: https://gcc.gnu.org/viewcvs?rev=274846&root=gcc&view=rev
Log:
2019-08-23  Jozef Lawrynowicz  <joze...@mittosystems.com>

        PR target/91306
        * crtstuff.c (__CTOR_LIST__): Align to the "__alignof__" the array
        element type, instead of "sizeof" the element type.
        (__DTOR_LIST__): Likewise.
        (__TMC_LIST__): Likewise.
        (__do_global_dtors_aux_fini_array_entry): Likewise.
        (__frame_dummy_init_array_entry): Likewise.
        (__CTOR_END__): Likewise.
        (__DTOR_END__): Likweise.
        (__FRAME_END__): Likewise.
        (__TMC_END__): Likewise.

Modified:
    trunk/libgcc/ChangeLog
    trunk/libgcc/crtstuff.c

Reply via email to