On 3/21/18 5:16 PM, Carl Love wrote: > The following patch is a back port from mainlin of a fix for [snip] > > 2018-03-21 Carl Love <c...@us.ibm.com> > > * config/rs6000/r6000.c (rtx_is_swappable_p): Add case UNSPEC_VPERMXOR. > > gcc/testsuite/ChangeLog: > > 2018-03-21 Carl Love <c...@us.ibm.com> > * gcc.target/powerpc/crypto-builtin-1-runnable.c: New test file.
Since this is a backport from mainline, your ChangeLog entry needs mention that fact. Also, is the mainline patch associated with a bugzilla entry? If so, that also needs to be included. See for example the following patch submission and what its ChangeLog entries look like: https://gcc.gnu.org/ml/gcc-patches/2018-01/msg01869.html Peter