[roll] Roll fuchsia [dl] Libdl Supports Startup Modules

This CL will pass a container of ld::abi::Abi<>::Module data structures
to the RuntimeDynamicLinker ctor: a permanent RuntimeModule data
structure is created for each ABI module and added to the modules_ list.

These modules cannot be unloaded for the lifetime of the program.
Appropriate symbol visibility is assumed to already be set on the abi
module when it is passed to the RuntimeDynamicLinker.

Original-Fixed: 324136831
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1148633
Original-Revision: 89bbe2af30e522d76c43c6b65ee9674854800546
GitOrigin-RevId: a2134c2df0e2dd32f77af36ed9c515712c654dff
Change-Id: I866ae6c18888bac4e214ca81950fe06c106f823b
1 file changed
tree: e60aad3a088b5b15a6cff170265998b0c73adec0
  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.