From: Michael Meissner Date: Fri, 10 Apr 1992 22:10:54 +0000 (+0000) Subject: entered into RCS X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f78cb7641abc4d00a384ca86258dfabd27cea4b7;p=gcc.git entered into RCS From-SVN: r720 --- diff --git a/gcc/config/mips/svr4-4.h b/gcc/config/mips/svr4-4.h index fc4969b7ea3..f19ddc88ad8 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"