[roll] Roll fuchsia [starnix] Fix unwinding on nelson-release

This fixes the hello_starnix test case on nelson-release for a reason I
don't know why. Before this patch:

     279                 generate_cfi_directives!(state);
   0x8000c0dfeed4  add   x27, sp, #0x170   <-- correct
   0x8000c0dfeed8  add   x27, sp, #0x5a4   <-- but immediately clobbered

After this patch

     279                 generate_cfi_directives!(state);
   0x8000573efed4  add   x27, sp, #0x170   <-- correct
   0x8000573efed8  add   x28, sp, #0x170
   0x8000573efedc  add   x28, sp, #0x5a4   <-- now x28 is clobbered

Original-Bug: b/292578298
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/906435
Original-Revision: c58ea73a446ebbf2f3b8d3982ae1bc823a9e6bac
GitOrigin-RevId: 05cc1e5900a0a05386b736897a85b084f24ad81d
Change-Id: Ia5599ec0ecede05eb3707246edeb551453699cf2
1 file changed
tree: 9fb71c7e458a50fadeb36f95339ce5f2c580880f
  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.