[roll] Roll fuchsia [vdso] Satisfy link-time references from assertion macros and abort

This makes the vDSO leverage //sdk/lib/ld:standalone, which
already serves other user.basic DSO links that have no means of
emitting error messages.  This will ensure the vDSO has no
problems linking or meeting its pure-code requirements as uses may
arise of <assert.h> / <cassert>, <zircon/assert.h>, libc++ header
internal assertions, or `abort()` (including `__builtin_abort()`).

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1211364
Original-Revision: ed65d4f39f35e514f01b77d4caaa1636784abf4e
GitOrigin-RevId: 9ca3fb1f388dc0fa70b41499a17b8690eedfb4f4
Change-Id: Ia13dcd702a405a5bec291ffb71b9a5e063161dc7
1 file changed
tree: febab0410959f54795983bb7688f8f5d5d3564b4
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.