Files
dependabot[bot] efcfa202fa chore(deps): Bump vendor/bdwgc from 5c70f7c to 8202876 (#557)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `5c70f7c` to
`8202876`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/82028767b45a56f4c5630de065ee6fdc2608cf1b"><code>8202876</code></a>
Move free lists initialization code out of GC_init_thread_local</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/58792803b6e28d37c233810b7a214f0f29104c42"><code>5879280</code></a>
Use compiler TLS for msys2/mingw gcc-4.9 and clang-8 (or later)</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/593710f55f56754afbb1c0e8a9abf1869b6dc7e1"><code>593710f</code></a>
Use compiler TLS on Cygwin if clang-8 or later</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/933ca901fc9de3a66ede399420c113c9c5b82a10"><code>933ca90</code></a>
GH Actions: Test with -D DARWIN_PARSE_STACK on macOS/arm64</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/79f5fa8741d6b3c8aeeedbb8e49fa032ebfbb836"><code>79f5fa8</code></a>
Support threads bounds detection by stack walking on Darwin/arm64</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/f9188d779822bfe230d040b171b43729d53a00d7"><code>f9188d7</code></a>
Replace DARWIN_DONT_PARSE_STACK to opposite DARWIN_PARSE_STACK
macro</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/ec43144ad4df18659ed9ec068777caefdd6d2cc5"><code>ec43144</code></a>
Move define DARWIN_DONT_PARSE_STACK from configure to gcconfig.h for
XLC</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/49045ad244ee61003632990253b8ab712dea2d53"><code>49045ad</code></a>
Remove unneeded non-empty ASM_CPP_OPTIONS for Darwin XLC</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/b73696ff75c39286d6a6db25cee6d5aa9330336d"><code>b73696f</code></a>
Use word type for address values in Darwin GC_FindTopOfStack</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/89256b2fae10dc7c9d8bbb2ef23b1f382c74b3d1"><code>89256b2</code></a>
Remove dead code in GC_FindTopOfStack for Darwin/arm</li>
<li>Additional commits viewable in <a
href="https://github.com/bdwgc/bdwgc/compare/5c70f7cac7fd5f5a9709426a35c720723edac454...82028767b45a56f4c5630de065ee6fdc2608cf1b">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-19 04:27:36 +00:00
..