[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.