The GNU libc libraries
66a1c9c9cb
Upstream commit: 403143e1df85dadd374f304bd891be0cd7573e3b - x86-64: Align L(SP_RANGE)/L(SP_INF_0) to 8 bytes (swbz#21955) - powerpc: Add values from Linux 4.8 to <elf.h> - S390: Add new s390 platform z14. - Various locale fixes (swbz#14925, swbz#20008, swbz#20482, swbz#12349 swbz#19982, swbz#20756, swbz#20756, swbz#21836, swbz#17563, swbz#16905, swbz#21920, swbz#21854) - NSS: Replace exported NSS lookup functions with stubs (swbz#21962) - i386: Do not set internal_function - assert: Suppress pedantic warning caused by statement expression (swbz#21242) - powerpc: Restrict xssqrtqp operands to Vector Registers (swbz#21941) - sys/ptrace.h: remove obsolete PTRACE_SEIZE_DEVEL constant (swbz#21928) - Remove __qaddr_t, __long_double_t - Fix uc_* namespace (swbz#21457) - nss: Call __resolv_context_put before early return in get*_r (swbz#21932) - aarch64: Optimized memcpy for Qualcomm Falkor processor - manual: Document getcontext uc_stack value on Linux (swbz#759) - i386: Add <startup.h> (swbz#21913) - Don't use IFUNC resolver for longjmp or system in libpthread (swbz#21041) - Fix XPG4.2 bits/sigaction.h namespace (swbz#21899) - x86-64: Add FMA multiarch functions to libm - i386: Support static PIE in start.S - Compile tst-prelink.c without PIE (swbz#21815) - x86-64: Use _dl_runtime_resolve_opt only with AVX512F (swbz#21871) - x86: Remove __memset_zero_constant_len_parameter (swbz#21790) |
||
---|---|---|
bench.mk | ||
build-locale-archive.c | ||
ChangeLog.old | ||
gen-quilt-series.sh | ||
glibc_post_upgrade.c | ||
glibc-bench-compare | ||
glibc-c-utf8-locale.patch | ||
glibc-cs-path.patch | ||
glibc-fedora-__libc_multiple_libcs.patch | ||
glibc-fedora-elf-ORIGIN.patch | ||
glibc-fedora-include-bits-ldbl.patch | ||
glibc-fedora-linux-tcsetattr.patch | ||
glibc-fedora-localedata-rh61908.patch | ||
glibc-fedora-localedef.patch | ||
glibc-fedora-locarchive.patch | ||
glibc-fedora-manual-dircategory.patch | ||
glibc-fedora-nis-rh188246.patch | ||
glibc-fedora-nptl-linklibc.patch | ||
glibc-fedora-nscd.patch | ||
glibc-fedora-ppc-unwind.patch | ||
glibc-fedora-streams-rh436349.patch | ||
glibc-gcc-strict-overflow.patch | ||
glibc-nscd-sysconfig.patch | ||
glibc-rh697421.patch | ||
glibc-rh741105.patch | ||
glibc-rh819430.patch | ||
glibc-rh825061.patch | ||
glibc-rh827510.patch | ||
glibc-rh952799.patch | ||
glibc-rh1009145.patch | ||
glibc-rh1013801.patch | ||
glibc-rh1070416.patch | ||
glibc-rh1315108.patch | ||
glibc-rh1315476-2.patch | ||
glibc-rh1324623.patch | ||
glibc-rh1470060.patch | ||
glibc.spec | ||
nscd.conf | ||
nsswitch.conf | ||
power6emul.c | ||
quilt-patch.sh | ||
README.quilt | ||
sources | ||
STAGE1-glibc | ||
STAGE1-glibc-headers | ||
SUPPORTED | ||
sync-upstream.sh |
This package supports working with patch files using quilt. To regenerate the quilt series file run: ./gen-quilt-series.sh Setup environment: export QUILT_PATCHES=$PWD Setup the source: ./quilt-patch.sh [-f] Use `-f` if you want to have quilt-patch always remove the existing source directory before starting. Otherwise you'll be patching on top of an already patched tree generated perhaps by `*pkg prep`. Create a new patch: cd glibc-2.17-c758a686/ quilt new glibc-rh1234622.patch quilt add ports/sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist vi ports/sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist quilt refresh cd .. git add glibc-rh1234622.patch <Then edit the glibc.spec file to build with the new patch> e.g. ... PatchXXXX: glibc-rh1234622.patch ... %patchXXXX -p1 ... git add glibc.spec git commit You're done!