about summary refs log tree commit diff
path: root/sysdeps/m68k
Commit message (Expand)AuthorAgeFilesLines
* Revert exp reimplementation (causes test failures).Joseph Myers2017-12-191-0/+1
* Improve __ieee754_exp() performance by greater than 5x on sparc/x86.Patrick McGehearty2017-12-191-1/+0
* Fix m68k bits/mathinline.h attributes (bug 22631).Joseph Myers2017-12-192-68/+73
* Add sysdeps/ieee754/soft-fp.Joseph Myers2017-12-123-2/+1
* Remove --with-fp / --without-fp.Joseph Myers2017-12-121-1/+5
* Use libm_alias_float for coldfire.Joseph Myers2017-11-303-3/+9
* Use libm_alias_double for coldfire.Joseph Myers2017-11-303-15/+9
* Rework m68k libm functions to use declare_mgen_alias.Joseph Myers2017-11-3073-434/+654
* Use libm_alias macros in m68k llrint functions.Joseph Myers2017-11-303-3/+6
* Use declare_mgen_alias in m68k templates.Joseph Myers2017-11-304-4/+4
* nptl: Define __PTHREAD_MUTEX_{NUSERS_AFTER_KIND,USE_UNION}Adhemerval Zanella2017-11-071-0/+2
* nptl: Add tests for internal pthread_mutex_t offsetsAdhemerval Zanella2017-11-071-0/+5
* m68k: Update elf_machine_load_address for static PIEH.J. Lu2017-10-201-0/+6
* m68k: Check PIC instead of SHARED in start.SH.J. Lu2017-10-201-1/+1
* Do not wrap logf, log2f and powfSzabolcs Nagy2017-10-023-0/+3
* Do not wrap expf and exp2fSzabolcs Nagy2017-10-022-0/+2
* New generic powfSzabolcs Nagy2017-09-291-0/+1
* New generic log2fSzabolcs Nagy2017-09-291-0/+1
* New generic logfSzabolcs Nagy2017-09-291-0/+1
* Remove ancient __signbit inlinesWilco Dijkstra2017-09-282-68/+0
* Simplify C99 isgreater macrosWilco Dijkstra2017-09-281-54/+0
* Optimized generic expf and exp2f with wrappersSzabolcs Nagy2017-09-252-0/+2
* Enable unwind info in libc-start.c and backtrace.cWilco Dijkstra2017-09-191-4/+0
* Simplify HUGE_VAL definitions.Joseph Myers2017-08-311-41/+0
* Fix mcontext_t sigcontext namespace (bug 21457).Joseph Myers2017-08-301-1/+0
* Fix m68k bits/math-inline.h macro namespace (bug 22035).Joseph Myers2017-08-291-33/+40
* Fix uc_* namespace (bug 21457).Joseph Myers2017-08-091-4/+4
* Consistently use uintN_t not u_intN_t in libm.Joseph Myers2017-08-036-6/+6
* Rename struct ucontext tag (bug 21457).Joseph Myers2017-06-261-2/+2
* Remove bits/string.h.Zack Weinberg2017-06-201-24/+0
* PowerPC64 ELFv2 PPC64_OPT_LOCALENTRYAlan Modra2017-06-141-0/+1
* Optimize generic spinlock code and use C11 like atomic macros.Stefan Liebler2017-06-063-24/+6
* Fix more namespace issues in sys/ucontext.h (bug 21457).Joseph Myers2017-06-011-4/+15
* m68k: handle default PIEAndreas Schwab2017-05-291-0/+4
* Fix sys/ucontext.h namespace from signal.h etc. inclusion (bug 21457).Joseph Myers2017-05-231-8/+2
* Remove __need macros from signal.h.Zack Weinberg2017-05-201-0/+1
* Split up bits/sigstack.h.Joseph Myers2017-05-191-0/+3
* Suppress internal declarations for most of the testsuite.Zack Weinberg2017-05-111-7/+8
* Condition some sys/ucontext.h contents on __USE_MISC (bug 21457).Joseph Myers2017-05-111-20/+24
* Move shared pthread definitions to common headersAdhemerval Zanella2017-05-092-194/+61
* Build divdi3 only for architecture that required itAdhemerval Zanella2017-04-061-0/+21
* m68k: fix 64bit atomic opsAndreas Schwab2017-02-011-6/+8
* Remove very old libm-test-ulps entries.Joseph Myers2017-01-201-8/+0
* New pthread rwlock that is more scalable.Torvald Riegel2017-01-101-7/+7
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-01113-113/+113
* New condvar implementation that provides stronger ordering guarantees.Torvald Riegel2016-12-311-9/+23
* Refactor long double information into bits/long-double.h.Joseph Myers2016-12-141-20/+0
* Refactor FP_ILOGB* out of bits/mathdef.h.Joseph Myers2016-12-012-9/+24
* Remove cached PID/TID in cloneAdhemerval Zanella2016-11-241-1/+0
* Refactor float_t, double_t information into bits/flt-eval-method.h.Joseph Myers2016-11-242-8/+25