vxworks.h: Fix problem with comment termination.
authorDon Bowman <don@pixstream.com>
Mon, 13 Dec 1999 07:37:42 +0000 (07:37 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 13 Dec 1999 07:37:42 +0000 (00:37 -0700)
        * mips/vxworks.h: Fix problem with comment termination.
        (EXTRA_SECTIONS): Add in_sbss.
        (EXTRA_SECTION_FUNCTIONS): Corresponding changes.

From-SVN: r30884

gcc/ChangeLog
gcc/config/mips/vxworks.h

index 4c8613c7cddc2b624543c49f8cb8029f411940fa..e880344571db7035279e78ca42d3e12490d3a8ce 100644 (file)
@@ -1,3 +1,9 @@
+1999-12-13  Don Bowman  <don@pixstream.com>
+
+       * mips/vxworks.h: Fix problem with comment termination.
+       (EXTRA_SECTIONS): Add in_sbss.
+       (EXTRA_SECTION_FUNCTIONS): Corresponding changes.
+
 1999-12-12  David S. Miller  <davem@redhat.com>
 
        * cse.c (struct cse_reg_info): Add hash_next member,
index 0856c37343a73a6852b595b0fed393e6608f9c0a..7d4866230085a2aa3ff5dbbf20c86c161e63463b 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999 Free Software Foundation, Inc. */
+/* Copyright (C) 1999 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
@@ -25,7 +25,7 @@ Boston, MA 02111-1307, USA.  */
 #undef DTORS_SECTION_ASM_OP
 
 #undef EXTRA_SECTIONS
-#define EXTRA_SECTIONS in_sdata, in_rdata
+#define EXTRA_SECTIONS in_sdata, in_rdata, in_sbss
 
 #undef INVOKE__main
 #undef NAME__MAIN
@@ -34,6 +34,7 @@ Boston, MA 02111-1307, USA.  */
 #undef EXTRA_SECTION_FUNCTIONS
 #define EXTRA_SECTION_FUNCTIONS                                         \
   SECTION_FUNCTION_TEMPLATE(sdata_section, in_sdata, SDATA_SECTION_ASM_OP) \
+  SECTION_FUNCTION_TEMPLATE(sbss_section, in_sbss, SBSS_SECTION_ASM_OP) \
   SECTION_FUNCTION_TEMPLATE(rdata_section, in_rdata, RDATA_SECTION_ASM_OP)
 
 #undef ASM_OUTPUT_CONSTRUCTOR