From: Doug Evans Date: Thu, 29 Feb 1996 03:07:55 +0000 (+0000) Subject: * i386/att.h (BSS_SECTION_FUNCTION): Delete. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=87fe9685279dc87a2d5069bf54a04f5ae84bd6d4;p=gcc.git * i386/att.h (BSS_SECTION_FUNCTION): Delete. From-SVN: r11372 --- 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. */