Commit 7e159475 by Doug Evans

crds.h (EXTRA_SECTIONS,EXTRA_SECTIONS_FUNCTIONS): Delete.

	* m68k/crds.h (EXTRA_SECTIONS,EXTRA_SECTIONS_FUNCTIONS): Delete.
	(BSS_SECTION_ASM_OP): Define.

From-SVN: r11377
parent aefc92a5
/* Definitions of target machine for GNU compiler;
Charles River Data Systems UNiverse/32.
Copyright (C) 1987, 1993, 1994 Free Software Foundation, Inc.
Copyright (C) 1987, 1993, 1994, 1996 Free Software Foundation, Inc.
Contributed by Gary E. Miller (Gary_Edmunds_Miller@cup.portal.com)
This file is part of GNU CC.
......@@ -105,18 +105,7 @@ Boston, MA 02111-1307, USA. */
#define STRUCT_VALUE gen_rtx(MEM, Pmode, gen_rtx( , , ) )
*/
#define EXTRA_SECTIONS in_bss
#define EXTRA_SECTION_FUNCTIONS \
void \
bss_section () \
{ \
if (in_section != in_bss) \
{ \
fprintf (asm_out_file, ".bss\n"); \
in_section = in_bss; \
} \
}
#define BSS_SECTION_ASM_OP ".bss"
/* Specify how to pad function arguments.
Value should be `upward', `downward' or `none'.
......
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