]> git.ipfire.org Git - thirdparty/gcc.git/commit
ada: Move formal hash tables from gnat repository to the SPARK library
authorClaire Dross <dross@adacore.com>
Thu, 10 Oct 2024 14:51:13 +0000 (16:51 +0200)
committerMarc Poulhiès <dkm@gcc.gnu.org>
Mon, 4 Nov 2024 15:57:56 +0000 (16:57 +0100)
commit010cf71da79f001e40a29aa4ebef27e5dbf7fce8
treed0b374487a33fe161441b61de303af18de14f6a2
parente009d0c215ccbb22d681e8feb372aa5f27c15f88
ada: Move formal hash tables from gnat repository to the SPARK library

The formal containers have been part of the SPARK library for some
time now. However, some units used only by these containers are still
part of the gnat repository. Move them to the SPARK library.

gcc/ada/ChangeLog:

* Makefile.rtl: Remove references to moved units.
* libgnat/a-chtgfk.adb: Removed.
* libgnat/a-chtgfk.ads: Removed.
* libgnat/a-chtgfo.adb: Removed.
* libgnat/a-chtgfo.ads: Removed.
* libgnat/a-cohata.ads (Generic_Formal_Hash_Table_Types): Removed.
gcc/ada/Makefile.rtl
gcc/ada/libgnat/a-chtgfk.adb [deleted file]
gcc/ada/libgnat/a-chtgfk.ads [deleted file]
gcc/ada/libgnat/a-chtgfo.adb [deleted file]
gcc/ada/libgnat/a-chtgfo.ads [deleted file]
gcc/ada/libgnat/a-cohata.ads