defaults.h [...] (EH_FRAME_SECTION): Remove trailing ';'.
* defaults.h [EH_FRAME_SECTION_ASM_OP] (EH_FRAME_SECTION): Remove trailing ';'. Fix formatting. From-SVN: r37510
This commit is contained in:
parent
e26cb7aba1
commit
5074c1fe97
@ -1,3 +1,8 @@
|
||||
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>
|
||||
|
||||
* 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)
|
||||
|
||||
#if defined (DWARF2_UNWIND_INFO) && !defined (EH_FRAME_SECTION)
|
||||
# if defined (EH_FRAME_SECTION_ASM_OP)
|
||||
# define EH_FRAME_SECTION() eh_frame_section();
|
||||
# define EH_FRAME_SECTION() eh_frame_section ()
|
||||
# else
|
||||
/* 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)
|
||||
|
Loading…
Reference in New Issue
Block a user