diff options
author | Robert Lipe <robertl@dgii.com> | 1998-09-19 22:25:53 +0000 |
---|---|---|
committer | Robert Lipe <robertl@gcc.gnu.org> | 1998-09-19 22:25:53 +0000 |
commit | 655d03a8583dd87bca4c93bc9d780d2d06ce0cc5 (patch) | |
tree | 5656eadfaa6bb1a2ad7b9c0bb097fa2e6c7dee11 | |
parent | b567319fc355d00b2bb3c6f45c12e29da436930f (diff) | |
download | gcc-655d03a8583dd87bca4c93bc9d780d2d06ce0cc5.zip gcc-655d03a8583dd87bca4c93bc9d780d2d06ce0cc5.tar.gz gcc-655d03a8583dd87bca4c93bc9d780d2d06ce0cc5.tar.bz2 |
* config/i386/sco5.h (TARGET_MEM_FUNCTIONS): Define.
From-SVN: r22486
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/i386/sco5.h | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bd11923..3b3fad5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +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> * fp-bit.c (pack_d): Do not clear SIGN when fraction is 0. diff --git a/gcc/config/i386/sco5.h b/gcc/config/i386/sco5.h index 4d26255..b97fffc 100644 --- a/gcc/config/i386/sco5.h +++ b/gcc/config/i386/sco5.h @@ -916,6 +916,11 @@ dtors_section () \ #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. Since we can (and do) compile for both COFF and ELF environments, we |