| www.delorie.com/gnu/docs/gcc/gnat_ug_26.html | search |
![]() Buy the book! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Each compilation actually generates two output files. The first of these is the normal object file that has a `.o' extension. The second is a text file containing full dependency information. It has the same name as the source file, but an `.ali' extension. This file is known as the Ada Library Information (`ali') file. The following information is contained in the `ali' file.
gcc command for the compilation
Pure).
with'ed units, including presence of
Elaborate or Elaborate_All pragmas.
Linker_Options pragmas used in the unit
Body_Version or Version
attributes in the unit.
gnatxref and gnatfind to
provide cross-reference information.
For a full detailed description of the format of the `ali' file,
see the source of the body of unit Lib.Writ, contained in file
`lib-writ.adb' in the GNAT compiler sources.
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |