vxworks.h: Fix problem with comment termination.

* mips/vxworks.h: Fix problem with comment termination.
        (EXTRA_SECTIONS): Add in_sbss.
        (EXTRA_SECTION_FUNCTIONS): Corresponding changes.

From-SVN: r30884
This commit is contained in:
Don Bowman 1999-12-13 07:37:42 +00:00 committed by Jeff Law
parent 9b1549b811
commit fe0f7c1672
2 changed files with 9 additions and 2 deletions

View 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,

View 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