OSDN Git Service

2009-04-10 Thomas Quinot <quinot@adacore.com>
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 10 Apr 2009 13:09:53 +0000 (13:09 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 10 Apr 2009 13:09:53 +0000 (13:09 +0000)
commitd48e263483b61f0045a7c23ce98830e72b9bb1a6
treee7c0b78c280386797ba446cb8c787dee6362f9d1
parent7b07a15edb365f63b6462d615dbfbde4e0a0c240
2009-04-10  Thomas Quinot  <quinot@adacore.com>

gnattools/
* Makefile.in: (stamp-tools): Add handling of snames.ad[sb]

ada/
* snames.h, snames.ads, snames.adb: Remove files, now generated from
templates.

* snames.h-tmpl, snames.ads-tmpl, snames.adb-tmpl: Templates for the
above.

* xsnamest.adb: New file.

* gcc-interface/Make-lang.in: New target for automated generation of
snames.ads, snames.adb and snames.h

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145893 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ada/ChangeLog
gcc/ada/gcc-interface/Make-lang.in
gcc/ada/snames.adb [deleted file]
gcc/ada/snames.adb-tmpl [new file with mode: 0644]
gcc/ada/snames.ads-tmpl [moved from gcc/ada/snames.ads with 76% similarity]
gcc/ada/snames.h [deleted file]
gcc/ada/snames.h-tmpl [new file with mode: 0644]
gcc/ada/xsnamest.adb [new file with mode: 0644]
gnattools/ChangeLog
gnattools/Makefile.in