From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QEeUw-00087r-E6 for garchives@archives.gentoo.org; Tue, 26 Apr 2011 09:23:58 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C20FE1C008; Tue, 26 Apr 2011 09:23:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8CB401C008 for ; Tue, 26 Apr 2011 09:23:50 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 107C51B403D for ; Tue, 26 Apr 2011 09:23:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 50F5C80505 for ; Tue, 26 Apr 2011 09:23:49 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <6e9e461ef3fd1917a0bd9cf54c5c2d668e20acdb.robbat2@gentoo> Subject: [gentoo-commits] proj/mysql-extras:master commit in: / X-VCS-Repository: proj/mysql-extras X-VCS-Files: 00000_index.txt 00350_x86_asm-pic-fixes-5.1.56.patch X-VCS-Directories: / X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 6e9e461ef3fd1917a0bd9cf54c5c2d668e20acdb Date: Tue, 26 Apr 2011 09:23:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 5830b82ba8323d92de8afc2c2d183740 commit: 6e9e461ef3fd1917a0bd9cf54c5c2d668e20acdb Author: Robin H. Johnson gentoo org> AuthorDate: Tue Apr 26 09:23:44 2011 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Tue Apr 26 09:23:44 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/mysql-extras.= git;a=3Dcommit;h=3D6e9e461e Bug #364451 cleanup of strings patching. --- 00000_index.txt | 11 ++++++++++- 00350_x86_asm-pic-fixes-5.1.56.patch | 20 ++++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletions(-) diff --git a/00000_index.txt b/00000_index.txt index 9a4b2ce..4f13f3d 100644 --- a/00000_index.txt +++ b/00000_index.txt @@ -101,7 +101,16 @@ @@ _many_ thanks to pageexec@freemail.hu =20 @patch 00350_x86_asm-pic-fixes-5.1.41.patch -@ver 5.01.39.00 to 5.01.99.99 +@ver 5.01.39.00 to 5.01.55.99 +@pn mysql +@pn mariadb +@@ remove page relocations +@@ Most of the original patch has already been accepted by MysQL, +@@ here is the remaining. +@@ _many_ thanks to pageexec@freemail.hu + +@patch 00350_x86_asm-pic-fixes-5.1.41.patch +@ver 5.01.56.00 to 5.01.99.99 @pn mysql @pn mariadb @@ remove page relocations diff --git a/00350_x86_asm-pic-fixes-5.1.56.patch b/00350_x86_asm-pic-fix= es-5.1.56.patch new file mode 100644 index 0000000..747f140 --- /dev/null +++ b/00350_x86_asm-pic-fixes-5.1.56.patch @@ -0,0 +1,20 @@ +diff -Naur mysql.old/strings/longlong2str-x86.s mysql.new/strings/longlo= ng2str-x86.s +--- mysql.old/strings/longlong2str-x86.s 2005-08-27 22:33:11.000000000 += 0200 ++++ mysql.new/strings/longlong2str-x86.s 2005-09-05 18:46:04.000000000 += 0200 +@@ -214,3 +214,6 @@ + + .L10end: + .size longlong10_to_str,.L10end-longlong10_to_str ++ ++ .section .note.GNU-stack,"",@progbits ++ +diff -Naur mysql.old/strings/my_strtoll10-x86.s mysql.new/strings/my_str= toll10-x86.s +--- mysql.old/strings/my_strtoll10-x86.s 2005-08-27 22:33:19.000000000 += 0200 ++++ mysql.new/strings/my_strtoll10-x86.s 2005-09-05 18:46:10.000000000 += 0200 +@@ -416,3 +416,6 @@ + .comm end_ptr,120,32 + .comm error,120,32 + .ident "Monty" ++ ++ .section .note.GNU-stack,"",@progbits ++