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:
parent
50e9ed7c6c
commit
5c9ffc8688
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user