summaryrefslogtreecommitdiff
blob: 747f140f5ee0fda619a708dd1d0d6f593d0f11ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
+