S/390: Wrap more macro args into ()
authorAndreas Krebbel <krebbel@linux.vnet.ibm.com>
Mon, 10 Oct 2016 15:36:42 +0000 (15:36 +0000)
committerAndreas Krebbel <krebbel@gcc.gnu.org>
Mon, 10 Oct 2016 15:36:42 +0000 (15:36 +0000)
commit2d6744f47576c61fa914057cc7d60e40b74eda95
tree9ffef9ddd23e589c8a5079dd5987886cc646937c
parent9e023e3321886e0ba1ea7b25c7ef70e50c267963
S/390: Wrap more macro args into ()

Turned out that there where a few () around macro args uses missing.
One real problem with it was detected with the int-in-bool-context in
the definition of DBX_REGISTER_NUMBER. But while being at it I've
also tried to fix other places where brackets might be missing.

gcc/ChangeLog:

2016-10-10  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>

* config/s390/s390.h: Wrap more macros args in brackets and fix
        some formatting.

From-SVN: r240930
gcc/ChangeLog
gcc/config/s390/s390.h