]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
alpha.h (TARGET_MEM_FUNCTIONS): Define here.
authorRichard Henderson <rth@cygnus.com>
Tue, 26 Oct 1999 20:31:33 +0000 (13:31 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 26 Oct 1999 20:31:33 +0000 (13:31 -0700)
        * alpha.h (TARGET_MEM_FUNCTIONS): Define here.
        * linux.h, netbsd.h, vms.h: Not here.

From-SVN: r30200

gcc/ChangeLog
gcc/config/alpha/alpha.h
gcc/config/alpha/linux.h
gcc/config/alpha/netbsd.h
gcc/config/alpha/vms.h

index 7c422111efcb16049346208f6245724de434accd..246060dad4ee1a66a72e379d3eca1a9f59397ceb 100644 (file)
@@ -1,3 +1,8 @@
+Tue Oct 26 13:30:35 1999  Richard Henderson  <rth@cygnus.com>
+
+       * alpha.h (TARGET_MEM_FUNCTIONS): Define here.
+       * linux.h, netbsd.h, vms.h: Not here.
+
 1999-10-26  Gavin Romig-Koch  <gavin@cygnus.com>
 
        * config/mips/mips.h (ISA_HAS_64BIT_REGS,ISA_HAS_BRANCHLIKELY,
index 0284110e24bf34b5a514a6aac3ee53e98ef8c1f6..5e7625aa102a499e96b82578bca4130668f38276 100644 (file)
@@ -2505,3 +2505,6 @@ do {                                                      \
 
 /* The system headers under Alpha systems are generally C++-aware.  */
 #define NO_IMPLICIT_EXTERN_C
+
+/* Generate calls to memcpy, etc., not bcopy, etc. */
+#define TARGET_MEM_FUNCTIONS 1
index b8eb9e915e44fdbd1ba494acba5e5685564798b0..fe416e2a0dd60a80419adf9fd6f52a167da79b3d 100644 (file)
@@ -31,9 +31,6 @@ SUB_CPP_PREDEFINES
 #undef LIB_SPEC
 #define LIB_SPEC "%{pg:-lgmon} %{pg:-lc_p} %{!pg:-lc}"
 
-/* Generate calls to memcpy, etc., not bcopy, etc. */
-#define TARGET_MEM_FUNCTIONS 1
-
 #undef FUNCTION_PROFILER
 #define FUNCTION_PROFILER(FILE, LABELNO)                       \
        fputs ("\tlda $28,_mcount\n\tjsr $28,($28),_mcount\n", (FILE))
index 51890643f88efa49d4514a2c1ef6ab5a3062a989..15dcadb00efea710811cbb28edb179e6a7234175 100644 (file)
@@ -28,9 +28,6 @@ Boston, MA 02111-1307, USA.  */
 #undef LIB_SPEC
 #define LIB_SPEC "%{pg:-lgmon} %{pg:-lc_p} %{!pg:-lc}"
 
-/* Generate calls to memcpy, etc., not bcopy, etc. */
-#define TARGET_MEM_FUNCTIONS
-
 #undef FUNCTION_PROFILER
 #define FUNCTION_PROFILER(FILE, LABELNO)                       \
        fputs ("\tlda $28,_mcount\n\tjsr $28,($28),_mcount\n", (FILE))
index 4d9bb1bd194458fcf59f3988f71759de80a13d67..c14200206cacd3b73ca9f93adec7f539e7f48efb 100644 (file)
@@ -61,9 +61,6 @@ Boston, MA 02111-1307, USA.  */
 #define PTRDIFF_TYPE   "int"
 */
 
-/* Use memcpy for structure copying, and so forth.  */
-#define TARGET_MEM_FUNCTIONS
-
 /* By default, allow $ to be part of an identifier.  */
 #define DOLLARS_IN_IDENTIFIERS 2