summaryrefslogtreecommitdiff
path: root/gcc/config/i386/att.h
diff options
context:
space:
mode:
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>1996-02-29 03:07:55 +0000
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>1996-02-29 03:07:55 +0000
commit40c0091c62cc2633d8e9f604305caa6910f25346 (patch)
treee52f08beb21c64fdc9c06195166d216192a8a128 /gcc/config/i386/att.h
parenta314844863d501f6f6021fd61c49f3b033e104e2 (diff)
downloadgcc-40c0091c62cc2633d8e9f604305caa6910f25346.tar.gz
* i386/att.h (BSS_SECTION_FUNCTION): Delete.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11372 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/att.h')
-rw-r--r--gcc/config/i386/att.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/gcc/config/i386/att.h b/gcc/config/i386/att.h
index f8bbb764306..b234ea16c56 100644
--- a/gcc/config/i386/att.h
+++ b/gcc/config/i386/att.h
@@ -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; \
- } \
-}
/* Define the syntax of labels and symbol definitions/declarations. */