]> granicus.if.org Git - gc/commit
Prevent abort in register_data_segments for Symbian
authorIvan Maidanski <ivmai@mail.ru>
Tue, 20 Jun 2017 14:05:20 +0000 (17:05 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 4 Jul 2017 21:55:23 +0000 (00:55 +0300)
commite2acd7faa5b2cc143ad198a57e9fb30d8f059099
tree3ffda9732a1ba39efd925a6a2d923a6a01dc2f9d
parent9f37c26acc8f3a12b505d51e3b2db3379d4fa7cd
Prevent abort in register_data_segments for Symbian
(Cherry-pick commit a706784 from 'release-7_6' branch.)

DATASTART is tested to have a non-null value in GC_register_data_segments,
so the macro should not be defined to null even if it is not really
used (null value typically means that the corresponding weak symbol
is not resolved).

* include/private/gcconfig.h [SYMBIAN] (DATASTART,
DATAEND): Change to a non-null value (ALIGNMENT).
include/private/gcconfig.h