entered into RCS
authorMichael Meissner <meissner@gcc.gnu.org>
Fri, 10 Apr 1992 22:10:54 +0000 (22:10 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Fri, 10 Apr 1992 22:10:54 +0000 (22:10 +0000)
From-SVN: r720

gcc/config/mips/svr4-4.h

index fc4969b7ea369d413b9644aaf19742391b0c160c..f19ddc88ad8dfd602de3d2c794630d4826c8e1eb 100644 (file)
@@ -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"