[Ada] Set GNAT.OS_Lib.GM_Split's granularity back to 1 second
authorDmitriy Anisimkov <anisimko@adacore.com>
Tue, 20 Aug 2019 09:50:09 +0000 (09:50 +0000)
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>
Tue, 20 Aug 2019 09:50:09 +0000 (09:50 +0000)
commit8d3e80186744f894702d2f618a78eae0a2c1d33c
tree8665782e4ae1936599b65305e9eec726164b8986
parentb08f42aecfe0d2c70c2fa81601f2ec86d3ffea30
[Ada] Set GNAT.OS_Lib.GM_Split's granularity back to 1 second

The modification to round time up to even second was added decades ago.
It was done to avoid unneeded recompilations when the project was built
on non-FAT filesystems and then moved to FAT filesystems. Such a
situation is now very rare and does not deserve time distortion.

2019-08-20  Dmitriy Anisimkov  <anisimko@adacore.com>

gcc/ada/

* adaint.c (__gnat_to_gm_time): On _WIN32, don't round time up
to even second.

From-SVN: r274736
gcc/ada/ChangeLog
gcc/ada/adaint.c