diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-10-11 09:25:26 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-10-11 09:25:26 +0000 |
commit | 7e9e8bc8a8f124ac0d06d7f22e986146ff68c7c7 (patch) | |
tree | 46d21e8ecd9d60ce42e83f3b64e35a1ce9fee130 /gcc/ada/projects.texi | |
parent | de54c5aba9e149264f53a2ffb55ba0501288a771 (diff) | |
download | gcc-7e9e8bc8a8f124ac0d06d7f22e986146ff68c7c7.tar.gz |
2010-10-11 Ed Schonberg <schonberg@adacore.com>
* lib-xref.adb (Output_References): Common handling for objects and
formals of an anonymous access type.
2010-10-11 Eric Botcazou <ebotcazou@adacore.com>
* make.adb (Scan_Make_Arg): Also pass -O to both compiler and linker.
2010-10-11 Ed Schonberg <schonberg@adacore.com>
* sem_ch6.adb: Fix check for illegal equality declaration in Ada2012
2010-10-11 Gary Dismukes <dismukes@adacore.com>
* sem_disp.adb (Check_Dispatching_Operation): When testing for issuing
a warning about subprograms of a tagged type not being dispatching,
limit this to cases where the tagged type and the subprogram are
declared within the same declaration list.
2010-10-11 Jerome Lambourg <lambourg@adacore.com>
* projects.texi, prj-attr.adb: Add new attribute documentation_dir.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@165284 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/projects.texi')
-rw-r--r-- | gcc/ada/projects.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ada/projects.texi b/gcc/ada/projects.texi index c1afd0d83e7..979dc33ab2e 100644 --- a/gcc/ada/projects.texi +++ b/gcc/ada/projects.texi @@ -2874,6 +2874,7 @@ system (file). The text is between brackets ([]) if the index is optional. @item VCS_Kind @tab string @tab IDE @tab - @item VCS_File_Check @tab string @tab IDE @tab - @item VCS_Log_Check @tab string @tab IDE @tab - +@item Documentation_Dir @tab string @tab IDE @tab - @headitem Configuration files @tab @tab @tab See gprbuild manual @item Default_Language @tab string @tab - @tab - |