]> git.ipfire.org Git - thirdparty/gcc.git/commit
[Ada] Reduce runtime dependencies on stage1
authorArnaud Charlet <charlet@adacore.com>
Mon, 29 Nov 2021 10:04:36 +0000 (10:04 +0000)
committerPierre-Marie de Rodat <derodat@adacore.com>
Wed, 5 Jan 2022 11:32:33 +0000 (11:32 +0000)
commit1fc93860a54772c3302ba755eed504d3b00c88ef
tree2077aa1486a3713a9efba5df5fccabfae743a450
parent1021b72bf6542f3c08e5404b65063216ee1b06f7
[Ada] Reduce runtime dependencies on stage1

gcc/ada/

* osint.adb (File_Names_Equal): Declare To_Lower locally.
* osint.ads (Null_FD): New.
* fmap.adb, sinput-l.adb, targparm.adb: Adapt to changes above.
* switch-b.adb (Scan_Debug_Switches): Use Is_Regular_File to
simplify the bootstrap dependencies.
gcc/ada/fmap.adb
gcc/ada/osint.adb
gcc/ada/osint.ads
gcc/ada/sinput-l.adb
gcc/ada/switch-b.adb
gcc/ada/targparm.adb