[roll] Roll fuchsia [libc] Factor out LIBC_NAMESPACE::gLog

This provides a libc-internal Log type based on ld::Log and a
global LIBC_NAMESPACE::gLog instance of it.  The _dl_log_write
implementation now ties into this, will the same effect as its
local code had before.  The new ld/log.h header and ld:log-panic
helper target for use in hermetic_source_set()s will be reused
beyond just _dl_log_write soon.

Original-Bug: 342469121
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1261387
Original-Revision: 78112a6bfa75b5ae2449a91d310ba27a542439c7
GitOrigin-RevId: beabcc570bddd66810c1a82ac0ff464f75f30e6a
Change-Id: Ic536cd0f3f547ab7d9c353471565a7c0d2890221
1 file changed
tree: c210e2cdc3cb0d619ae14b4c878751f3d889a555
  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.