OSDN Git Service

* config/s390/s390.h (DEFAULT_MAIN_RETURN): Remove.
authoruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 23 Jun 2004 20:44:54 +0000 (20:44 +0000)
committeruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 23 Jun 2004 20:44:54 +0000 (20:44 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83566 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/s390/s390.h

index f946e55..3c4f663 100644 (file)
@@ -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
index af7551d..30202e4 100644 (file)
@@ -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