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]

Re: Patch to remove HAVE_ATEXIT and BSTRING


I also installed the following comment fix as obvious.

Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ChangeLog,v
retrieving revision 1.8646
diff -u -r1.8646 ChangeLog
--- ChangeLog	2000/12/18 23:58:12	1.8646
+++ ChangeLog	2000/12/19 00:03:37
@@ -1,3 +1,7 @@
+2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* config/d30v/d30v.h (EXIT_BODY): Update comment.
+
 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>

 	* config.gcc (*-*-linux*): Don't define HAVE_ATEXIT or BSTRING.
Index: config/d30v/d30v.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/d30v/d30v.h,v
retrieving revision 1.13
diff -u -r1.13 d30v.h
--- d30v.h	2000/12/18 23:58:18	1.13
+++ d30v.h	2000/12/19 00:03:39
@@ -6043,8 +6043,8 @@

 /* Define this if your `exit' function needs to do something besides calling an
    external function `_cleanup' before terminating with `_exit'.  The
-   `EXIT_BODY' macro is only needed if netiher `HAVE_ATEXIT' nor
-   `INIT_SECTION_ASM_OP' are defined.  */
+   `EXIT_BODY' macro is only needed if `NEED_ATEXIT' is defined and
+   `ON_EXIT' is not defined.  */
 /* #define EXIT_BODY */

 /* Define this macro as a C expression that is nonzero if it is safe for the

-- 
Joseph S. Myers
jsm28@cam.ac.uk


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