mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-21 23:17:06 +08:00
* config/d30v/d30v.h (EXIT_BODY): Update comment.
From-SVN: r38371
This commit is contained in:
parent
9e9b9afe4c
commit
3173ca6431
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user