cygming.h (DWARF_FRAME_REGNUM): Add enclosing parens.
authorPascal Obry <obry@adacore.com>
Tue, 20 Oct 2009 18:50:58 +0000 (18:50 +0000)
committerKai Tietz <ktietz@gcc.gnu.org>
Tue, 20 Oct 2009 18:50:58 +0000 (20:50 +0200)
2009-10-20  Pascal Obry  <obry@adacore.com>
            Eric Botcazou  <ebotcazou@adacore.com>

        * config/i386/cygming.h (DWARF_FRAME_REGNUM): Add enclosing parens.

Co-Authored-By: Eric Botcazou <ebotcazou@adacore.com>
From-SVN: r153033

gcc/ChangeLog
gcc/config/i386/cygming.h

index 3dfa1bb..2a7d1aa 100644 (file)
@@ -1,3 +1,8 @@
+2009-10-20  Pascal Obry  <obry@adacore.com>
+           Eric Botcazou  <ebotcazou@adacore.com>
+
+       * config/i386/cygming.h (DWARF_FRAME_REGNUM): Add enclosing parens.
+
 2009-10-20  Michael Matz  <matz@suse.de>
 
        * loop-invariant.c (create_new_invariant): Use different magic number.
index 43003cc..fd81e9e 100644 (file)
@@ -49,8 +49,9 @@ along with GCC; see the file COPYING3.  If not see
    target, always use the svr4_dbx_register_map for DWARF .eh_frame
    even if we don't use DWARF .debug_frame. */
 #undef DWARF_FRAME_REGNUM
-#define DWARF_FRAME_REGNUM(n) TARGET_64BIT \
-       ? dbx64_register_map[(n)] : svr4_dbx_register_map[(n)] 
+#define DWARF_FRAME_REGNUM(n)                          \
+       (TARGET_64BIT ? dbx64_register_map[(n)]         \
+                     : svr4_dbx_register_map[(n)])
 
 #ifdef HAVE_GAS_PE_SECREL32_RELOC
 /* Use section relative relocations for debugging offsets.  Unlike