summaryrefslogtreecommitdiff
path: root/sysdeps/hppa
AgeCommit message (Expand)Author
2016-01-08hppa: fix dladdr [BZ #19415]John David Anglin
2016-01-06hppa: fix pthread spinlockJohn David Anglin
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-12-29hppa: Define __NO_LONG_DOUBLE_MATH so headers are consistent with libm build ...John David Anglin
2015-11-20Fix math_private.h multiple include guards.Joseph Myers
2015-09-04Rename bits/linkmap.h to linkmap.h (bug 14912).Joseph Myers
2015-08-18hppa: start.S: rework references to fix PIE TEXTRELs [BZ #18421]Alan Modra
2015-08-18hppa: assume TLS everywhereMike Frysinger
2015-08-07hppa: _dl_symbol_address: add missing hidden defMike Frysinger
2015-07-30hppa: fix pthreadtypes.h namespace failuresMike Frysinger
2015-07-29hppa: fix sysdep.h header setupMike Frysinger
2015-07-16hppa/ia64: _dl_unmap: make it hiddenMike Frysinger
2015-07-16hppa/ia64: _dl_symbol_address: add PLT bypass for rtldMike Frysinger
2015-03-11hppa: Fix feupdateenv and fesetexceptflag (Bug 18111).Carlos O'Donell
2015-03-11hppa: Fix feholdexcpt and fesetenv (Bug 18110).John David Anglin
2015-03-10hppa: Update libm-test-ulps.Carlos O'Donell
2015-03-05Replace ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPYH.J. Lu
2015-02-06Clean up sysdep-dl-routines variable.Roland McGrath
2015-02-05hppa: Remove warnings and fix conformance errors.Carlos O'Donell
2015-01-07Fix libm feupdateenv namespace (bug 17748).Joseph Myers
2015-01-07Fix libm fesetround namespace (bug 17748).Joseph Myers
2015-01-06Fix libm fesetenv namespace (bug 17748).Joseph Myers
2015-01-05Fix libm feholdexcept namespace (bug 17748).Joseph Myers
2015-01-02Fix libm fegetround namespace (bug 17748).Joseph Myers
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-12-31Fix libm fegetenv namespace (bug 17748).Joseph Myers
2014-12-30Fix libm feraiseexcept namespace (bug 17723).Joseph Myers
2014-11-04Don't use INTDEF/INTUSE with _dl_init (bug 14132).Joseph Myers
2014-09-12Remove configuration name patterns from shlib-versions.Joseph Myers
2014-09-07HPPA: Transition to new non-addon NPTL.Carlos O'Donell
2014-07-17Move architecture shlib-versions files to Linux-specific directories.Joseph Myers
2014-07-09Fix -Wundef warnings for SHAREDWill Newton
2014-06-26Fix Wundef warning for ELF_MACHINE_NO_RELASiddhesh Poyarekar
2014-06-09HPPA: Define TLS_DEFINE_INIT_TPRoland McGrath
2014-05-27Remove second argument from TLS_INIT_TP macroAndreas Schwab
2014-05-13Clean up __exit_thread.Roland McGrath
2014-04-29Relocate hppa from ports to libc.Carlos O'Donell
2006-02-28* sysdeps/hppa: Directory removed, saved in ports repository.Roland McGrath
2006-01-15[BZ #1950, BZ #2153]Andreas Jaeger
2006-01-122006-01-12 Roland McGrath <roland@redhat.com>Roland McGrath
2006-01-10* include/bits/setjmp.h: New file.Roland McGrath
2006-01-10* sysdeps/powerpc/bits/setjmp.h (_JMPBUF_UNWINDS): Move macro ...Roland McGrath
2006-01-10* sysdeps/hppa/elf/start.S (_start): Use PLABEL32 relocationsRoland McGrath
2006-01-08* po/.cvsignore: List libc.pot.files, and not any .pot names.Roland McGrath
2005-12-28* sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.hRoland McGrath
2005-12-06* sysdeps/hppa/bits/setjmp.h: Add _BITS_SETJMP_H preprocessorRoland McGrath
2005-07-08* sysdeps/hppa/setjmp.S (__sigsetjmp): Use %r1 not %r19.Roland McGrath
2005-07-082005-07-08 Carlos O'Donell <carlos@systemhalted.org>Roland McGrath
2005-03-13* sysdeps/hppa/configure.in: Remove old Makefile leftovers.Roland McGrath
2005-01-06* csu/elf-init.c (__libc_csu_fini): Don't do anything here. Ulrich Drepper