diff options
author | Doug Evans <dje@gnu.org> | 1996-02-29 03:07:55 +0000 |
---|---|---|
committer | Doug Evans <dje@gnu.org> | 1996-02-29 03:07:55 +0000 |
commit | 87fe9685279dc87a2d5069bf54a04f5ae84bd6d4 (patch) | |
tree | e52f08beb21c64fdc9c06195166d216192a8a128 | |
parent | c0d5b3ebd01c3d01889d771135b8776e517f05b1 (diff) | |
download | gcc-87fe9685279dc87a2d5069bf54a04f5ae84bd6d4.zip gcc-87fe9685279dc87a2d5069bf54a04f5ae84bd6d4.tar.gz gcc-87fe9685279dc87a2d5069bf54a04f5ae84bd6d4.tar.bz2 |
* i386/att.h (BSS_SECTION_FUNCTION): Delete.
From-SVN: r11372
-rw-r--r-- | gcc/config/i386/att.h | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/gcc/config/i386/att.h b/gcc/config/i386/att.h index f8bbb76..b234ea1 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. */ |