Commit 5074c1fe by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

defaults.h [...] (EH_FRAME_SECTION): Remove trailing ';'.

	* defaults.h [EH_FRAME_SECTION_ASM_OP] (EH_FRAME_SECTION): Remove
	trailing ';'.  Fix formatting.

From-SVN: r37510
parent e26cb7ab
2000-11-17 Hans-Peter Nilsson <hp@axis.com>
* defaults.h [EH_FRAME_SECTION_ASM_OP] (EH_FRAME_SECTION): Remove
trailing ';'. Fix formatting.
2000-11-16 Jim Wilson <wilson@redhat.com> 2000-11-16 Jim Wilson <wilson@redhat.com>
* config/ia64/ia64.h (MASK_INLINE_DIV_LAT, MASK_INLINE_DIV_THR): * config/ia64/ia64.h (MASK_INLINE_DIV_LAT, MASK_INLINE_DIV_THR):
......
...@@ -175,7 +175,7 @@ do { ASM_OUTPUT_LABEL(FILE,LABEL_ALTERNATE_NAME (INSN)); } while (0) ...@@ -175,7 +175,7 @@ do { ASM_OUTPUT_LABEL(FILE,LABEL_ALTERNATE_NAME (INSN)); } while (0)
#if defined (DWARF2_UNWIND_INFO) && !defined (EH_FRAME_SECTION) #if defined (DWARF2_UNWIND_INFO) && !defined (EH_FRAME_SECTION)
# if defined (EH_FRAME_SECTION_ASM_OP) # if defined (EH_FRAME_SECTION_ASM_OP)
# define EH_FRAME_SECTION() eh_frame_section(); # define EH_FRAME_SECTION() eh_frame_section ()
# else # else
/* If we aren't using crtstuff to run ctors, don't use it for EH. */ /* If we aren't using crtstuff to run ctors, don't use it for EH. */
# if defined (ASM_OUTPUT_SECTION_NAME) && defined (ASM_OUTPUT_CONSTRUCTOR) # if defined (ASM_OUTPUT_SECTION_NAME) && defined (ASM_OUTPUT_CONSTRUCTOR)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment