From: Joseph Myers Date: Tue, 19 Dec 2000 00:04:42 +0000 (+0000) Subject: * config/d30v/d30v.h (EXIT_BODY): Update comment. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3173ca6431f12a3a48eabfed93ade74edb47788e;p=platform%2Fupstream%2Fgcc.git * config/d30v/d30v.h (EXIT_BODY): Update comment. From-SVN: r38371 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index eb0c0ce..cb3001e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2000-12-19 Joseph S. Myers + + * config/d30v/d30v.h (EXIT_BODY): Update comment. + 2000-12-18 Joseph S. Myers * config.gcc (*-*-linux*): Don't define HAVE_ATEXIT or BSTRING. diff --git a/gcc/config/d30v/d30v.h b/gcc/config/d30v/d30v.h index e82b3fe..716b19c 100644 --- a/gcc/config/d30v/d30v.h +++ b/gcc/config/d30v/d30v.h @@ -6043,8 +6043,8 @@ fprintf (STREAM, "\t.word .L%d\n", VALUE) /* 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