[roll] Roll fuchsia [ld] Move Load and Commit phases into RemoteDynamicLinker

This replaces the ld::RemoteLoadModule::LoadModules and
ld::RemoteLoadModule::CommitModules static methods with the Load
and Commit methods on the ld::RemoteDynamicLinker object.  This
completes the removal of static methods from RemoteLoadModule.
Some further polish is still needed on RemoteDynamicLinker.

Original-Bug: 326524302
Cq-Include-Trybots: luci.turquoise.global.try:run-postsubmit-tryjobs
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1022595
Original-Revision: 91c35f5d923a3e3b2574c92d8a0f61ff35839c29
GitOrigin-RevId: fcb186528630f97bef324c33d687ab86a8e346b7
Change-Id: Ic3c024f340e5d562c84ff5610b78650e2053cb8b
1 file changed
tree: 6fdf0a912ba2c452df0b30316a4f67d2affd2f13
  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 via the IRC channel #fuchsia on Freenode.

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.