Hi Thirumalai,
I was just trying to apply your gendef patches, but this patch here doesn't apply cleanly due to context diffs: On Dec 19 17:34, Thirumalai Nagalingam wrote: > Hi all, > > Please find the attached patch which adds an ARM64 stub for the `_sigfe` > routine > in the gendef script. > > Any feedback or nits are very welcome. The changes are documented with inline > comments intended to be self-explanatory. please let me know if any part > of this patch should be adjusted. > > Thanks for your time and review. > > Thanks & regards > Thirumalai Nagalingam <[email protected]> > > In-lined patch: > [...skipping to the end of the patch...] > + br x9 // Branch to real function > + .seh_endproc > + > _sigbe: > .global sigdelayed > .seh_proc sigdelayed > After appling the first two patches 0001-Cygwin-gendef-add-ARM64-stub-for-fe-in-gendef.patch 0002-Cygwin-gendef-add-_sigfe_maybe-for-TLS-initializatio.patch the above sigdelayed context looks like this: > _sigbe: > .global sigdelayed > sigdelayed: > _sigdelayed_end: Is there anything missing here? Another patch which should be applied boefore this one? Thanks, Corinna
