[roll] Roll fuchsia [ld] Test LE model TLS access (reland)

This is a reland of commit 6efdb6ba9a9c85bf9ba7092a44795fcb5f963b8c
with fixes to avoid optimization (e.g. LTO) breaking the test for
the Fuchsia x86 case.

Original change's description:
> [ld] Test LE model TLS access
>
> This is really only a test change, since LE model accesses are
> resolved statically at link time.  It wires up the test machinery
> to look at the runtime thread pointer without requiring a real
> TLS runtime, so that tests can compare the expected $tp offset to
> that produced by compiler-generated accesses as resolved by
> relocation handling (for LE, just static link time; for others,
> the dynamic linker's relocation behavior).
>
> Original-Bug: 128502
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/934056

Original-Bug: 128502
Original-Fixed: 135647
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/936463
Original-Revision: eaf0be643f60d18bf5d140409cbb69a854e9e65e
GitOrigin-RevId: a452177e8087509cc48197d5337a0941a9164c6b
Change-Id: I7f4db298cd9b4d6402bbcdf48c9f7dd463f173b5
1 file changed
tree: 867510d047f4528acc91db67b3d4ae5b4b9138ea
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.