2002-10-07 Joel Sherrill <joel@OARcorp.com>

* libc/sys/rtems/crt0.c: Add even more symbols so gcc() can link
	dummy programs.
This commit is contained in:
Joel Sherrill 2002-10-08 13:09:05 +00:00
parent 89e3fcba70
commit 7397211686
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2002-10-07 Joel Sherrill <joel@OARcorp.com>
* libc/sys/rtems/crt0.c: Add even more symbols so gcc() can link
dummy programs.
2002-10-07 Joel Sherrill <joel@OARcorp.com>
* libc/include/pthread.h: Define PTHREAD_CANCELED.

View File

@ -43,6 +43,12 @@ memset() {}
int __init; int __fini;
#endif
/* The SH expects certain symbols to be defined in the linker script. */
#if defined(__sh__)
int __EH_FRAME_BEGIN__;
#endif
/* The hppa expects this to be defined in the real crt0.s.
* Also for some reason, the hppa1.1 does not find atexit()
* during the AC_PROG_CC tests.