This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r263692 - in /trunk/gcc: ChangeLog config/vxwor...


Author: villemoes
Date: Tue Aug 21 08:52:40 2018
New Revision: 263692

URL: https://gcc.gnu.org/viewcvs?rev=263692&root=gcc&view=rev
Log:
vxworks: don't define vxworks_asm_out_constructor when using .init_array

When the compiler is configured with --enable-initfini-array,
config/initfini-array.h gets included after config/vxworks.h by tm.h, so
the definitions of TARGET_ASM_CONSTRUTOR/TARGET_ASM_DESTRUCTOR in
vxworks.h get undone in initfini-array.h. Hence, we might as well not
define the vxworks_asm_out_* functions.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/vxworks.c
    trunk/gcc/config/vxworks.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]