Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/lib/libc



Module Name:    src
Committed By:   skrll
Date:           Tue May  5 20:43:47 UTC 2020

Modified Files:
        src/lib/libc/arch/hppa: SYS.h
        src/lib/libc/arch/hppa/sys: __clone.S __vfork14.S
        src/lib/libc/compat/arch/hppa/sys: compat_sigpending.S
            compat_sigprocmask.S compat_sigreturn.S compat_sigsuspend.S

Log Message:
Mark __cerror as hidden to avoid using the PLT.  This is required for new
binutils where the PLT stubs now use %t1 (%r22) which is used to pass
the errno to __cerror.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/lib/libc/arch/hppa/SYS.h
cvs rdiff -u -r1.7 -r1.8 src/lib/libc/arch/hppa/sys/__clone.S
cvs rdiff -u -r1.8 -r1.9 src/lib/libc/arch/hppa/sys/__vfork14.S
cvs rdiff -u -r1.4 -r1.5 \
    src/lib/libc/compat/arch/hppa/sys/compat_sigpending.S \
    src/lib/libc/compat/arch/hppa/sys/compat_sigprocmask.S \
    src/lib/libc/compat/arch/hppa/sys/compat_sigreturn.S \
    src/lib/libc/compat/arch/hppa/sys/compat_sigsuspend.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index