summaryrefslogtreecommitdiff
path: root/libada
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2014-10-30 09:35:42 +0000
committer <>2015-01-09 11:51:27 +0000
commitc27a97d04853380f1e80525391b3f0d156ed4c84 (patch)
tree68ffaade7c605bc80cffa18360799c98a810976f /libada
parent6af3fdec2262dd94954acc5e426ef71cbd4521d3 (diff)
downloadgcc-tarball-c27a97d04853380f1e80525391b3f0d156ed4c84.tar.gz
Imported from /home/lorry/working-area/delta_gcc-tarball/gcc-4.9.2.tar.bz2.gcc-4.9.2
Diffstat (limited to 'libada')
-rw-r--r--libada/ChangeLog53
-rw-r--r--libada/Makefile.in4
-rwxr-xr-xlibada/configure7
-rw-r--r--libada/configure.ac2
4 files changed, 35 insertions, 31 deletions
diff --git a/libada/ChangeLog b/libada/ChangeLog
index b46401c0f8..27e7258265 100644
--- a/libada/ChangeLog
+++ b/libada/ChangeLog
@@ -1,39 +1,44 @@
-2013-04-11 Release Manager
+2014-10-30 Release Manager
- * GCC 4.7.3 released.
+ * GCC 4.9.2 released.
-2013-02-13 Kai Tietz <ktietz@redhat.com>
+2014-08-12 Joel Sherrill <joel.sherrill@oarcorp.com>
- PR target/52122
- * Makefile.in (LN_S_RECURSIVE): New.
- (adainclude, adalib): Use LN_S_RECURSIVE for copy.
+ * Makefile.in: Add CFLAGS_FOR_TARGET to GNATLIBCFLAGS_FOR_C.
-2012-09-20 Release Manager
+2014-07-16 Release Manager
- * GCC 4.7.2 released.
+ * GCC 4.9.1 released.
-2012-06-14 Release Manager
+2014-04-22 Release Manager
- * GCC 4.7.1 released.
+ * GCC 4.9.0 released.
-2012-06-11 Olivier Hainque <hainque@adacore.com>
+2014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
- * Makefile.in (GNATLIBCFLAGS_FOR_C): Remove $(PICFLAG).
+ Update copyright years
+
+2013-11-15 Andreas Schwab <schwab@linux-m68k.org>
+
+ * configure: Regenerate.
+
+2013-03-27 Kai Tietz <ktietz@redhat.com>
-2012-05-06 Pascal Obry <obry@adacore.com>
+ * configure: Regenerated.
- Revert
- 2012-02-24 Dave Korn <dave.korn.cygwin@gmail.com>
+2013-02-13 Kai Tietz <ktietz@redhat.com>
- * Makefile.in (bindir): Import from autoconf and pass down to submake.
+ PR target/52122
+ * Makefile.in (LN_S_RECURSIVE): New.
+ (adainclude, adalib): Use LN_S_RECURSIVE for copy.
-2012-03-22 Release Manager
+2013-01-14 Richard Sandiford <rdsandiford@googlemail.com>
- * GCC 4.7.0 released.
+ Update copyright years.
-2012-02-24 Dave Korn <dave.korn.cygwin@gmail.com>
+2012-06-11 Olivier Hainque <hainque@adacore.com>
- * Makefile.in (bindir): Import from autoconf and pass down to submake.
+ * Makefile.in (GNATLIBCFLAGS_FOR_C): Remove $(PICFLAG).
2012-01-22 Douglas B Rupp <rupp@gnat.com>
@@ -130,7 +135,7 @@
2008-09-21 Laurent Guerby <laurent@guerby.net>
Paolo Bonzini <bonzini@gnu.org>
-
+
PR ada/5911
* Makefile.in (all, install, mostlyclean, clean, distclean): Add
multilib handling.
@@ -138,7 +143,7 @@
* configure: Regenerate.
2008-08-29 Laurent Guerby <laurent@guerby.net>
-
+
* Makefile.in (FLAGS_TO_PASS): renamed to LIBADA_FLAGS_TO_PASS to
avoid conflicts. Factor more flags to pass.
(libsubdir): New variable.
@@ -147,7 +152,7 @@
2008-08-28 Laurent Guerby <laurent@guerby.net>
* configure: Regenerate.
-
+
2008-08-06 Thomas Quinot <quinot@adacore.com>
* Makefile.in: generate s-oscons.ads again, previous change was
@@ -343,7 +348,7 @@
* New directory, new ChangeLog.
-Copyright 2003, 2004 Free Software Foundation, Inc.
+Copyright (C) 2003-2014 Free Software Foundation, Inc.
This ChangeLog is free software; the Free Software Foundation gives
unlimited permission to copy, distribute, and modify it.
diff --git a/libada/Makefile.in b/libada/Makefile.in
index 68c846fe94..93da740635 100644
--- a/libada/Makefile.in
+++ b/libada/Makefile.in
@@ -1,5 +1,5 @@
# Makefile for libada.
-# Copyright 2003, 2004, 2009, 2010, 2011 Free Software Foundation, Inc.
+# Copyright (C) 2003-2014 Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -60,7 +60,7 @@ CFLAGS=-g
PICFLAG = @PICFLAG@
GNATLIBFLAGS= -W -Wall -gnatpg -nostdinc
GNATLIBCFLAGS= -g -O2
-GNATLIBCFLAGS_FOR_C = -W -Wall $(GNATLIBCFLAGS) \
+GNATLIBCFLAGS_FOR_C = -W -Wall $(GNATLIBCFLAGS) $(CFLAGS_FOR_TARGET) \
-fexceptions -DIN_RTS @have_getipinfo@
host_subdir = @host_subdir@
diff --git a/libada/configure b/libada/configure
index da92d0edbc..55d63fa137 100755
--- a/libada/configure
+++ b/libada/configure
@@ -2834,7 +2834,9 @@ case "${host}" in
hppa*64*-*-hpux*)
# PIC is the default for 64-bit PA HP-UX.
;;
- i[34567]86-*-cygwin* | i[34567]86-*-mingw* | x86_64-*-mingw*)
+ i[34567]86-*-cygwin* | x86_64-*-cygwin*)
+ ;;
+ i[34567]86-*-mingw* | x86_64-*-mingw*)
;;
i[34567]86-*-interix[3-9]*)
# Interix 3.x gcc -fpic/-fPIC options generate broken code.
@@ -2865,9 +2867,6 @@ case "${host}" in
i[34567]86-*-* | x86_64-*-*)
PICFLAG=-fpic
;;
- m68k-*-*)
- PICFLAG=-fpic
- ;;
# FIXME: Override -fPIC default in libgcc only?
sh-*-linux* | sh[2346lbe]*-*-linux*)
PICFLAG=-fpic
diff --git a/libada/configure.ac b/libada/configure.ac
index 1e3760cbe4..4af70d19d3 100644
--- a/libada/configure.ac
+++ b/libada/configure.ac
@@ -1,5 +1,5 @@
# Configure script for libada.
-# Copyright 2003, 2004, 2009, 2011 Free Software Foundation, Inc.
+# Copyright (C) 2003-2014 Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by