aboutsummaryrefslogtreecommitdiff
path: root/ports/ChangeLog.m68k
AgeCommit message (Collapse)AuthorFilesLines
2014-04-30Move ports/ChangeLog* files to ChangeLog.old-ports*, remove ports/ directory.Roland McGrath1-1451/+0
2014-02-10Move m68k from ports to libcAndreas Schwab1-0/+13
2014-01-27m68k: regenerate libm test ULPsAndreas Schwab1-0/+4
2013-12-10m68k: use math_force_eval in nextafterlAndreas Schwab1-0/+3
2013-12-10m68k: add support for PI futexesAndreas Schwab1-0/+5
2013-12-10m68k: don't assume PI futexes before 3.10Andreas Schwab1-0/+6
2013-12-10ChangeLog fixAndreas Schwab1-1/+3
2013-11-28Fix dbl-64 e_sqrt.c for non-default rounding modes (bug 16271).Joseph Myers1-0/+4
2013-11-26Use __glibc_reserved instead __unused.Ondřej Bílka1-0/+3
2013-10-30rename configure.in to configure.acMike Frysinger1-0/+6
Autoconf has been deprecating configure.in for quite a long time. Rename all our configure.in and preconfigure.in files to .ac. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2013-10-08m68k: use PIC for Scrt1.oAndreas Schwab1-0/+4
2013-09-20Make __ffs hiddenAndreas Schwab1-0/+4
2013-09-04Define MMAP2_PAGE_SHIFT to -1 for m68k.Joseph Myers1-0/+4
2013-08-21Fix typos.Ondřej Bílka1-0/+4
2013-07-21m68k: use _dl_static_init to set GLR0(dl_pagesize)Andreas Schwab1-0/+10
2013-07-03m68k: update libm test ULPsAndreas Schwab1-0/+4
2013-06-30Support no-FPU ColdFire in sysdeps/m68k/dl-trampoline.S and refactor code.Joseph Myers1-0/+8
2013-06-28Fix sysdeps/m68k/fpu_control.h preprocessor indentation.Joseph Myers1-0/+4
2013-06-28Support no-FPU ColdFire in sysdeps/m68k/fpu_control.h.Nathan Sidwell1-0/+10
2013-06-25m68k: fix bad use of register alias in cfi insnAndreas Schwab1-0/+5
2013-06-15New API to set default thread attributesSiddhesh Poyarekar1-0/+7
This patch introduces two new convenience functions to set the default thread attributes used for creating threads. This allows a programmer to set the default thread attributes just once in a process and then run pthread_create without additional attributes.
2013-06-08Use (void) in no-arguments function definitions.Joseph Myers1-0/+5
2013-06-05Remove trailing whitespace in ports.Joseph Myers1-0/+5
2013-05-29Avoid crashing in LD_DEBUG when program name is unavailableSiddhesh Poyarekar1-0/+6
Resolves: #15465 The program name may be unavailable if the user application tampers with argc and argv[]. Some parts of the dynamic linker caters for this while others don't, so this patch consolidates the check and fallback into a single macro and updates all users.
2013-05-22Don't include expected results in libm-test test names.Joseph Myers1-0/+5
2013-05-19Handle sincos with generic libm-test logic.Joseph Myers1-0/+6
2013-04-11m68k: update libm test ULPsAndreas Schwab1-0/+4
2013-03-11Remove extra pthread_atfork compat symbolsAndreas Schwab1-0/+6
2013-03-06Use <bits/mman-linux.h> on M68kAndreas Jaeger1-0/+5
2013-02-18C++11 thread_local destructors supportSiddhesh Poyarekar1-0/+7
This feature is specifically for the C++ compiler to offload calling thread_local object destructors on thread program exit, to glibc. This is to overcome the possible complication of destructors of thread_local objects getting called after the DSO in which they're defined is unloaded by the dynamic linker. The DSO is marked as 'unloadable' if it has a constructed thread_local object and marked as 'unloadable' again when all the constructed thread_local objects defined in it are destroyed.
2013-02-08m68k: update kernel-features.hAndreas Schwab1-0/+9
2013-02-04Remove CHECK_STRING, CHECK_STRING_NULL_OK and __ubp_memchr.Joseph Myers1-0/+6
2013-01-20m68k: update libm test ULPsAndreas Schwab1-0/+2
2013-01-20m68k: add unwind tables to backtraceAndreas Schwab1-0/+4
2013-01-19Add backtrace for m68kAndreas Schwab1-0/+2
2013-01-19Add not-cancel.h for m68k/nptlAndreas Schwab1-0/+5
2013-01-10Use __extension__ with long long in installed headers.Joseph Myers1-0/+5
2013-01-04Update m68k libm test ULPsAndreas Schwab1-0/+4
2013-01-02Fix copyright notice corruption from update-copyright bug.Joseph Myers1-0/+3
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-0/+5
2012-11-30m68k: update libm-test ULPsAndreas Schwab1-0/+4
2012-11-25m68k/cf: fix copying frame in _dl_runtime_profileAndreas Schwab1-0/+3
2012-11-25m68k: add sotruss-lib.cAndreas Schwab1-0/+4
2012-11-21m68k: fix return value of lll_futex_timed_wait_bitsetAndreas Schwab1-0/+6
2012-11-20m68k: Remove indirection through weak_aliasxAndreas Schwab1-0/+19
2012-11-18m68k: fix cancellable syscall with 5 or 6 argumentsAndreas Schwab1-0/+5
2012-11-18m68k: define ELF_MACHINE_RUNTIME_FIXUP_PARAMSAndreas Schwab1-0/+5
2012-11-18m68k: update libm test ULPsAndreas Schwab1-0/+2
2012-11-18m68k: define lll_futex_timed_wait_bitsetAndreas Schwab1-0/+5
2012-11-03Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796).Joseph Myers1-0/+3