[Ada] Do not use maximal values from System in runtime units
authorEric Botcazou <ebotcazou@adacore.com>
Tue, 23 Jun 2020 09:53:53 +0000 (11:53 +0200)
committerPierre-Marie de Rodat <derodat@adacore.com>
Thu, 15 Oct 2020 09:39:09 +0000 (05:39 -0400)
commit73b211a76e4da53960958b8a4b3821de82a3219c
tree5ad04ad1acda52e70912fe645f3cf151bc8ea3cf
parenta39bc02543ee30ac995104e369adc84a08798709
[Ada] Do not use maximal values from System in runtime units

gcc/ada/

* libgnat/a-cfinve.adb (Int): Use subtype of Long_Long_Integer.
* libgnat/a-cofove.adb (Int): Likewise.
* libgnat/a-cgcaso.adb (T): Likewise.
* libgnat/a-cogeso.adb (T): Likewise.
* libgnat/g-debpoo.ads (Byte_Count): Use Long_Long_Integer'Size.
gcc/ada/libgnat/a-cfinve.adb
gcc/ada/libgnat/a-cgcaso.adb
gcc/ada/libgnat/a-cofove.adb
gcc/ada/libgnat/a-cogeso.adb
gcc/ada/libgnat/g-debpoo.ads