From 7e159475537201a36f5309536d506d67c5c0a32d Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Thu, 29 Feb 1996 03:11:02 +0000 Subject: [PATCH] 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 --- gcc/config/m68k/crds.h | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/gcc/config/m68k/crds.h b/gcc/config/m68k/crds.h index 3d848c26fb3..098e09fb38a 100644 --- a/gcc/config/m68k/crds.h +++ b/gcc/config/m68k/crds.h @@ -1,6 +1,6 @@ /* 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'. -- 2.30.2