This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

bug fix for elfos.h UNIQUE_SECTION


Fri Jul 13 20:31:04 2001  J"orn Rennecke <amylaar@redhat.com>

	* elfos.h (UNIQUE_SECTION): Add semicolon at end of statement.

Index: elfos.h
===================================================================
RCS file: /cvs/gcc/egcs/gcc/config/elfos.h,v
retrieving revision 1.29
diff -p -r1.29 elfos.h
*** elfos.h	2001/07/13 18:28:10	1.29
--- elfos.h	2001/07/13 19:30:58
*************** dtors_section ()						\
*** 360,366 ****
  	sec = 0;						\
        else if (DECL_INITIAL (DECL) == 0				\
  	       || DECL_INITIAL (DECL) == error_mark_node)	\
!         sec =  3						\
        else if (DECL_READONLY_SECTION (DECL, RELOC))		\
  	sec = 1;						\
        else							\
--- 360,366 ----
  	sec = 0;						\
        else if (DECL_INITIAL (DECL) == 0				\
  	       || DECL_INITIAL (DECL) == error_mark_node)	\
!         sec =  3;						\
        else if (DECL_READONLY_SECTION (DECL, RELOC))		\
  	sec = 1;						\
        else							\


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]