]> gcc.gnu.org Git - gcc.git/commitdiff
Makefile.in: Fix a-intnam.ads from previous commit, add 2005 to copyright.
authorLaurent GUERBY <laurent@guerby.net>
Thu, 27 Jan 2005 20:19:50 +0000 (20:19 +0000)
committerLaurent Guerby <guerby@gcc.gnu.org>
Thu, 27 Jan 2005 20:19:50 +0000 (20:19 +0000)
2005-01-27  Laurent GUERBY <laurent@guerby.net>

* Makefile.in: Fix a-intnam.ads from previous commit,
add 2005 to copyright.
* a-intman-rtems.ads: Renamed to...
* a-intnam-rtems.ads:

From-SVN: r94335

gcc/ada/ChangeLog
gcc/ada/Makefile.in
gcc/ada/a-intnam-rtems.ads [moved from gcc/ada/a-intman-rtems.ads with 100% similarity]

index 38a91f1dcbc03f49bf7e5c054a2eabd583599dfa..6c9a04c25524ff91bd11dbc28b987fe4cb9ebb8e 100644 (file)
@@ -1,3 +1,10 @@
+2005-01-27  Laurent GUERBY <laurent@guerby.net>
+
+       * Makefile.in: Fix a-intnam.ads from previous commit,
+       add 2005 to copyright.
+       * a-intman-rtems.ads: Renamed to...
+       * a-intnam-rtems.ads:
+
 2005-01-27  Laurent GUERBY <laurent@guerby.net>
 
        * Makefile.in: Rename GNAT RTEMS specific files.
index 85c30cff3d7dc546c2f813ff42e62242e4bc5fd8..edf39b63f49c6ea82b635eb3ac006af288b8c00c 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile for GNU Ada Compiler (GNAT).
-#   Copyright (C) 1994-2004 Free Software Foundation, Inc.
+#   Copyright (C) 1994-2005 Free Software Foundation, Inc.
 
 #This file is part of GCC.
 
@@ -1132,7 +1132,7 @@ endif
 
 ifeq ($(strip $(filter-out rtems%,$(osys))),)
   LIBGNAT_TARGET_PAIRS = \
-  a-intnam.ads<4rintnam.ads \
+  a-intnam.ads<a-intnam-rtems.ads \
   s-inmaop.adb<s-inmaop-posix.adb \
   s-intman.adb<s-intman-posix.adb \
   s-osinte.adb<s-osinte-rtems.adb \
This page took 0.071976 seconds and 5 git commands to generate.