This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH: ARM EABI GNU/Linux libgcc
Daniel Jacobowitz wrote:
On Tue, Nov 23, 2004 at 02:16:06PM -0800, Mark Mitchell wrote:
! /* Define IVOKE__main if we should emit a call to __main at the start
! of "main". */
! #if (!defined(INVOKE__main) \
! && !defined(INIT_SECTION_ASM_OP) \
! && !defined(INIT_ARRAY_SECTION_ASM_OP))
! #define INVOKE__main
#endif
Typo on IVOKE...
True. Want to fix that, or want me to do it?
--
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com
(916) 791-8304