(BSS_SECTION_FUNCTION): Deleted.

From-SVN: r1722
This commit is contained in:
Richard Stallman 1992-07-30 04:55:56 +00:00
parent b5f3ee5d2d
commit d0466d82e1

View File

@ -653,16 +653,6 @@ do { fprintf (asm_out_file, "\ttag\t"); \
#define CTOR_LIST_END CTOR_LIST_BEGIN
#define BSS_SECTION_ASM_OP "section\t~bss"
#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 ASM_OUTPUT_CONSTRUCTOR(FILE,NAME) \
do { \