]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR target/91306 ([MSP430] libgcc/crtstuff.c: Alignment of frame_dummy .init_array...
authorJozef Lawrynowicz <jozef.l@mittosystems.com>
Fri, 23 Aug 2019 09:21:26 +0000 (09:21 +0000)
committerJozef Lawrynowicz <jozefl@gcc.gnu.org>
Fri, 23 Aug 2019 09:21:26 +0000 (09:21 +0000)
commitd16017da3480f10f8dbac692b72e87ab82e2f8d7
tree3af0f741fe71edf019cec747a85a2495717e036a
parenta50f4236956cbcfff1fe7c8c0ca9c8db43e3bcd5
re PR target/91306 ([MSP430] libgcc/crtstuff.c: Alignment of frame_dummy .init_array entry is too big)

2019-08-23  Jozef Lawrynowicz  <jozef.l@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.

From-SVN: r274846
libgcc/ChangeLog
libgcc/crtstuff.c