[roll] Roll fuchsia [ld] Consolidate build ID handling

The ld::ObserveBuildIdNote function existed but wasn't being used
or tested; it was a buggy implementation that was needlessly
complex to reuse elfldltl::ObserveBuildIdNote for little benefit.
So rewrite it to be simpler, and use it in all of bootstrap.h,
StartupLoad, and RemoteDecodedModule.  This can later be reused
by libdl too.

Original-Bug: 42085436
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1020512
Original-Revision: 3e7c29f5aff03f725199bb43d489c73d784ac35a
GitOrigin-RevId: 32b87486a67b842652fc1e17ab60781556ae21d0
Change-Id: I23f11aa926876eef19d7401e6f13a05f01a8d792
1 file changed
tree: fd627994a98ea4aeea6eb0efd7770b65f91b2c29
  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.