[Ada] Minor code reorganization

2014-01-20 Thread Eric Botcazou
This revamps the E_Component case of gnat_to_gnu_entity and improves comments. No functional changes, tested on x86_64-suse-linux, applied on the mainline. 2014-01-20 Eric Botcazou * gcc-interface/decl.c (gnat_to_gnu_entity) : Remove obsolete code for type_annotate_only mode,

[Ada] Minor code reorganization

2011-12-02 Thread Arnaud Charlet
This patch does not modify the functionality of the compiler. It moves semantic routines from Sem_Util to Sem_Aux to have them available in ASIS. Tested on x86_64-pc-linux-gnu, committed on trunk 2011-12-02 Javier Miranda * sem_util.ads, sem_util.adb, sem_aux.ads, sem_aux.adb