Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-05 | Fix types of FE_DFL_ENV and FE_NOMASK_ENV (bug 14805). | Joseph Myers | |
2012-11-03 | Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796). | Joseph Myers | |
2012-11-03 | Make fenv.h FE_* macros usable in #if (bug 3439). | Joseph Myers | |
2012-10-30 | Fix strtod handling of underflow (bug 14047). | Joseph Myers | |
2012-10-29 | hppa: Add cfi direcvtives. | Carlos O'Donell | |
We add cfi directives to the syscall assembly. | |||
2012-10-29 | hppa: Fix r19 save and restore. | Carlos O'Donell | |
We must save and restore r19 in both PIC and non-PIC situations since the kernel paths that clobber r19 are independent of that PIC-ness of userspace. In addition we choose r4 as the temporary register over r3 which is being used by recent gcc's as the frame pointer. | |||
2012-10-29 | hppa: Optimize syscall sequence. | Carlos O'Donell | |
We remove an extraneous nop from the syscall sequence. No DO_CALL* may end in an instruction with a delay slot. | |||
2012-10-29 | Fix trailing whitespace. | Carlos O'Donell | |
2012-10-26 | HPPA: Use <bits/fcntl-linux.h> | Andreas Jaeger | |
* sysdeps/unix/sysv/linux/hppa/bits/fcntl.h: Remove all definitions and declarations that are provided by <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>. (__O_PATH): Define. | |||
2012-10-24 | Don't set resource limits in tst-oddstacklimit-ENV. | Joseph Myers | |
2012-10-10 | hppa: Update pthread.h | Carlos O'Donell | |
Updates the hppa-specific pthread.h from the generic version. After this update the only difference between the generic version and the hppa version is the footer protected by the _PTHREAD_H_HPPA_ guard. | |||
2012-10-10 | hppa: Remove pt-initfini.c | Carlos O'Donell | |
Rmoves the unused pt-initfini.c | |||
2012-10-10 | hppa: Restore nptl/shlib-versions. | Carlos O'Donell | |
On 2012-01-07 the nptl/shlib-versions file removed the hppa entry. This restores that entry in the hppa ports tree. | |||
2012-10-02 | Split my last ChangeLog entry into respective arch-specific files | Siddhesh Poyarekar | |
2012-09-20 | hppa: Use __prlimit64 as the internal name. | Carlos O'Donell | |
Fix a build failure by using __prlimit64 as the internal function name for the versioned symbol prlimit64. Without this patch the build system attempts to alias prlimit64 to itself and that is invalid. | |||
2012-09-20 | hppa: Add EHWPOISON and bump errlist-compat to 260 | Carlos O'Donell | |
Add errno EHWPOISON and bump the errlist-compat table to 260, providing 2 padding entries for future use before bumping is again required. | |||
2012-08-27 | Remove __ASSUME_STAT64_SYSCALL. | Joseph Myers | |
2012-08-20 | Remove __ASSUME_MMAP2_SYSCALL. | Joseph Myers | |
2012-08-15 | Add generic versions of pthread_spin_lock and pthread_spin_trylock. | Maxim Kuvyrkov | |
2012-08-12 | hppa: add missing prlimit64 symbol | Mike Frysinger | |
All other arches have this in their syscall list. Looks like hppa is missing it though and breaks one or two apps that try to call it. URL: https://bugs.gentoo.org/411745 Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2012-08-07 | Remove pre-2.6.16 Linux kernel support. | Joseph Myers | |
2012-08-01 | Remove __ASSUME_FCNTL64. | Joseph Myers | |
2012-07-26 | Merge Linux 3.5 epoll changes | Andreas Jaeger | |
Add EPOLLWAKEUP. | |||
2012-07-01 | Move all files into ports/ subdirectory in preparation for merge with glibcglibc-2.16-ports-before-merge | Joseph Myers | |