1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-18 07:48:43 +03:00
Files
mariadb/mysql-test/r
unknown 38b4ccf5d3 Fix for BUG #11642: [Patch]es x86 Assembler and text relocations
Changed assembler functions to not access global variables or variables in text segement
Added wrapper function in C to longlong2str() to pass _dig_vec_upper as an argument


mysql-test/r/bigint.result:
  More tests for parsing of bigint's
  More tests for different values to conv()
mysql-test/t/bigint.test:
  More tests for parsing of bigint's
  More tests for different values to conv()
strings/Makefile.am:
  Added longlong2str_asm.c
strings/longlong2str-x86.s:
  Changed functions to not access variables in text segment
  Fixed this by adding global variable '_dig_vec_upper' as an argument to longlong2str_with_dig_vector()
strings/my_strtoll10-x86.s:
  Removd array lfactor by calculating the value in code
  (this is to to make the code position independent)
strings/longlong2str_asm.c:
  New BitKeeper file ``strings/longlong2str_asm.c''
2005-08-08 13:18:18 +03:00
..
2004-05-05 17:05:24 +03:00
2005-05-14 16:24:36 +03:00
2005-06-03 17:13:43 +02:00
2005-05-14 00:01:40 +03:00
2005-06-16 10:09:05 +02:00
2004-08-26 18:26:38 +03:00
2004-08-26 18:26:38 +03:00
2005-07-06 17:16:22 +05:00
2005-07-06 17:16:22 +05:00
2005-07-22 21:06:02 +05:00
2004-11-02 16:02:12 +04:00
2005-07-06 17:16:22 +05:00
2005-04-04 17:55:12 +05:00
2005-07-06 17:16:22 +05:00
2005-02-15 21:03:17 -08:00
2005-02-11 15:00:29 -08:00
2004-10-07 10:50:13 +03:00
2004-05-13 23:47:20 +03:00
2005-06-27 20:31:00 +03:00
2005-06-13 11:38:16 -07:00
2005-01-20 15:38:56 +04:00
2004-08-18 12:11:26 +05:00
2004-05-13 23:47:20 +03:00
2005-03-27 15:46:06 +02:00
2005-07-05 15:19:04 -07:00
2004-10-07 10:50:13 +03:00
2005-05-05 10:36:17 -07:00
2004-06-20 19:11:02 +02:00
2005-07-22 21:06:02 +05:00
2004-08-26 18:26:38 +03:00
2005-06-27 16:46:41 +03:00
2005-06-27 16:46:41 +03:00
2005-04-04 18:29:18 -07:00
2004-09-02 22:06:30 -07:00
2005-04-11 22:36:07 +02:00
2005-02-02 08:38:24 +02:00
2005-03-30 23:08:03 +03:00
2004-12-11 16:36:12 +03:00
2004-09-09 11:22:23 -05:00
2004-11-08 11:06:36 +01:00
2004-12-22 13:38:15 +01:00
2004-09-30 21:36:25 +00:00
2004-05-11 10:40:48 +02:00
2005-05-04 10:16:03 +02:00
2004-10-07 08:42:11 +00:00
2004-08-31 21:10:57 +03:00
2004-09-02 22:06:30 -07:00
2005-07-01 07:40:22 -07:00
2005-05-14 16:24:36 +03:00
2005-02-12 00:05:13 +01:00
2005-07-05 15:19:04 -07:00
2004-05-05 23:29:35 +03:00
2005-06-23 10:56:44 +03:00
2004-10-07 10:50:13 +03:00
2004-05-13 23:47:20 +03:00
2004-07-20 11:00:10 +02:00
2004-06-21 10:21:20 +03:00
2004-06-21 10:21:20 +03:00
2005-02-24 17:25:06 +01:00
2004-05-05 21:24:21 +03:00
2005-01-31 13:18:36 +00:00
2004-05-05 17:05:24 +03:00
2004-05-24 21:12:05 +04:00
2005-04-06 12:20:55 +02:00
2004-05-17 01:52:13 +03:00
2004-09-07 21:30:28 +02:00
2004-05-19 05:09:10 +03:00
2005-02-28 19:59:38 +04:00
2004-07-20 11:00:10 +02:00
2004-11-12 17:44:17 +02:00
2004-08-24 17:24:23 +02:00
2004-06-21 10:24:40 +03:00
2005-03-23 20:38:42 +01:00
2004-08-19 03:02:09 +02:00
2005-05-26 18:33:57 +03:00