]> sourceware.org Git - newlib-cygwin.git/commit
Finish this commit by prefixing HAVE_INITFINI_ARRAY and HAVE_INIT_FINI references...
authorJeff Law <jeffreyalaw@gmail.com>
Sat, 29 Jan 2022 04:26:18 +0000 (21:26 -0700)
committerJeff Law <jeffreyalaw@gmail.com>
Sat, 29 Jan 2022 04:39:14 +0000 (21:39 -0700)
commit063d67faf0266e5ba169bc5cfde8aed011b1d41b
tree9d706ea31296e57d2202f6d1d68de26df90091f4
parent7a4bef590b37683b08ebaee384d0694b9afccc57
Finish this commit by prefixing HAVE_INITFINI_ARRAY and HAVE_INIT_FINI references in libgloss in the same way.

Author: Mike Frysinger <vapier@gentoo.org>
Date:   Mon Jan 17 22:20:20 2022 -0500

    newlib: internalize HAVE_INITFINI_ARRAY

    This define is only used by newlib internally, so stop exporting it
    as HAVE_INITFINI_ARRAY since this can conflict with defines packages
    use themselves.

    We don't really need to add _ to HAVE_INIT_FINI too since it isn't
    exported in newlib.h, but might as well be consistent here.

    We can't (easily) add this to newlib_cflags like HAVE_INIT_FINI is
    because this is based on a compile-time test in the top configure,
    not on plain shell code in configure.host.  We'd have to replicate
    the test in every subdir in order to have it passed down.
libgloss/aarch64/crt0.S
libgloss/arm/crt0.S
libgloss/cris/crt0.S
libgloss/cris/lcrt0.c
libgloss/or1k/crt0.S
This page took 0.032105 seconds and 5 git commands to generate.