[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Mon, 12 Jan 2004 11:36:13 +0000 (12:36 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Mon, 12 Jan 2004 11:36:13 +0000 (12:36 +0100)
2004-01-12  Arnaud Charlet  <charlet@act-europe.fr>

PR ada/13572
* bld.adb (Recursive_Process): Reference prefix/share/gnat instead of
prefix/share/make

* Makefile.generic: Update copyright.
Add license notice.

* Makefile.in (ADA_SHARE_MAKE_DIR): Set to prefix/share/gnat instead
of prefix/share/make.

* Makefile.prolog: Update copyright.
Add license notice.

2004-01-12  Bernard Banner  <banner@gnat.com>

* Makefile.in: map 86numaux to a-numaux for x86_64

From-SVN: r75712

gcc/ada/Makefile.generic
gcc/ada/Makefile.in
gcc/ada/Makefile.prolog
gcc/ada/bld.adb

index 34e0d24af01e9f450cef356c6f322ed864bb9e22..cb27f4f580cee58934730ba2bfefa3412169005a 100644 (file)
@@ -1,7 +1,24 @@
 # Generic Makefile to support compilation for multiple languages.
 # See also Makefile.prolog
 #
-# Copyright (C) 2001-2003 ACT-Europe
+#   Copyright (C) 2001-2004 Free Software Foundation, Inc.
+
+# This file is part of GCC.
+
+# GCC is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+# GCC is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+# You should have received a copy of the GNU General Public License
+# along with GCC; see the file COPYING.  If not, write to
+# the Free Software Foundation, 59 Temple Place - Suite 330,
+# Boston, MA 02111-1307, USA.
 
 # This Makefile provides a very generic framework of the following
 # functionalities:
index 79b4fc2691580f33f9e85457752f4e5e54c5fb26..df5ec6094d6cfeb4eea4fd6841ffc6168a0d34de 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile for GNU Ada Compiler (GNAT).
-#   Copyright (C) 1994-2003 Free Software Foundation, Inc.
+#   Copyright (C) 1994-2004 Free Software Foundation, Inc.
 
 #This file is part of GCC.
 
@@ -1272,6 +1272,8 @@ endif
 ifeq ($(strip $(filter-out %x86_64 linux%,$(arch) $(osys))),)
   LIBGNAT_TARGET_PAIRS = \
   a-intnam.ads<4lintnam.ads \
+  a-numaux.adb<86numaux.adb \
+  a-numaux.ads<86numaux.ads \
   s-inmaop.adb<7sinmaop.adb \
   s-intman.adb<7sintman.adb \
   s-osinte.ads<5iosinte.ads \
@@ -2016,7 +2018,7 @@ b_gnatm.o : b_gnatm.c
 
 ADA_INCLUDE_DIR = $(libsubdir)/adainclude
 ADA_RTL_OBJ_DIR = $(libsubdir)/adalib
-ADA_SHARE_MAKE_DIR = $(prefix)/share/make
+ADA_SHARE_MAKE_DIR = $(prefix)/share/gnat
 
 # force no sibling call optimization on s-traceb.o so the number of stack
 # frames to be skipped when computing a call chain is not modified by
index 1aaff2946170d1c506bd02ec8d5ba5d6e038c81f..cdad81fa6b057b781f4df9d4c33724538979b3c0 100644 (file)
@@ -2,7 +2,24 @@
 # to support compilation for multiple languages.
 # See also Makefile.generic
 #
-# Copyright (C) 2001-2002 ACT-Europe
+#   Copyright (C) 2001-2004 Free Software Foundation, Inc.
+
+# This file is part of GCC.
+
+# GCC is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+
+# GCC is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with GCC; see the file COPYING.  If not, write to
+# the Free Software Foundation, 59 Temple Place - Suite 330,
+# Boston, MA 02111-1307, USA.
 
 # all reserved variables are saved in <VAR>.saved
 
index 4cecd56653f4600c6541152265f536e267bfb28c..c690f63a18aebf54865b2304cdc874f643564c79 100644 (file)
@@ -2626,7 +2626,7 @@ package body Bld is
                Put_Directory_Separator;
                Put ("share");
                Put_Directory_Separator;
-               Put ("make");
+               Put ("gnat");
                Put_Directory_Separator;
                Put ("Makefile.prolog");
                New_Line;
@@ -3347,7 +3347,7 @@ package body Bld is
                Put_Directory_Separator;
                Put ("share");
                Put_Directory_Separator;
-               Put ("make");
+               Put ("gnat");
                Put_Directory_Separator;
                Put ("Makefile.generic");
                New_Line;