summaryrefslogtreecommitdiff
path: root/zlib
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2015-04-22 10:21:45 +0000
committer <>2015-04-25 21:44:09 +0000
commitf80b5ea1605c9f9408c5aa386ba71c16d918ebbf (patch)
treebb7eafaa81fc4b8c5c215bc08d517fd158db234a /zlib
parentc27a97d04853380f1e80525391b3f0d156ed4c84 (diff)
downloadgcc-tarball-f80b5ea1605c9f9408c5aa386ba71c16d918ebbf.tar.gz
Imported from /home/lorry/working-area/delta_gcc-tarball/gcc-5.1.0.tar.bz2.gcc-5.1.0
Diffstat (limited to 'zlib')
-rw-r--r--zlib/ChangeLog12
-rw-r--r--zlib/ChangeLog.gcj5
-rw-r--r--zlib/ChangeLog.jit22
-rwxr-xr-xzlib/configure4
4 files changed, 31 insertions, 12 deletions
diff --git a/zlib/ChangeLog b/zlib/ChangeLog
index 6b6068be7d..12ba9b7e9b 100644
--- a/zlib/ChangeLog
+++ b/zlib/ChangeLog
@@ -1,14 +1,6 @@
-2014-10-30 Release Manager
+2015-04-22 Release Manager
- * GCC 4.9.2 released.
-
-2014-07-16 Release Manager
-
- * GCC 4.9.1 released.
-
-2014-04-22 Release Manager
-
- * GCC 4.9.0 released.
+ * GCC 5.1.0 released.
ChangeLog file for zlib
diff --git a/zlib/ChangeLog.gcj b/zlib/ChangeLog.gcj
index f32e302849..4fa5446c18 100644
--- a/zlib/ChangeLog.gcj
+++ b/zlib/ChangeLog.gcj
@@ -1,3 +1,8 @@
+2014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
+
+ PR target/63610
+ * configure: Regenerate.
+
2013-10-15 David Malcolm <dmalcolm@redhat.com>
* configure.ac: Add --enable-host-shared, setting up new
diff --git a/zlib/ChangeLog.jit b/zlib/ChangeLog.jit
new file mode 100644
index 0000000000..64ba6e171a
--- /dev/null
+++ b/zlib/ChangeLog.jit
@@ -0,0 +1,22 @@
+2014-09-24 David Malcolm <dmalcolm@redhat.com>
+
+ * ChangeLog.jit: Add copyright footer.
+
+2013-10-07 David Malcolm <dmalcolm@redhat.com>
+
+ * Makefile.am: Add PICFLAG to libz_a_CFLAGS.
+ * configure.ac (--enable-host-shared): Set up PICFLAG rather
+ than attempting to append -fPIC to CFLAGS.
+ * Makefile.in: Regenerate.
+ * configure: Regenerate.
+
+2013-10-03 David Malcolm <dmalcolm@redhat.com>
+
+ * configure.ac: Add --enable-host-shared.
+ * configure: Regenerate.
+
+Copyright (C) 2013-2014 Free Software Foundation, Inc.
+
+Copying and distribution of this file, with or without modification,
+are permitted in any medium without royalty provided the copyright
+notice and this notice are preserved.
diff --git a/zlib/configure b/zlib/configure
index 32e33e7a6f..1a9d854e8d 100755
--- a/zlib/configure
+++ b/zlib/configure
@@ -6594,7 +6594,7 @@ $as_echo "$lt_cv_ld_force_load" >&6; }
case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
10.0,*86*-darwin8*|10.0,*-darwin[91]*)
_lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
- 10.[012]*)
+ 10.[012][,.]*)
_lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
10.*)
_lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
@@ -8166,7 +8166,7 @@ _LT_EOF
if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
&& test "$tmp_diet" = no
then
- tmp_addflag=
+ tmp_addflag=' $pic_flag'
tmp_sharedflag='-shared'
case $cc_basename,$host_cpu in
pgcc*) # Portland Group C compiler