Descriptionruntime: make ARM integer div-by-zero traceback-friendly
The implementation of division in the 5 toolchain is a bit too magical.
Hide the magic from the traceback routines.
Also add a test for the results of the software divide routine.
Fixes issue 5805.
Patch Set 1 #Patch Set 2 : diff -r 565e2d46bb68 https://code.google.com/p/go/ #Patch Set 3 : diff -r 565e2d46bb68 https://code.google.com/p/go/ #Patch Set 4 : diff -r a6d1a3f0411a https://code.google.com/p/go #Patch Set 5 : diff -r 94272206b0cb https://code.google.com/p/go/ #MessagesTotal messages: 4
|