Commit 914cf730 by Doug Evans

sco5.h (EXTRA_SECTIONS): Delete in_bss.

	* i386/sco5.h (EXTRA_SECTIONS): Delete in_bss.
	(EXTRA_SECTION_FUNCTIONS): Delete BSS_SECTION_FUNCTION.
	(BSS_SECTION_FUNCTION): Delete.

From-SVN: r11373
parent 87fe9685
...@@ -573,12 +573,11 @@ do { \ ...@@ -573,12 +573,11 @@ do { \
((TARGET_ELF) ? DWARF_DEBUG: SDB_DEBUG) ((TARGET_ELF) ? DWARF_DEBUG: SDB_DEBUG)
#undef EXTRA_SECTIONS #undef EXTRA_SECTIONS
#define EXTRA_SECTIONS in_const, in_bss, in_init, in_fini, in_ctors, in_dtors #define EXTRA_SECTIONS in_const, in_init, in_fini, in_ctors, in_dtors
#undef EXTRA_SECTION_FUNCTIONS #undef EXTRA_SECTION_FUNCTIONS
#define EXTRA_SECTION_FUNCTIONS \ #define EXTRA_SECTION_FUNCTIONS \
CONST_SECTION_FUNCTION \ CONST_SECTION_FUNCTION \
BSS_SECTION_FUNCTION \
INIT_SECTION_FUNCTION \ INIT_SECTION_FUNCTION \
FINI_SECTION_FUNCTION \ FINI_SECTION_FUNCTION \
CTORS_SECTION_FUNCTION \ CTORS_SECTION_FUNCTION \
...@@ -611,18 +610,6 @@ fini_section () \ ...@@ -611,18 +610,6 @@ fini_section () \
} \ } \
} }
#undef BSS_SECTION_FUNCTION
#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; \
} \
}
#undef INIT_SECTION_FUNCTION #undef INIT_SECTION_FUNCTION
#define INIT_SECTION_FUNCTION \ #define INIT_SECTION_FUNCTION \
void \ void \
......
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