Files
bdwgc-rust/vendor
dependabot[bot] 079495fa48 chore(deps): Bump vendor/libatomic_ops from 9f6bc3b to 400a88b (#297)
Bumps [vendor/libatomic_ops](https://github.com/ivmai/libatomic_ops)
from `9f6bc3b` to `400a88b`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ivmai/libatomic_ops/commit/400a88bafdcd04de7d38ac6e3d0f5708155a86d7"><code>400a88b</code></a>
Change static initializer of initial_heap_ptr and spin_dummy to
zero</li>
<li><a
href="https://github.com/ivmai/libatomic_ops/commit/c56149c7e6fdccf0593746e79a2ba3253111969e"><code>c56149c</code></a>
Eliminate 'comparing signed/unsigned values' lcc warning in
add_chunk_as</li>
<li><a
href="https://github.com/ivmai/libatomic_ops/commit/07ba4b81aea045cae5f1aacd4f00a0ce6bcd3a62"><code>07ba4b8</code></a>
Support double-wide primitives on E2K (32-bit mode only)</li>
<li><a
href="https://github.com/ivmai/libatomic_ops/commit/55b0f499684443ca5b8ea8f2762b31badc56b49b"><code>55b0f49</code></a>
Fix ALIGNMENT macro name in comment of atomic_ops_malloc.c</li>
<li><a
href="https://github.com/ivmai/libatomic_ops/commit/3ab2f6a03fd7bd563984fe238f41b82836e60f72"><code>3ab2f6a</code></a>
Define AO_uintptr_t and use it in AO malloc and stack</li>
<li><a
href="https://github.com/ivmai/libatomic_ops/commit/13bcf0ffb294dfd1fe87d38f54742722570254f1"><code>13bcf0f</code></a>
Fix get_chunk for case of mmap area is located before
AO_initial_heap</li>
<li><a
href="https://github.com/ivmai/libatomic_ops/commit/418dfb502d8423eb2e634d4b36a59efd79eb3f09"><code>418dfb5</code></a>
Define functions and variables of tests as static</li>
<li><a
href="https://github.com/ivmai/libatomic_ops/commit/2aedc4f35b5d63a607518c97ffc6a2f0783e9049"><code>2aedc4f</code></a>
Hide AO_initial_heap internal symbol</li>
<li><a
href="https://github.com/ivmai/libatomic_ops/commit/ce9d28ca0f8371cc18849d91dd37cb4fde285078"><code>ce9d28c</code></a>
Minor text improvement in README_details.txt and README_malloc.txt</li>
<li><a
href="https://github.com/ivmai/libatomic_ops/commit/c9b8f184e5430afce9ca21bd4fc8757a448622b8"><code>c9b8f18</code></a>
Fix AO_USE_ALMOST_LOCK_FREE name in comments of atomic_ops_stack.c</li>
<li>Additional commits viewable in <a
href="https://github.com/ivmai/libatomic_ops/compare/9f6bc3b928e60081aa1cd6a3ac8707ed90705e9c...400a88bafdcd04de7d38ac6e3d0f5708155a86d7">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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@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>
2023-10-20 19:12:11 +00:00
..