[roll] Roll fuchsia [libc] Remove __stack_chk_guard from the libc.so ABI

The compiler always uses the Fuchsia Compiler ABI to fetch the
stack-guard value via the thread pointer.  Nothing outside the
libc implementation should be referring to this global variable.

Original-Bug: 342469121
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1195898
Original-Revision: 9583905347ad8891a5e32645377a174e0e4db891
GitOrigin-RevId: 7dbc25e1361968b2c950cc421447b0a4b5c0ac21
Change-Id: I0b14d42cd5105a56bf51e4bdf54ff8a3b4ee0735
1 file changed
tree: bf37e67fd8aff40e59cd311e0689f96af232f593
  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.