]> sourceware.org Git - glibc.git/commit
2006-09-07 Carlos O'Donell <carlos@systemhalted.org>
authorCarlos O'Donell <carlos@systemhalted.org>
Thu, 7 Sep 2006 16:34:43 +0000 (16:34 +0000)
committerCarlos O'Donell <carlos@systemhalted.org>
Thu, 7 Sep 2006 16:34:43 +0000 (16:34 +0000)
commit0daa050021a9dcc212d47e9ecc584f0610c1b388
tree4a351d0a58a39924b7288993e0bf9819b40f1c80
parent34cb4e8082506c176b5d8e2d1c7e7175ff3eaffd
2006-09-07  Carlos O'Donell  <carlos@systemhalted.org>

* sysdeps/hppa/dl-machine.h (elf_machine_fixup_plt): Remove
lvalue cast.
* sysdeps/hppa/dl-trampoline.S (_dl_fixup): Correct stack usage.
(_dl_runtime_profile): LA fixups.
* sysdeps/unix/sysv/linux/hppa/clone.S: Correct stack usage. Return
-1 on error. Use branch and link for error handler funciton.
* sysdeps/unix/sysv/linux/hppa/sysdep.h: Correct stack usage.
Avoid register shuffling.
* sysdeps/unix/sysv/linux/hppa/bits/atomic.h (ASM_EAGAIN): Define
as -EAGAIN.
* sysdeps/unix/sysv/linux/hppa/bits/mman.h: Adjust definitions to
match required standards.
* sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h
(lll_futex_wait): Return __ret.
(lll_futex_timed_wait): Likewise.
(lll_futex_wake): Likewise.
(lll_futex_requeue): Likewise.
* sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Correct stack
usage and adjust error return.
* sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Adjust
stack usage for gdb, and avoid extra register loads.
* sysdeps/unix/sysv/linux/hppa/nptl/unwind-forcedunwind.c: Copy
nptl/sysdeps/pthread/unwind-forcedunwind.c.
(LIBGCC_SO): Define and use.
* sysdeps/unix/sysv/linux/hppa/nptl/unwind-resume.c: Copy
nptl/sysdeps/pthread/unwind-resume.c.
(LIBGCC_SO): Define and use.
12 files changed:
ChangeLog.hppa
sysdeps/hppa/dl-machine.h
sysdeps/hppa/dl-trampoline.S
sysdeps/unix/sysv/linux/hppa/bits/atomic.h
sysdeps/unix/sysv/linux/hppa/bits/mman.h
sysdeps/unix/sysv/linux/hppa/clone.S
sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h
sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S
sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h
sysdeps/unix/sysv/linux/hppa/nptl/unwind-forcedunwind.c
sysdeps/unix/sysv/linux/hppa/nptl/unwind-resume.c
sysdeps/unix/sysv/linux/hppa/sysdep.h
This page took 0.042088 seconds and 5 git commands to generate.