* i386/att.h (BSS_SECTION_FUNCTION): Delete.
authorDoug Evans <dje@gnu.org>
Thu, 29 Feb 1996 03:07:55 +0000 (03:07 +0000)
committerDoug Evans <dje@gnu.org>
Thu, 29 Feb 1996 03:07:55 +0000 (03:07 +0000)
From-SVN: r11372

gcc/config/i386/att.h

index f8bbb764306bc748e5a4af7b1d640b51c3e6bea8..b234ea16c561fb312526bbdb33345d7940ffc5e2 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for AT&T assembler syntax for the Intel 80386.
-   Copyright (C) 1988 Free Software Foundation, Inc.
+   Copyright (C) 1988, 1996 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
@@ -68,18 +68,6 @@ do                                                           \
 /* Can't use ASM_OUTPUT_SKIP in text section; it doesn't leave 0s.  */
 
 #define ASM_NO_SKIP_IN_TEXT 1
-
-#undef BSS_SECTION_FUNCTION  /* Override the definition from svr3.h.  */
-#define BSS_SECTION_FUNCTION \
-void                                                           \
-bss_section ()                                                 \
-{                                                              \
-  if (in_section != in_bss)                                    \
-    {                                                          \
-      fprintf (asm_out_file, "%s\n", BSS_SECTION_ASM_OP);      \
-      in_section = in_bss;                                     \
-    }                                                          \
-}
 \f
 /* Define the syntax of labels and symbol definitions/declarations.  */