Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mysql-extras:master commit in: /
Date: Tue, 26 Apr 2011 09:23:58
Message-Id: 6e9e461ef3fd1917a0bd9cf54c5c2d668e20acdb.robbat2@gentoo
1 commit: 6e9e461ef3fd1917a0bd9cf54c5c2d668e20acdb
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 26 09:23:44 2011 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 26 09:23:44 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mysql-extras.git;a=commit;h=6e9e461e
7
8 Bug #364451 cleanup of strings patching.
9
10 ---
11 00000_index.txt | 11 ++++++++++-
12 00350_x86_asm-pic-fixes-5.1.56.patch | 20 ++++++++++++++++++++
13 2 files changed, 30 insertions(+), 1 deletions(-)
14
15 diff --git a/00000_index.txt b/00000_index.txt
16 index 9a4b2ce..4f13f3d 100644
17 --- a/00000_index.txt
18 +++ b/00000_index.txt
19 @@ -101,7 +101,16 @@
20 @@ _many_ thanks to pageexec@××××××××.hu
21
22 @patch 00350_x86_asm-pic-fixes-5.1.41.patch
23 -@ver 5.01.39.00 to 5.01.99.99
24 +@ver 5.01.39.00 to 5.01.55.99
25 +@pn mysql
26 +@pn mariadb
27 +@@ remove page relocations
28 +@@ Most of the original patch has already been accepted by MysQL,
29 +@@ here is the remaining.
30 +@@ _many_ thanks to pageexec@××××××××.hu
31 +
32 +@patch 00350_x86_asm-pic-fixes-5.1.41.patch
33 +@ver 5.01.56.00 to 5.01.99.99
34 @pn mysql
35 @pn mariadb
36 @@ remove page relocations
37
38 diff --git a/00350_x86_asm-pic-fixes-5.1.56.patch b/00350_x86_asm-pic-fixes-5.1.56.patch
39 new file mode 100644
40 index 0000000..747f140
41 --- /dev/null
42 +++ b/00350_x86_asm-pic-fixes-5.1.56.patch
43 @@ -0,0 +1,20 @@
44 +diff -Naur mysql.old/strings/longlong2str-x86.s mysql.new/strings/longlong2str-x86.s
45 +--- mysql.old/strings/longlong2str-x86.s 2005-08-27 22:33:11.000000000 +0200
46 ++++ mysql.new/strings/longlong2str-x86.s 2005-09-05 18:46:04.000000000 +0200
47 +@@ -214,3 +214,6 @@
48 +
49 + .L10end:
50 + .size longlong10_to_str,.L10end-longlong10_to_str
51 ++
52 ++ .section .note.GNU-stack,"",@progbits
53 ++
54 +diff -Naur mysql.old/strings/my_strtoll10-x86.s mysql.new/strings/my_strtoll10-x86.s
55 +--- mysql.old/strings/my_strtoll10-x86.s 2005-08-27 22:33:19.000000000 +0200
56 ++++ mysql.new/strings/my_strtoll10-x86.s 2005-09-05 18:46:10.000000000 +0200
57 +@@ -416,3 +416,6 @@
58 + .comm end_ptr,120,32
59 + .comm error,120,32
60 + .ident "Monty"
61 ++
62 ++ .section .note.GNU-stack,"",@progbits
63 ++