elf.h (CTOR_LIST_BEGIN, [...]): change type of __CTOR_LIST__ from func_ptr array...
authorChris Demetriou <cgd@sibyte.com>
Sun, 6 Aug 2000 00:07:22 +0000 (00:07 +0000)
committerJeff Law <law@gcc.gnu.org>
Sun, 6 Aug 2000 00:07:22 +0000 (18:07 -0600)
commitf0333785dbd31039b11ddb0f846dd144ab5ba6c5
tree2b70b12781a0fb40ae1222252bc8548ef63afbdd
parent6d81ba4545c36fac5d14b978388511bdd0641f1a
elf.h (CTOR_LIST_BEGIN, [...]): change type of __CTOR_LIST__ from func_ptr array to just func_ptr...

        * mips/elf.h (CTOR_LIST_BEGIN, CTOR_LIST_END,
        DTOR_LIST_BEGIN, DTOR_LIST_END): change type of
        __CTOR_LIST__ from func_ptr array to just func_ptr, to
        avoid extra alignment imposed on arrays.
        * mips/elf64.h (CTOR_LIST_BEGIN, CTOR_LIST_END,
        DTOR_LIST_BEGIN, DTOR_LIST_END): Likewise.

From-SVN: r35510
gcc/ChangeLog
gcc/config/mips/elf.h
gcc/config/mips/elf64.h