From: Michael Meissner Date: Fri, 10 Apr 1992 22:10:54 +0000 (+0000) Subject: entered into RCS X-Git-Tag: misc/cutover-egcs-0~13211 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f78cb7641abc4d00a384ca86258dfabd27cea4b7;p=thirdparty%2Fgcc.git entered into RCS From-SVN: r720 --- diff --git a/gcc/config/mips/svr4-4.h b/gcc/config/mips/svr4-4.h index fc4969b7ea36..f19ddc88ad8d 100644 --- a/gcc/config/mips/svr4-4.h +++ b/gcc/config/mips/svr4-4.h @@ -60,4 +60,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define getpagesize() sysconf(_SC_PAGE_SIZE) #endif /* L_trampoline */ +/* Use atexit for static constructors/destructors, instead of defining + our own exit function. */ +#define HAVE_ATEXIT + +/* Generate calls to memcpy, etc., not bcopy, etc. */ +#define TARGET_MEM_FUNCTIONS + #include "mips.h"