[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
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.