From: Richard Kenner Date: Wed, 14 Jun 1995 20:55:34 +0000 (-0400) Subject: (INVOKE__main): Define, so __eabi is called after main's arguments are X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4cd44f166e52a8e88db9622f0ed1eb4ad9ca2562;p=gcc.git (INVOKE__main): Define, so __eabi is called after main's arguments are saved. From-SVN: r9950 --- diff --git a/gcc/config/rs6000/eabi.h b/gcc/config/rs6000/eabi.h index 9d19ea0a386..2f6be4a06fe 100644 --- a/gcc/config/rs6000/eabi.h +++ b/gcc/config/rs6000/eabi.h @@ -51,6 +51,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Invoke an initializer function to set up the GOT */ #define NAME__MAIN "__eabi" +#define INVOKE__main 1 #undef TARGET_VERSION #define TARGET_VERSION fprintf (stderr, " (PowerPC Embedded)");