* config/d30v/d30v.h (EXIT_BODY): Update comment.

From-SVN: r38371
This commit is contained in:
Joseph Myers 2000-12-19 00:04:42 +00:00 committed by Joseph Myers
parent 9e9b9afe4c
commit 3173ca6431
2 changed files with 6 additions and 2 deletions

View File

@ -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.

View File

@ -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