diff options
author | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-02-29 03:11:02 +0000 |
---|---|---|
committer | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-02-29 03:11:02 +0000 |
commit | a7ef0498b69e60b4ec572d8433994715598630c1 (patch) | |
tree | 0a69018c4a279e7ca54650f2c08dcefc81430497 /gcc/config/m68k/crds.h | |
parent | b4afe992ce8083fe79baa2c4fe3939b426606f24 (diff) | |
download | gcc-a7ef0498b69e60b4ec572d8433994715598630c1.tar.gz |
* m68k/crds.h (EXTRA_SECTIONS,EXTRA_SECTIONS_FUNCTIONS): Delete.
(BSS_SECTION_ASM_OP): Define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11377 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/m68k/crds.h')
-rw-r--r-- | gcc/config/m68k/crds.h | 15 |
1 files 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'. |