diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2004-06-23 20:44:54 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@gcc.gnu.org> | 2004-06-23 20:44:54 +0000 |
commit | 07f266aecd773341be6f62935bcf8a6e935d5528 (patch) | |
tree | e870bda710ece4c0c2bdf4d0a8ba77762765d033 /gcc | |
parent | 7c243eef3984dbd43b380a6cde2a1a03f381d50b (diff) | |
download | gcc-07f266aecd773341be6f62935bcf8a6e935d5528.zip gcc-07f266aecd773341be6f62935bcf8a6e935d5528.tar.gz gcc-07f266aecd773341be6f62935bcf8a6e935d5528.tar.bz2 |
* config/s390/s390.h (DEFAULT_MAIN_RETURN): Remove.
From-SVN: r83566
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/s390/s390.h | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f946e55..3c4f663 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-06-23 Ulrich Weigand <uweigand@de.ibm.com> + + * config/s390/s390.h (DEFAULT_MAIN_RETURN): Remove. + 2004-06-23 Roger Sayle <roger@eyesopen.com> * convert.c (strip_float_extension): Skip both NOP_EXPR and diff --git a/gcc/config/s390/s390.h b/gcc/config/s390/s390.h index af7551d..30202e4 100644 --- a/gcc/config/s390/s390.h +++ b/gcc/config/s390/s390.h @@ -1015,7 +1015,4 @@ do { \ indexing purposes) so give the MEM rtx a byte's mode. */ #define FUNCTION_MODE QImode -/* This macro definition sets up a default value for `main' to return. */ -#define DEFAULT_MAIN_RETURN c_expand_return (integer_zero_node) - #endif |