Encore un nouveau prerelease (pre15):
* Fixed the definition of
significand_size in
real.h. This does not seem to have any noticeable effect, but the new definition is the correct one. :-)
* When merging sections, now merges them to
.text rather than
.data by default. Added a
-mmerge-to-data switch which restores the old behavior just in case someone depended on it for some reason.
* When not merging sections, now places read-only data (except jump tables) into
.data rather than
.text by default, because this makes more sense for RAM programs. Added a
-mrodata-to-text switch to change this (which might make sense in the future if we are going to support AMS FlashApps and/or PedroM applications at some point).
Vous êtes priés de tester le nouveau prerelease. Il y a eu pas mal de changements par rapport à pre13 (y compris un nouveau snapshot de GCC), et je n'ai eu absolument aucun rapport (ni de succès, ni d'échec) au sujet de pre14.
