backport: cygming.h (DWARF_FRAME_REGNUM): Add enclosing parens.

2009-10-27  Kai Tietz  <kai.tietz@onevision.com>

        Backport from mainline:
        2009-10-20  Pascal Obry  <obry@adacore.com>
            Eric Botcazou  <ebotcazou@adacore.com>

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

From-SVN: r153585
This commit is contained in:
Kai Tietz 2009-10-27 09:48:07 +00:00 committed by Kai Tietz
parent 32940d03f9
commit 9d29e098d9
2 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,11 @@
2009-10-27 Kai Tietz <kai.tietz@onevision.com>
Backport from mainline:
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-23 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Backport from mainline:

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