summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-07-06 01:10:00 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2009-07-06 01:11:45 -0700
commit89dbf609d084eb353c048afa499aba953949f102 (patch)
treee064822e109ee3a077a475a647900a09ce3aa5b3 /00350_x86_asm-pic-fixes-4.1.12.patch
parentFix bug #271475, #elif not valid without an argument. Use #else instead. (diff)
downloadmysql-extras-89dbf609d084eb353c048afa499aba953949f102.tar.gz
mysql-extras-89dbf609d084eb353c048afa499aba953949f102.tar.bz2
mysql-extras-89dbf609d084eb353c048afa499aba953949f102.zip
Need to use 5 digits of numbering now. LOTS of patches to track.
Diffstat (limited to '00350_x86_asm-pic-fixes-4.1.12.patch')
-rw-r--r--00350_x86_asm-pic-fixes-4.1.12.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/00350_x86_asm-pic-fixes-4.1.12.patch b/00350_x86_asm-pic-fixes-4.1.12.patch
new file mode 100644
index 0000000..a6de190
--- /dev/null
+++ b/00350_x86_asm-pic-fixes-4.1.12.patch
@@ -0,0 +1,30 @@
+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
+@@ -222,3 +222,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
++
+diff -Naur mysql.old/strings/strings-x86.s mysql.new/strings/strings-x86.s
+--- mysql.old/strings/strings-x86.s 2005-08-27 22:33:36.000000000 +0200
++++ mysql.new/strings/strings-x86.s 2005-09-05 18:46:22.000000000 +0200
+@@ -415,3 +415,6 @@
+ ret
+ .strxmov_end:
+ .size strxmov,.strxmov_end-strxmov
++
++ .section .note.GNU-stack,"",@progbits
++