Fix identation issue I missed to correct.
From-SVN: r153036
This commit is contained in:
parent
5c9ffc8688
commit
6a1868c766
1 changed files with 2 additions and 2 deletions
|
@ -50,8 +50,8 @@ along with GCC; see the file COPYING3. If not see
|
|||
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)])
|
||||
(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…
Add table
Reference in a new issue