Skip to content
Snippets Groups Projects
Commit 5c9ffc86 authored by Pascal Obry's avatar Pascal Obry Committed by Kai Tietz
Browse files

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: default avatarEric Botcazou <ebotcazou@adacore.com>

From-SVN: r153033
parent 50e9ed7c
No related branches found
No related tags found
No related merge requests found
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> 2009-10-20 Michael Matz <matz@suse.de>
   
* loop-invariant.c (create_new_invariant): Use different magic number. * loop-invariant.c (create_new_invariant): Use different magic number.
...@@ -49,8 +49,9 @@ along with GCC; see the file COPYING3. If not see ...@@ -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 target, always use the svr4_dbx_register_map for DWARF .eh_frame
even if we don't use DWARF .debug_frame. */ even if we don't use DWARF .debug_frame. */
#undef DWARF_FRAME_REGNUM #undef DWARF_FRAME_REGNUM
#define DWARF_FRAME_REGNUM(n) TARGET_64BIT \ #define DWARF_FRAME_REGNUM(n) \
? dbx64_register_map[(n)] : svr4_dbx_register_map[(n)] (TARGET_64BIT ? dbx64_register_map[(n)] \
: svr4_dbx_register_map[(n)])
#ifdef HAVE_GAS_PE_SECREL32_RELOC #ifdef HAVE_GAS_PE_SECREL32_RELOC
/* Use section relative relocations for debugging offsets. Unlike /* Use section relative relocations for debugging offsets. Unlike
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment