Workaround 'wrong __data_start/_end' if __end__ is incorrect (Android)
authorIvan Maidanski <ivmai@mail.ru>
Thu, 24 Jan 2019 21:54:18 +0000 (00:54 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 24 Jan 2019 21:54:18 +0000 (00:54 +0300)
commitd6bd4fa5dbf22a388e949638e80c8df433c7dc7c
tree4050e671907204ccd984e2539c2951f01c2dc183
parentcbed8d14f447c8a247802bac9ff74b9f43620822
Workaround 'wrong __data_start/_end' if __end__ is incorrect (Android)

Issue #259 (bdwgc).

To prevent use of __end__ symbol, "-D BROKEN_UUENDUU_SYM" should be
passed to CFLAGS.

* include/private/gcconfig.h [HOST_ANDROID && __clang__] (DATAEND):
Do not redefine to __end__ if BROKEN_UUENDUU_SYM.
include/private/gcconfig.h