Revision 8fa0645ef103db98257f8409bdd8e98d1f42d851 authored by Keno Fischer on 24 January 2019, 02:16:05 UTC, committed by Keno Fischer on 28 January 2019, 01:13:31 UTC
On most platforms this doesn't make a difference,
but the PowerPC ABI uses the signature to decide
whether or not to allocate a parameter save area.
Without this, the caller does not, but the callee
assumes it's there causing the callee to overwrite
critical parts of the caller stack.

Fixes #27007
1 parent bde465a
Raw File
.gitignore
/*.tar.gz
/tmp
/dist
/dist-extras
/julia
/usr
/oprofile_data
/usr-staging
/Make.user
/julia-*
/source-dist.tmp
/source-dist.tmp1

*.exe
*.dll
*.dwo
*.do
*.o
*.obj
*.so
*.dylib
*.dSYM
*.jl.cov
*.jl.*.cov
*.jl.mem
*.jl.*.mem
*.ji

/perf*
.DS_Store
back to top