Makefile.in: Rename GNAT RTEMS specific files.

2005-01-27  Laurent GUERBY <laurent@guerby.net>

	* Makefile.in: Rename GNAT RTEMS specific files.
	* 5rtpopsp.adb, 4rintnam.ads, 5rosinte.adb,
 	5rosinte.ads, 5rparame.adb: Replaced by files below.
	* s-tpopsp-rtems.adb, a-intman-rtems.ads, s-osinte-rtems.adb,
	s-osinte-rtems.ads, s-parame-rtems.adb: Replace files above.

From-SVN: r94319
This commit is contained in:
Laurent GUERBY 2005-01-27 11:57:04 +00:00 committed by Laurent Guerby
parent 9011d4bba2
commit 7d921ba4c9
7 changed files with 12 additions and 4 deletions

View File

@ -1,3 +1,11 @@
2005-01-27 Laurent GUERBY <laurent@guerby.net>
* Makefile.in: Rename GNAT RTEMS specific files.
* 5rtpopsp.adb, 4rintnam.ads, 5rosinte.adb,
5rosinte.ads, 5rparame.adb: Replaced by files below.
* s-tpopsp-rtems.adb, a-intman-rtems.ads, s-osinte-rtems.adb,
s-osinte-rtems.ads, s-parame-rtems.adb: Replace files above.
2005-01-27 Joel Sherrill <joel.sherrill@oarcorp.com>
Laurent GUERBY <laurent@guerby.net>

View File

@ -1135,13 +1135,13 @@ ifeq ($(strip $(filter-out rtems%,$(osys))),)
a-intnam.ads<4rintnam.ads \
s-inmaop.adb<s-inmaop-posix.adb \
s-intman.adb<s-intman-posix.adb \
s-osinte.adb<5rosinte.adb \
s-osinte.ads<5rosinte.ads \
s-osinte.adb<s-osinte-rtems.adb \
s-osinte.ads<s-osinte-rtems.ads \
s-osprim.adb<s-osprim-posix.adb \
s-parame.adb<5rparame.adb \
s-parame.adb<s-parame-rtems.adb \
s-taprop.adb<s-taprop-posix.adb \
s-taspri.ads<s-taspri-posix.ads \
s-tpopsp.adb<5rtpopsp.adb
s-tpopsp.adb<s-tpopsp-rtems.adb
endif
ifeq ($(strip $(filter-out alpha% dec osf%,$(targ))),)