r274658 - in /trunk/gcc/ada: ChangeLog Makefile...
pmderodat@gcc.gnu.org
pmderodat@gcc.gnu.org
Mon Aug 19 08:36:00 GMT 2019
Author: pmderodat
Date: Mon Aug 19 08:36:58 2019
New Revision: 274658
URL: https://gcc.gnu.org/viewcvs?rev=274658&root=gcc&view=rev
Log:
[Ada] Generate ada_target_properties
Generate target-dependent info into a file named ada_target_properties.
This information is used by tools for static analysis: they need to know
the size of standard types for a given run-time library. This metadata
is meant to be saved at the root of the run-time directory.
2019-08-19 Jerome Guitton <guitton@adacore.com>
gcc/ada/
* Makefile.rtl (system.o): New target to add generation of
target properties.
* gcc-interface/Makefile.in (install-gnatlib): Install
ada_target_properties.
Modified:
trunk/gcc/ada/ChangeLog
trunk/gcc/ada/Makefile.rtl
trunk/gcc/ada/gcc-interface/Makefile.in
More information about the Gcc-cvs
mailing list