Commit 3173ca64 by Joseph Myers Committed by Joseph Myers

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

From-SVN: r38371
parent 9e9b9afe
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment