diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2000-12-19 00:04:42 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2000-12-19 00:04:42 +0000 |
commit | 3173ca6431f12a3a48eabfed93ade74edb47788e (patch) | |
tree | c3c582d09bfd64265412a7817d5dda954b0781da | |
parent | 9e9b9afe4c70bfb0126b669f26423785eea8beca (diff) | |
download | gcc-3173ca6431f12a3a48eabfed93ade74edb47788e.zip gcc-3173ca6431f12a3a48eabfed93ade74edb47788e.tar.gz gcc-3173ca6431f12a3a48eabfed93ade74edb47788e.tar.bz2 |
* config/d30v/d30v.h (EXIT_BODY): Update comment.
From-SVN: r38371
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/d30v/d30v.h | 4 |
2 files changed, 6 insertions, 2 deletions
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 <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. 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 |