summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2011-04-26 02:23:44 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2011-04-26 02:23:44 -0700
commit6e9e461ef3fd1917a0bd9cf54c5c2d668e20acdb (patch)
treeb1f36efc049c7ab8939f23ad650fddb0eadce523 /00350_x86_asm-pic-fixes-5.1.56.patch
parentFix typos in patch naming (diff)
downloadmysql-extras-6e9e461ef3fd1917a0bd9cf54c5c2d668e20acdb.tar.gz
mysql-extras-6e9e461ef3fd1917a0bd9cf54c5c2d668e20acdb.tar.bz2
mysql-extras-6e9e461ef3fd1917a0bd9cf54c5c2d668e20acdb.zip
Bug #364451 cleanup of strings patching.
Diffstat (limited to '00350_x86_asm-pic-fixes-5.1.56.patch')
-rw-r--r--00350_x86_asm-pic-fixes-5.1.56.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/00350_x86_asm-pic-fixes-5.1.56.patch b/00350_x86_asm-pic-fixes-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/longlong2str-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_strtoll10-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
++