Skip to content
Success

Changes

Summary

  1. clang-17: Remove 05-no-default-libgcc_s-linking.patch (commit: 9342474) (details)
  2. tools/cloney: copy mode should copy symlinks and preserve attributes (commit: 9ef96ec) (details)
Commit 9342474b90686f22b0c03b680a0b3d6640e78097 by noreply
clang-17: Remove 05-no-default-libgcc_s-linking.patch

libgcc_s must always come before libgcc, so that symbols that are in
both are taken from libgcc_s. The only case where libgcc_s must not be
included is when creating a purely static binary that uses no shared
libraries at all. As soon as any shared library is involved, libgcc_s
*must* be used. Not doing so causes symbols to be taken from libgcc,
which leads to crashes. In particular, with this patch, unwinding is
broken and crashes. Hence, remove it.
(commit: 9342474)
The file was modifiedcomponents/developer/clang-17/Makefile (diff)
The file was removedcomponents/developer/clang-17/patches/05-no-default-libgcc_s-linking.patch
Commit 9ef96ecbb526305d459098aef04d3aef5e78b154 by noreply
tools/cloney: copy mode should copy symlinks and preserve attributes

(commit: 9ef96ec)
The file was modifiedtools/cloney (diff)