aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1994-03-04 17:19:06 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1994-03-04 17:19:06 -0500
commit8b2e2b2f6f284668dfacd7726c295978bf929b11 (patch)
treed258ca1add8fdb4383857bff4d3c7d53926097f8 /gcc
parent877eef6d8607fc7258929546d1cc850204098782 (diff)
downloadgcc-8b2e2b2f6f284668dfacd7726c295978bf929b11.zip
gcc-8b2e2b2f6f284668dfacd7726c295978bf929b11.tar.gz
gcc-8b2e2b2f6f284668dfacd7726c295978bf929b11.tar.bz2
(ASM_FINISH_DECLARE_OBJECT): Set size_directive_output to 1.
From-SVN: r6695
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/m88k/m88k.h9
-rw-r--r--gcc/config/svr4.h6
2 files changed, 8 insertions, 7 deletions
diff --git a/gcc/config/m88k/m88k.h b/gcc/config/m88k/m88k.h
index 632bfae..a0203b4 100644
--- a/gcc/config/m88k/m88k.h
+++ b/gcc/config/m88k/m88k.h
@@ -1,6 +1,6 @@
-/* Definitions of target machine for GNU compiler.
+/* Definitions of target machine for GNU compiler for
Motorola m88100 in an 88open OCS/BCS environment.
- Copyright (C) 1988, 1989, 1990, 1991, 1993 Free Software Foundation, Inc.
+ Copyright (C) 1988, 89, 90, 91, 93, 1994 Free Software Foundation, Inc.
Contributed by Michael Tiemann (tiemann@mcc.com)
Enhanced by Michael Meissner (meissner@osf.org)
Version 2 port by Tom Wood (twood@pets.sps.mot.com)
@@ -197,13 +197,13 @@ extern char * reg_names[];
Redefined in sysv4.h, and luna.h. */
#define VERSION_INFO1 "88open OCS/BCS, "
#ifndef VERSION_INFO2
-#define VERSION_INFO2 "$Revision: 1.56 $"
+#define VERSION_INFO2 "$Revision: 1.57 $"
#endif
#ifndef VERSION_STRING
#define VERSION_STRING version_string
#ifdef __STDC__
-#define TM_RCS_ID "@(#)" __FILE__ " $Revision: 1.56 $ " __DATE__
+#define TM_RCS_ID "@(#)" __FILE__ " $Revision: 1.57 $ " __DATE__
#else
#define TM_RCS_ID "$What$"
#endif /* __STDC__ */
@@ -1966,6 +1966,7 @@ do { \
&& DECL_INITIAL (DECL) == error_mark_node \
&& !size_directive_output) \
{ \
+ size_directive_output = 1; \
fprintf (FILE, "\t%s\t ", SIZE_ASM_OP); \
assemble_name (FILE, name); \
fprintf (FILE, ",%d\n", int_size_in_bytes (TREE_TYPE (DECL))); \
diff --git a/gcc/config/svr4.h b/gcc/config/svr4.h
index e895751..1cdf90c 100644
--- a/gcc/config/svr4.h
+++ b/gcc/config/svr4.h
@@ -1,8 +1,7 @@
/* svr4.h -- operating system specific defines to be used when
targeting GCC for some generic System V Release 4 system.
- Copyright (C) 1991 Free Software Foundation, Inc.
-
- Written by Ron Guilmette (rfg@ncd.com).
+ Copyright (C) 1991, 1994 Free Software Foundation, Inc.
+ Contributed by Ron Guilmette (rfg@netcom.com).
This file is part of GNU CC.
@@ -612,6 +611,7 @@ do { \
&& DECL_INITIAL (DECL) == error_mark_node \
&& !size_directive_output) \
{ \
+ size_directive_output = 1; \
fprintf (FILE, "\t%s\t ", SIZE_ASM_OP); \
assemble_name (FILE, name); \
fprintf (FILE, ",%d\n", int_size_in_bytes (TREE_TYPE (DECL))); \