defaults.h [...] (EH_FRAME_SECTION): Remove trailing ';'.
authorHans-Peter Nilsson <hp@axis.com>
Fri, 17 Nov 2000 01:52:43 +0000 (01:52 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Fri, 17 Nov 2000 01:52:43 +0000 (01:52 +0000)
* defaults.h [EH_FRAME_SECTION_ASM_OP] (EH_FRAME_SECTION): Remove
trailing ';'.  Fix formatting.

From-SVN: r37510

gcc/ChangeLog
gcc/defaults.h

index 1656d0ec837b3c37f28828a185c2f35506965a1b..5bd700c94c2ee722dbb29fc55d17838bab5566c2 100644 (file)
@@ -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):
index b6fe9ec8c860bfe03c7a041f1d5c1d132f0735e4..f9f7bf56a06be963bc616e3733d8a6e21607ef9b 100644 (file)
@@ -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)