[roll] Roll fuchsia [build] Always use -msmall-data-limit=0 for RISC-V

This will become the default in the compiler (or become
unnecessary). Use of .sdata/.sbss is technically independent from
linker gp relaxation and theoretically still useful on its own.
However, the compiler moves .rodata and RELRO data to .sdata,
which is problematic for some Fuchsia code. So the compiler will
be changing under --target=riscv64-fuchsia either to default to
-msmall-data-limit=0 in all cases or else instead never to move
.rodata/RELRO objects into .sdata. Until then, explicitly pass
-msmall-data-limit=0 in cases where it's not already the default.

Original-Bug: 125687
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/842539
Original-Revision: f985a63010115761adfc2a68d4705f467e5b8afe
GitOrigin-RevId: 700bd8d601cd2cd1a5073032e4b50f0683d55fe3
Change-Id: I92f4f9ab0b7b20512a2569c6bc37656b05a9f35b
1 file changed
tree: 363202261a774e07c3d45bb8498427b6bda61743
  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.