Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move m68k from ports to libc | Andreas Schwab | 2014-02-10 | 1 | -0/+13 |
| | |||||
* | m68k: regenerate libm test ULPs | Andreas Schwab | 2014-01-27 | 1 | -0/+4 |
| | |||||
* | m68k: use math_force_eval in nextafterl | Andreas Schwab | 2013-12-10 | 1 | -0/+3 |
| | |||||
* | m68k: add support for PI futexes | Andreas Schwab | 2013-12-10 | 1 | -0/+5 |
| | |||||
* | m68k: don't assume PI futexes before 3.10 | Andreas Schwab | 2013-12-10 | 1 | -0/+6 |
| | |||||
* | ChangeLog fix | Andreas Schwab | 2013-12-10 | 1 | -1/+3 |
| | |||||
* | Fix dbl-64 e_sqrt.c for non-default rounding modes (bug 16271). | Joseph Myers | 2013-11-28 | 1 | -0/+4 |
| | |||||
* | Use __glibc_reserved instead __unused. | Ondřej Bílka | 2013-11-26 | 1 | -0/+3 |
| | |||||
* | rename configure.in to configure.ac | Mike Frysinger | 2013-10-30 | 1 | -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> | ||||
* | m68k: use PIC for Scrt1.o | Andreas Schwab | 2013-10-08 | 1 | -0/+4 |
| | |||||
* | Make __ffs hidden | Andreas Schwab | 2013-09-20 | 1 | -0/+4 |
| | |||||
* | Define MMAP2_PAGE_SHIFT to -1 for m68k. | Joseph Myers | 2013-09-04 | 1 | -0/+4 |
| | |||||
* | Fix typos. | Ondřej Bílka | 2013-08-21 | 1 | -0/+4 |
| | |||||
* | m68k: use _dl_static_init to set GLR0(dl_pagesize) | Andreas Schwab | 2013-07-21 | 1 | -0/+10 |
| | |||||
* | m68k: update libm test ULPs | Andreas Schwab | 2013-07-03 | 1 | -0/+4 |
| | |||||
* | Support no-FPU ColdFire in sysdeps/m68k/dl-trampoline.S and refactor code. | Joseph Myers | 2013-06-30 | 1 | -0/+8 |
| | |||||
* | Fix sysdeps/m68k/fpu_control.h preprocessor indentation. | Joseph Myers | 2013-06-28 | 1 | -0/+4 |
| | |||||
* | Support no-FPU ColdFire in sysdeps/m68k/fpu_control.h. | Nathan Sidwell | 2013-06-28 | 1 | -0/+10 |
| | |||||
* | m68k: fix bad use of register alias in cfi insn | Andreas Schwab | 2013-06-25 | 1 | -0/+5 |
| | |||||
* | New API to set default thread attributes | Siddhesh Poyarekar | 2013-06-15 | 1 | -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. | ||||
* | Use (void) in no-arguments function definitions. | Joseph Myers | 2013-06-08 | 1 | -0/+5 |
| | |||||
* | Remove trailing whitespace in ports. | Joseph Myers | 2013-06-05 | 1 | -0/+5 |
| | |||||
* | Avoid crashing in LD_DEBUG when program name is unavailable | Siddhesh Poyarekar | 2013-05-29 | 1 | -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. | ||||
* | Don't include expected results in libm-test test names. | Joseph Myers | 2013-05-22 | 1 | -0/+5 |
| | |||||
* | Handle sincos with generic libm-test logic. | Joseph Myers | 2013-05-19 | 1 | -0/+6 |
| | |||||
* | m68k: update libm test ULPs | Andreas Schwab | 2013-04-11 | 1 | -0/+4 |
| | |||||
* | Remove extra pthread_atfork compat symbols | Andreas Schwab | 2013-03-11 | 1 | -0/+6 |
| | |||||
* | Use <bits/mman-linux.h> on M68k | Andreas Jaeger | 2013-03-06 | 1 | -0/+5 |
| | |||||
* | C++11 thread_local destructors support | Siddhesh Poyarekar | 2013-02-18 | 1 | -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. | ||||
* | m68k: update kernel-features.h | Andreas Schwab | 2013-02-08 | 1 | -0/+9 |
| | |||||
* | Remove CHECK_STRING, CHECK_STRING_NULL_OK and __ubp_memchr. | Joseph Myers | 2013-02-04 | 1 | -0/+6 |
| | |||||
* | m68k: update libm test ULPs | Andreas Schwab | 2013-01-20 | 1 | -0/+2 |
| | |||||
* | m68k: add unwind tables to backtrace | Andreas Schwab | 2013-01-20 | 1 | -0/+4 |
| | |||||
* | Add backtrace for m68k | Andreas Schwab | 2013-01-19 | 1 | -0/+2 |
| | |||||
* | Add not-cancel.h for m68k/nptl | Andreas Schwab | 2013-01-19 | 1 | -0/+5 |
| | |||||
* | Use __extension__ with long long in installed headers. | Joseph Myers | 2013-01-10 | 1 | -0/+5 |
| | |||||
* | Update m68k libm test ULPs | Andreas Schwab | 2013-01-04 | 1 | -0/+4 |
| | |||||
* | Fix copyright notice corruption from update-copyright bug. | Joseph Myers | 2013-01-02 | 1 | -0/+3 |
| | |||||
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 1 | -0/+5 |
| | |||||
* | m68k: update libm-test ULPs | Andreas Schwab | 2012-11-30 | 1 | -0/+4 |
| | |||||
* | m68k/cf: fix copying frame in _dl_runtime_profile | Andreas Schwab | 2012-11-25 | 1 | -0/+3 |
| | |||||
* | m68k: add sotruss-lib.c | Andreas Schwab | 2012-11-25 | 1 | -0/+4 |
| | |||||
* | m68k: fix return value of lll_futex_timed_wait_bitset | Andreas Schwab | 2012-11-21 | 1 | -0/+6 |
| | |||||
* | m68k: Remove indirection through weak_aliasx | Andreas Schwab | 2012-11-20 | 1 | -0/+19 |
| | |||||
* | m68k: fix cancellable syscall with 5 or 6 arguments | Andreas Schwab | 2012-11-18 | 1 | -0/+5 |
| | |||||
* | m68k: define ELF_MACHINE_RUNTIME_FIXUP_PARAMS | Andreas Schwab | 2012-11-18 | 1 | -0/+5 |
| | |||||
* | m68k: update libm test ULPs | Andreas Schwab | 2012-11-18 | 1 | -0/+2 |
| | |||||
* | m68k: define lll_futex_timed_wait_bitset | Andreas Schwab | 2012-11-18 | 1 | -0/+5 |
| | |||||
* | Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796). | Joseph Myers | 2012-11-03 | 1 | -0/+3 |
| | |||||
* | Make fenv.h FE_* macros usable in #if (bug 3439). | Joseph Myers | 2012-11-03 | 1 | -0/+15 |
| |