Skip to content
Snippets Groups Projects
Commit 6a1868c7 authored by Kai Tietz's avatar Kai Tietz
Browse files

Fix identation issue I missed to correct.

From-SVN: r153036
parent 5c9ffc86
No related branches found
No related tags found
No related merge requests found
...@@ -50,8 +50,8 @@ along with GCC; see the file COPYING3. If not see ...@@ -50,8 +50,8 @@ along with GCC; see the file COPYING3. If not see
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) \ #define DWARF_FRAME_REGNUM(n) \
(TARGET_64BIT ? dbx64_register_map[(n)] \ (TARGET_64BIT ? dbx64_register_map[(n)] \
: svr4_dbx_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