From d53130befa1cc691535aef5e07ec1c42b3bbbb68 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 23 Mar 1998 19:54:35 +0000 Subject: Updated now that the phony crt0.c in newlib defines all odd symbols that gcc automatically generates references to. --- aclocal.m4 | 38 ++------------------------------------ 1 file changed, 2 insertions(+), 36 deletions(-) (limited to 'aclocal.m4') diff --git a/aclocal.m4 b/aclocal.m4 index 681ec21d3e..13adf8780f 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -121,24 +121,7 @@ AC_DEFUN(RTEMS_PROG_CC_WORKS, AC_LANG_SAVE AC_LANG_C AC_TRY_COMPILER( -[ -#if defined(__PPC__) - int __SDATA_START__; int __SDATA2_START__; - int __GOT_START__; int __GOT_END__; - int __GOT2_START__; int __GOT2_END__; - int __SBSS_END__; int __SBSS2_END__; - int __FIXUP_START__; int __FIXUP_END__; - int __EXCEPT_START__; int __EXCEPT_END__; - int __init; int __fini; -#endif -#if defined(__hppa__) - asm ( ".subspa \$GLOBAL\$,QUAD=1,ALIGN=8,ACCESS=0x1f,SORT=40"); - asm ( ".export \$global\$" ); - asm ( "\$global\$:"); -#endif - int atexit() { return 0; } - void *malloc() { return 0; } - main(){return(0);}], +[main(){return(0);}], rtems_cv_prog_cc_works, rtems_cv_prog_cc_cross) AC_LANG_RESTORE AC_MSG_RESULT($rtems_cv_prog_cc_works) @@ -263,24 +246,7 @@ AC_TRY_COMPILER( if test "$rtems_cv_prog_cxx_works" = "no"; then dnl now retry with our own version of malloc AC_TRY_COMPILER( - [extern "C" void *malloc(); void *malloc() { return (0); } - extern "C" int atexit(); int atexit() { return 0; } -#if defined(__PPC__) - int __SDATA_START__; int __SDATA2_START__; - int __GOT_START__; int __GOT_END__; - int __GOT2_START__; int __GOT2_END__; - int __SBSS_END__; int __SBSS2_END__; - int __FIXUP_START__; int __FIXUP_END__; - int __EXCEPT_START__; int __EXCEPT_END__; - int __init; int __fini; -#endif -#if defined(__hppa__) - asm ( ".subspa \$GLOBAL\$,QUAD=1,ALIGN=8,ACCESS=0x1f,SORT=40"); - asm ( ".export \$global\$" ); - asm ( "\$global\$:"); -#endif - - main(){return(0);}], + [ main(){return(0);}], rtems_cv_prog_cxx_works, rtems_cv_prog_cxx_cross) fi AC_LANG_RESTORE -- cgit v1.2.3