From cdd3b0516c2889562fbf1406395310468411cf49 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Fri, 7 Dec 2012 15:01:57 -0700 Subject: [PATCH] - Resync with master - Drop patch for 731228 that is no longer needed. --- .gitignore | 2 ++ glibc-fedora-tls-offset-rh731228.patch | 24 ------------------------ glibc.spec | 16 ++++++++-------- sources | 4 ++-- 4 files changed, 12 insertions(+), 34 deletions(-) delete mode 100644 glibc-fedora-tls-offset-rh731228.patch diff --git a/.gitignore b/.gitignore index a6d24df..cc288d3 100644 --- a/.gitignore +++ b/.gitignore @@ -83,3 +83,5 @@ glibc-2.14-394-g8f3b1ff /glibc-2.16.90-0136fe2a.tar.gz /glibc-2.16.90-82123268-fedora.tar.gz /glibc-2.16.90-82123268.tar.gz +/glibc-2.16.90-67cbf9a2-fedora.tar.gz +/glibc-2.16.90-67cbf9a2.tar.gz diff --git a/glibc-fedora-tls-offset-rh731228.patch b/glibc-fedora-tls-offset-rh731228.patch deleted file mode 100644 index 8ad88cb..0000000 --- a/glibc-fedora-tls-offset-rh731228.patch +++ /dev/null @@ -1,24 +0,0 @@ -From a45bd0d9682db986191b075e64bcacd038af5993 Mon Sep 17 00:00:00 2001 -From: Andreas Schwab -Date: Thu, 1 Sep 2011 10:45:00 +0200 -Subject: [PATCH] Don't treat tls_offset == 1 as forced dynamic - -* include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]: -Change to -1. - ---- - ChangeLog | 5 +++++ - include/link.h | 2 +- - 2 files changed, 6 insertions(+), 1 deletions(-) - ---- a/include/link.h -+++ b/include/link.h -@@ -289,7 +289,7 @@ struct link_map - #endif - #ifndef FORCED_DYNAMIC_TLS_OFFSET - # if NO_TLS_OFFSET == 0 --# define FORCED_DYNAMIC_TLS_OFFSET 1 -+# define FORCED_DYNAMIC_TLS_OFFSET -1 - # elif NO_TLS_OFFSET == -1 - # define FORCED_DYNAMIC_TLS_OFFSET -2 - # else diff --git a/glibc.spec b/glibc.spec index 85ba97f..e8f76fa 100644 --- a/glibc.spec +++ b/glibc.spec @@ -1,4 +1,4 @@ -%define glibcsrcdir glibc-2.16.90-82123268 +%define glibcsrcdir glibc-2.16.90-67cbf9a2 %define glibcversion 2.16.90 ### glibc.spec.in follows: %define run_glibc_tests 1 @@ -27,7 +27,7 @@ Summary: The GNU libc libraries Name: glibc Version: %{glibcversion} -Release: 37%{?dist} +Release: 38%{?dist} # GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries. # Things that are linked directly into dynamically linked programs # and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional @@ -105,9 +105,9 @@ Patch0025: %{name}-fedora-streams-rh436349.patch Patch0028: %{name}-fedora-localedata-rh61908.patch Patch0030: %{name}-fedora-uname-getrlimit.patch Patch0031: %{name}-fedora-__libc_multiple_libcs.patch +Patch0032: %{name}-fedora-elf-rh737223.patch Patch0033: %{name}-fedora-elf-ORIGIN.patch Patch0034: %{name}-fedora-elf-init-hidden_undef.patch -Patch0035: %{name}-fedora-elf-rh737223.patch # # Patches from upstream @@ -141,9 +141,6 @@ Patch2026: %{name}-rh841787.patch # Upstream BZ 14185 Patch2027: %{name}-rh819430.patch -# Upstream BZ 14898 -Patch2032: %{name}-fedora-tls-offset-rh731228.patch - Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Obsoletes: glibc-profile < 2.4 Obsoletes: nss_db @@ -398,10 +395,9 @@ package or when debugging this package. %patch0029 -p1 %patch0030 -p1 %patch0031 -p1 -%patch2032 -p1 +%patch0032 -p1 %patch0033 -p1 %patch0034 -p1 -%patch0035 -p1 # On powerpc32, hp timing is only available in power4/power6 # libs, not in base, so pre-power4 dynamic linker is incompatible @@ -1196,6 +1192,10 @@ rm -f *.filelist* %endif %changelog +* Fri Dec 7 2012 Jeff Law - 2.16.90-38 + - Resync with master + - Drop patch for 731228 that is no longer needed. + * Thu Dec 6 2012 Jeff Law - 2.16.90-37 - Resync with master - Patch for 697421 has been submitted upstream. diff --git a/sources b/sources index 894d6d8..1e13602 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -72080e31d4830a3b574d8cdba5f51247 glibc-2.16.90-82123268-fedora.tar.gz -62a798bec5cc01e83d690476a8e002d7 glibc-2.16.90-82123268.tar.gz +3e66af62520bb199b7c3e7652a06c765 glibc-2.16.90-67cbf9a2-fedora.tar.gz +da81b82b447cdd5b3f1685741171f7ed glibc-2.16.90-67cbf9a2.tar.gz