aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ia64
AgeCommit message (Expand)AuthorFilesLines
2021-12-13Cleanup encoding in commentsSiddhesh Poyarekar1-2/+2
2021-12-13Replace --enable-static-pie with --disable-default-pieSiddhesh Poyarekar2-0/+9
2021-12-09Remove TLS_TCB_ALIGN and TLS_INIT_TCB_ALIGNFlorian Weimer2-6/+3
2021-12-09nptl: Introduce <tcb-access.h> for THREAD_* accessorsFlorian Weimer1-9/+1
2021-12-05csu: Always use __executable_start in gmon-start.cFlorian Weimer1-13/+0
2021-12-03nptl: Increase default TCB alignment to 32Florian Weimer1-3/+0
2021-10-26String: Add hidden defs for __memcmpeq() to enable internal usageNoah Goldstein1-0/+1
2021-10-26String: Add support for __memcmpeq() ABI on all targetsNoah Goldstein1-0/+1
2021-10-14elf: Fix dynamic-link.h usage on rtld.cAdhemerval Zanella1-4/+2
2021-10-07elf: Avoid nested functions in the loader [BZ #27220]Fangrui Song1-10/+12
2021-09-22Add narrowing fma functionsJoseph Myers2-0/+2
2021-09-16elf: Remove THREAD_GSCOPE_IN_TCBSergey Bugaev1-1/+0
2021-09-10Add narrowing square root functionsJoseph Myers2-0/+2
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar215-224/+0
2021-08-18Remove sysdeps/*/tls-macros.hFangrui Song1-66/+0
2021-05-21nptl: Remove remaining code from libpthreadFlorian Weimer1-5/+0
2021-05-07Remove architecture specific sched_cpucount optimizationsAdhemerval Zanella1-20/+0
2021-04-23nptl: Move pthread_spin_trylock into libcFlorian Weimer1-1/+9
2021-04-23nptl: Move pthread_spin_lock into libcFlorian Weimer1-1/+9
2021-04-23nptl: Move pthread_spin_init, Move pthread_spin_unlock into libcFlorian Weimer1-2/+9
2021-04-21nptl: Move __pthread_unwind_next into libcFlorian Weimer1-0/+25
2021-04-05ia64: Update ulpsAdhemerval Zanella1-48/+49
2021-04-05ia64: Fix build after 9acda61d94acAdhemerval Zanella2-4/+3
2021-03-30Move __isnanf128 to libc.soSiddhesh Poyarekar1-0/+1
2021-03-25Support for multiple versions in versioned_symbol, compat_symbolFlorian Weimer1-0/+33
2021-03-01Implement <unwind-link.h> for dynamically loading the libgcc_s unwinderFlorian Weimer1-0/+32
2021-02-25Reduce the statically linked startup code [BZ #23323]Florian Weimer2-8/+3
2021-01-28Update ia64 libm-test-ulpsAdhemerval Zanella1-2/+2
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert85-85/+85
2020-11-16nptl: Move stack list variables into _rtld_globalFlorian Weimer1-2/+0
2020-10-02aarch64: enforce >=64K guard size [BZ #26691]Szabolcs Nagy1-0/+3
2020-09-22x86: Use one ldbl2mpn.c file for both i386 and x86_64Florian Weimer1-1/+1
2020-06-19ia64: Use generic exp10fAdhemerval Zanella7-572/+8
2020-06-19New exp10f version without SVID compat wrapperAdhemerval Zanella1-3/+9
2020-05-06semaphore: consolidate arch headers into a generic oneVineet Gupta1-35/+0
2020-04-21ia64: Remove sigprocmask/sigblock objects from libpthreadAdhemerval Zanella1-2/+2
2020-04-08Update ia64 libm-test-ulpsAdhemerval Zanella1-15/+17
2020-03-19math: Remove inline math testsAdhemerval Zanella1-911/+0
2020-02-18Introduce <elf-initfini.h> and ELF_INITFINI for all architecturesFlorian Weimer1-0/+20
2020-02-10nptl: add missing pthread-offsets.hAndreas Schwab1-0/+3
2020-01-02Linux: Use system call tables during buildFlorian Weimer1-1/+0
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers85-85/+85
2019-11-26nptl: Add default pthread-offsets.hAdhemerval Zanella1-3/+0
2019-11-26nptl: Add default pthreadtypes-arch.hAdhemerval Zanella1-35/+0
2019-11-26nptl: Add struct_rwlock.hAdhemerval Zanella2-19/+43
2019-11-26nptl: Add struct_mutex.hAdhemerval Zanella1-7/+0
2019-11-26nptl: Remove rwlock elision definitionsAdhemerval Zanella1-2/+0
2019-11-26nptl: Add tests for internal pthread_rwlock_t offsetsAdhemerval Zanella1-0/+2
2019-11-26nptl: Cleanup mutex internal offset testsAdhemerval Zanella1-4/+0
2019-10-21Remove math-finite.hWilco Dijkstra1-24/+0