(INVOKE__main): Define, so __eabi is called after main's arguments are
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 14 Jun 1995 20:55:34 +0000 (16:55 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 14 Jun 1995 20:55:34 +0000 (16:55 -0400)
saved.

From-SVN: r9950

gcc/config/rs6000/eabi.h

index 9d19ea0a38612a8e91367f1baeef8edc3d05d1d3..2f6be4a06fed6805f9a91886c1a1954acbe56257 100644 (file)
@@ -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)");