cygming.h (DWARF_FRAME_REGNUM): Add enclosing parens.

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
This commit is contained in:
Pascal Obry 2009-10-20 18:50:58 +00:00 committed by Kai Tietz
parent 50e9ed7c6c
commit 5c9ffc8688
2 changed files with 8 additions and 2 deletions

View 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.

View 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