From: Arnaud Charlet Date: Mon, 12 Jan 2004 11:36:13 +0000 (+0100) Subject: [multiple changes] X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5fb1788b9b93b88de3491894fb0a93450d1cd6db;p=gcc.git [multiple changes] 2004-01-12 Arnaud Charlet 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 * Makefile.in: map 86numaux to a-numaux for x86_64 From-SVN: r75712 --- diff --git a/gcc/ada/Makefile.generic b/gcc/ada/Makefile.generic index 34e0d24af01..cb27f4f580c 100644 --- a/gcc/ada/Makefile.generic +++ b/gcc/ada/Makefile.generic @@ -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: diff --git a/gcc/ada/Makefile.in b/gcc/ada/Makefile.in index 79b4fc26915..df5ec6094d6 100644 --- a/gcc/ada/Makefile.in +++ b/gcc/ada/Makefile.in @@ -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 diff --git a/gcc/ada/Makefile.prolog b/gcc/ada/Makefile.prolog index 1aaff294617..cdad81fa6b0 100644 --- a/gcc/ada/Makefile.prolog +++ b/gcc/ada/Makefile.prolog @@ -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 .saved diff --git a/gcc/ada/bld.adb b/gcc/ada/bld.adb index 4cecd56653f..c690f63a18a 100644 --- a/gcc/ada/bld.adb +++ b/gcc/ada/bld.adb @@ -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;