Makefile.in: Rename GNAT RTEMS specific files.
authorLaurent GUERBY <laurent@guerby.net>
Thu, 27 Jan 2005 11:57:04 +0000 (11:57 +0000)
committerLaurent Guerby <guerby@gcc.gnu.org>
Thu, 27 Jan 2005 11:57:04 +0000 (11:57 +0000)
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

gcc/ada/ChangeLog
gcc/ada/Makefile.in
gcc/ada/a-intman-rtems.ads [moved from gcc/ada/4rintnam.ads with 100% similarity]
gcc/ada/s-osinte-rtems.adb [moved from gcc/ada/5rosinte.adb with 100% similarity]
gcc/ada/s-osinte-rtems.ads [moved from gcc/ada/5rosinte.ads with 100% similarity]
gcc/ada/s-parame-rtems.adb [moved from gcc/ada/5rparame.adb with 100% similarity]
gcc/ada/s-tpopsp-rtems.adb [moved from gcc/ada/5rtpopsp.adb with 100% similarity]

index 0fa8b75..38a91f1 100644 (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>
 
index 610c9ac..85c30cf 100644 (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))),)