зеркало из https://github.com/mozilla/gecko-dev.git
9a7848690a
`firefox -register` results in SIGSEGV on s390(x) Patch by Dr. Ulrich Weigand <uweigand@de.ibm.com> r=shaver sr=dougt The patch reverts the problematic parts of the earlier fix attempt, and uses compiler options to make GCC 3.4 behave as the assembly stubs expect: -fno-strict-aliasing (several of the routines violate C aliasing rules) -fno-inline (so that the InvokeByIndex function allocates a stack frame) -fomit-frame-pointer (so that %r11 is available for allocation, otherwise we might not be able to satisfy 6 inputs + 6 clobbers in GPRs) -mbackchain (so that xptcstubs has the backchain available) |
||
---|---|---|
.. | ||
xptcall | ||
xptinfo | ||
.cvsignore | ||
Makefile.in |