Commit 655d03a8 by Robert Lipe Committed by Robert Lipe

* config/i386/sco5.h (TARGET_MEM_FUNCTIONS): Define.

From-SVN: r22486
parent b567319f
Sun Sep 20 00:24:24 1998 Robert Lipe <robertl@dgii.com>
* config/i386/sco5.h (TARGET_MEM_FUNCTIONS): Define.
1998-09-19 Torbjorn Granlund <tege@matematik.su.se> 1998-09-19 Torbjorn Granlund <tege@matematik.su.se>
* fp-bit.c (pack_d): Do not clear SIGN when fraction is 0. * fp-bit.c (pack_d): Do not clear SIGN when fraction is 0.
......
...@@ -916,6 +916,11 @@ dtors_section () \ ...@@ -916,6 +916,11 @@ dtors_section () \
#define NO_DOLLAR_IN_LABEL #define NO_DOLLAR_IN_LABEL
/* Implicit library calls should use memcpy, not bcopy, etc. They are
faster on OpenServer libraries. */
#define TARGET_MEM_FUNCTIONS
/* /*
Here comes some major hackery to get the crt stuff to compile properly. Here comes some major hackery to get the crt stuff to compile properly.
Since we can (and do) compile for both COFF and ELF environments, we Since we can (and do) compile for both COFF and ELF environments, we
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment