about summary refs log tree commit diff
path: root/sysdeps/i386
Commit message (Expand)AuthorAgeFilesLines
* Correct errno handling in expm1.Andreas Schwab2009-10-193-1/+14
* configure tweaks, support $libc_add_on_config_subdirsRoland McGrath2009-09-152-156/+138
* Fix IA-32 strstr in multiarch configuration as well.Ulrich Drepper2009-09-031-1/+2
* Remove ENABLE_SSSE3_ON_ATOM.H.J. Lu2009-08-281-2/+0
* Define math_errhandling is possible.Ulrich Drepper2009-08-241-1/+5
* Use PIC only if SHARED is defined.H.J. Lu2009-08-082-0/+30
* Simplify cpuid.h configure test.Jim Meyering2009-08-082-14/+544
* Fix whitespace in last patch.Ulrich Drepper2009-08-071-1/+1
* Add the missing "; \".H.J. Lu2009-08-071-1/+1
* Add x86 SSE strlen.Ulrich Drepper2009-08-043-6/+160
* Add x86 32-bit SSE4.2 string functions.H.J. Lu2009-08-0411-0/+215
* x86/x86-64 now needs <cpuid.h> from gcc.Ulrich Drepper2009-08-022-44/+63
* Support multiarch for i686.H.J. Lu2009-07-317-0/+38
* Remove CHEC_ESP handling from i386 __longjmp.Ulrich Drepper2009-07-311-9/+0
* Add sigstack handling to Linux ____longjmp_chk on i386.Ulrich Drepper2009-07-302-61/+7
* Add SSE4.2 support for strcspn, strpbrk, and strspn on x86-64.H.J. Lu2009-07-032-7/+75
* libc part of prelink IFUNC support.Jakub Jelinek2009-06-151-1/+1
* Small optimization of STT_GNU_IFUNC handling.Ulrich Drepper2009-06-011-2/+2
* Better error message for invalid relocatio in static binary.Ulrich Drepper2009-06-011-1/+2
* Finish IFUNC support for x86 and x86-64.Ulrich Drepper2009-05-312-0/+68
* Add missing .text directives.H.J. Lu2009-05-211-0/+1
* Check for valid stack frame in longjmp.Ulrich Drepper2009-05-152-1/+55
* * sysdeps/i386/fpu/s_tan.S: Set errno for ±Inf.Ulrich Drepper2009-04-263-5/+78
* * sysdeps/i386/fpu/s_cos.S: Set errno for ±Inf.Ulrich Drepper2009-04-266-10/+156
* * sysdeps/i386/dl-machine.h (elf_machine_rel): ImplementUlrich Drepper2009-03-141-52/+62
* * stdlib/monetary.h: Uglify function parameter names. cvs/fedora-glibc-20090218T1534Jakub Jelinek2009-02-161-2/+2
* * include/atomic.h: Define catomic_and if not already defined.Ulrich Drepper2009-02-081-12/+19
* * sysdeps/i386/stackinfo.h (stackinfo_get_sp): Define.Ulrich Drepper2009-01-291-1/+11
* * sysdeps/i386/fpu/libm-test-ulps: Adjust expm1 errors.Ulrich Drepper2009-01-091-0/+7
* * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Use LOAD_PIC_REGUlrich Drepper2008-12-061-2/+1
* * sysdeps/i386/fpu/s_expm1l.S: Simply use exp implementation for largeUlrich Drepper2008-08-051-1/+6
* * sysdeps/i386/i686/memcmp.S: Fix unwind information.Ulrich Drepper2008-07-261-2/+3
* [BZ #6442]Ulrich Drepper2008-05-151-2/+2
* * po/lt.po: New file. From Lituanian translation team.Ulrich Drepper2008-05-131-3/+3
* Introduce TLS descriptors for i386 and x86_64.Ulrich Drepper2008-05-139-2/+807
* * elf/tls-macros.h (__TLS_GET_ADDR): Define according to the ABIUlrich Drepper2008-04-111-1/+1
* [BZ #4314]Ulrich Drepper2008-04-091-11/+46
* * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw.Ulrich Drepper2008-01-221-1/+1
* [BZ #5477]Ulrich Drepper2007-12-121-1/+6
* 2007-09-13 H.J. Lu <hongjiu.lu@intel.com>Roland McGrath2007-11-133-0/+3
* [BZ #3112]Ulrich Drepper2007-10-281-8/+27
* Help the compiler recognize unreachable code on 32-bit machines.Ulrich Drepper2007-10-161-4/+4
* [BZ #3924]Ulrich Drepper2007-10-071-2/+3
* * sysdeps/i386/i586/memcpy.S (__memcpy_chk): New definition.Ulrich Drepper2007-09-153-0/+15
* * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.Ulrich Drepper2007-09-152-2/+2
* [BZ #3924]Ulrich Drepper2007-08-241-1/+2
* * sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): AvoidUlrich Drepper2007-08-241-8/+8
* [BZ #4586]Ulrich Drepper2007-06-081-3/+10
* * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): UseUlrich Drepper2007-04-161-9/+9
* [BZ #3306]Ulrich Drepper2007-04-163-24/+44