Commit 0002d65b by Doug Evans

* convex/convex.h (EXTRA_SECTIONS,EXTRA_SECTIONS_FUNCTIONS): Delete.

From-SVN: r11368
parent 0ec44be4
/* Definitions of target machine for GNU compiler. Convex version.
Copyright (C) 1988, 1994, 1995 Free Software Foundation, Inc.
Copyright (C) 1988, 1994, 1995, 1996 Free Software Foundation, Inc.
This file is part of GNU CC.
......@@ -1237,21 +1237,6 @@ extern double atof();
#define BSS_SECTION_ASM_OP (current_section_is_text = 0, ".bss")
/* Define the .bss section for ASM_OUTPUT_LOCAL to use. */
#define EXTRA_SECTIONS in_bss
#define EXTRA_SECTION_FUNCTIONS \
void \
bss_section () \
{ \
if (in_section != in_bss) \
{ \
fprintf (asm_out_file, "%s\n", BSS_SECTION_ASM_OP); \
in_section = in_bss; \
} \
}
/* This is how to output an assembler line
that says to advance the location counter
to a multiple of 2**LOG bytes. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment