about summary refs log tree commit diff
path: root/sysdeps/m68k
Commit message (Expand)AuthorAgeFilesLines
* 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
* nptl: Document the reason why __kind in pthread_mutex_t is part of the ABIFlorian Weimer2016-11-071-1/+1
* Do not hardcode platform names in manual/libm-err-tab.pl (bug 14139).Joseph Myers2016-11-042-0/+2
* Installed-header hygiene (BZ#20366): stack_t.Zack Weinberg2016-09-231-0/+6
* Add femode_t functions: m68k.Joseph Myers2016-09-072-0/+59
* Add femode_t functions.Joseph Myers2016-09-071-0/+8
* Remove unneeded stubs for k_rem_pio2l.Paul E. Murphy2016-09-011-3/+0
* Convert remaining complex function to generated filesPaul E. Murphy2016-08-293-17/+4
* Convert _Complex sine functions to generated codePaul E. Murphy2016-08-196-37/+10
* Convert _Complex cosine functions to generated codePaul E. Murphy2016-08-193-19/+5
* Add fesetexcept: m68k.Joseph Myers2016-08-161-0/+31
* m68k: suppress -Wframe-address warningAndreas Schwab2016-07-041-0/+4
* elf: Consolidate machine-agnostic DTV definitions in <dl-dtv.h>Florian Weimer2016-06-202-14/+1
* m68k: use large PIC model for gcrt1.oAndreas Schwab2016-04-301-0/+5
* Add _STRING_INLINE_unaligned and string_private.hH.J. Lu2016-02-182-3/+23
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-04108-108/+108
* math: add LDBL_CLASSIFY_COMPAT supportChris Metcalf2015-12-031-0/+10