aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/hppa
AgeCommit message (Expand)Author
2004-02-21(feholdexcept): Fix order of fp status register loads.Ulrich Drepper
2003-12-18(fesetexceptflag): Set enable bits not raised exception bits.Ulrich Drepper
2003-12-18(feraiseexcept): Add delayed exception flushing, FE_UNDERFLOW is DBL_MIN/3.0,Ulrich Drepper
2003-12-18(feupdateenv): Read raised exception bits, OR with envp, pass to fesetenv.Ulrich Drepper
2003-12-18(fesetenv): Use asm 'ma,' completer, and gcc '+r' constraint.Ulrich Drepper
2003-12-18(feholdexcept): Use asm 'ma,' completer, and gcc '+r' constraint.Ulrich Drepper
2003-12-18(fegetenv): use asm 'ma,' completer, and gcc '+r' constraint.Ulrich Drepper
2003-12-18(feclearexcept): Right shift FE_ALL_EXCEPT before complimenting.Ulrich Drepper
2003-12-18DL_LOOKUP_ADDRESS must clear PLABEL32 bits, define DL_AUTO_FUNCTION_ADDRESS andUlrich Drepper
2003-12-18(_dl_symbol_address): Use _dl_make_ftpr, remove const qualifier for map.Ulrich Drepper
2003-12-18Not needed anymore.Ulrich Drepper
2003-12-18Configuration for hppa function descriptor handling.Ulrich Drepper
2003-12-18Add dl-symaddr and dl-fptr to the correct build strings.Ulrich Drepper
2003-10-15Undef JUMPTARGET before use.Ulrich Drepper
2003-10-112003-10-10 Carlos O'Donell <carlos@baldric.uwo.ca>Roland McGrath
2003-09-24[GLIBC_2.2]: Add __clz_tab.Ulrich Drepper
2003-09-24Add libgcc-compat.c.Ulrich Drepper
2003-09-24libgcc compatibility code.Ulrich Drepper
2003-09-24Include compat code in build.Ulrich Drepper
2003-07-31* elf/dynamic-link.h (elf_machine_rel, elf_machine_rela,Alexandre Oliva
2003-03-232003-03-23 Jakub Jelinek <jakub@redhat.com>Roland McGrath
2002-12-31Use libc_hidden_def(name) instead of strong_alias (name, __GI_name).Ulrich Drepper
2002-12-31Add __GI__setjmp alias.Ulrich Drepper
2002-12-092002-12-08 Roland McGrath <roland@redhat.com>Roland McGrath
2002-12-032002-12-02 Carlos O'Donell <carlos@baldric.uwo.ca>Roland McGrath
2002-11-192002-11-11 Randolf Chung <tausq@debian.org>Roland McGrath
2002-11-192002-11-11 Randolf Chung <tausq@debian.org>Roland McGrath
2002-10-03Avoid unterminated string literals.Ulrich Drepper
2002-10-012002-02-08 Randolph Chung <tausq@debian.org>Roland McGrath
2002-09-28Define macro DO_ELF_MACHINE_REL_RELATIVE for 'elf_machine_rel_relative' withUlrich Drepper
2002-09-232002-09-21 Carlos O'Donell <carlos@baldric.uwo.ca>Roland McGrath
2002-09-10Add libm_hidden_ver.Ulrich Drepper
2002-06-20Don't use multi-line string literals.Ulrich Drepper
2002-06-06(elf_machine_rela): Cast reloc_addr to an integer type before performingAndreas Jaeger
2002-03-14Dummy file fo rnot needed __clz_tab table.Ulrich Drepper
2002-03-01Use rtld_progrname instead of _dl_argv[0].Ulrich Drepper
2002-02-28Add HAVE_VISIBILITY_ATTRIBUTE and HAVE_SDATA_SECTION.Ulrich Drepper
2002-02-03(RTLD_START): Call _dl_init_internal instead of _dl_init.Ulrich Drepper
2002-02-01Move all symbols to GLIBC_PRIVATE.Ulrich Drepper
2002-02-01Move global variables for SHARED code in struct _rtld_global. ExportUlrich Drepper
2001-11-16GCC frame description for PA.Ulrich Drepper
2001-09-08Fix usage of new _dl_signal_error() format.Ulrich Drepper
2001-09-08Forward declare struct link_map.Ulrich Drepper
2001-08-26(elf_machine_lookup_noplt_p, elf_machine_lookup_noexec_p): Remove.Ulrich Drepper
2001-08-24(elf_machine_rela_relative): Rename from elf_machine_rel_relative.Ulrich Drepper
2001-08-24Define elf_machine_rel_relative. Minor optimizations.Ulrich Drepper
2001-07-07Put under LGPL v2.1.Andreas Jaeger
2001-07-06Update to LGPL v2.1.Andreas Jaeger
2001-06-19(elf_machine_rela): handle relocs at unaligned address.Ulrich Drepper
2001-06-06HPPA setjmp implementation.Andreas Jaeger