Re: [PATCH], Fix PowerPC multi-line string formating issue

2016-07-22 Thread Segher Boessenkool
On Fri, Jul 22, 2016 at 03:51:31PM -0400, Michael Meissner wrote: > In working on the vector extracts, I noticed that the function > altivec_resolve_overloaded_builtin has two strings that span more than one > line. This confuses the diff -p command, as it thinks modified code after the > long lin

[PATCH], Fix PowerPC multi-line string formating issue

2016-07-22 Thread Michael Meissner
In working on the vector extracts, I noticed that the function altivec_resolve_overloaded_builtin has two strings that span more than one line. This confuses the diff -p command, as it thinks modified code after the long line is in another function. This patch fixes the formatting. I did a boots