[roll] Roll fuchsia [ld] Fix missing template indirection in RemoteLoadModule

RemoteLoadModule has an Elf template parameter for future Elf32
cases, but it was using a LoadModule instantiation as its base
class that used the default layout instead of that parameter.

Original-Bug: 326524302
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/995913
Original-Revision: 106c34d125256789c91450ca9a84d61904f6b523
GitOrigin-RevId: 2f1e7023b7d9a391aefef18bfdbe1236de099201
Change-Id: Ia8c898bc7f49b41996090899d4ad0b28ee5cc382
1 file changed
tree: 1739ed05f44e079e68eb8f369fcbef42ffdef33a
  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.