]> gcc.gnu.org Git - gcc.git/commitdiff
(ASM_OUTPUT_SECTION_NAME): #undef before defining.
authorRoland McGrath <roland@gcc.gnu.org>
Sat, 28 Jan 1995 21:28:10 +0000 (21:28 +0000)
committerRoland McGrath <roland@gcc.gnu.org>
Sat, 28 Jan 1995 21:28:10 +0000 (21:28 +0000)
From-SVN: r8838

gcc/config/sparc/sysv4.h

index 5a0f7a42429a5ac1627eebb04a42bca72beb2d86..7a96b315642c07f107131ea018fec52f11b51332 100644 (file)
@@ -1,5 +1,5 @@
 /* Target definitions for GNU compiler for Sparc running System V.4
-   Copyright (C) 1991, 1992 Free Software Foundation, Inc.
+   Copyright (C) 1991, 1992, 1995 Free Software Foundation, Inc.
 
    Written by Ron Guilmette (rfg@netcom.com).
 
@@ -180,6 +180,7 @@ do { ASM_OUTPUT_ALIGN ((FILE), Pmode == SImode ? 2 : 3);            \
    NULL_TREE.  Some target formats do not support arbitrary sections.  Do not
    define this macro in such cases.  */
 
+#undef ASM_OUTPUT_SECTION_NAME /* Override svr4.h's definition.  */
 #define ASM_OUTPUT_SECTION_NAME(FILE, DECL, NAME) \
 do {                                                                   \
   if (TREE_CODE (DECL) == FUNCTION_DECL)                               \
This page took 0.061658 seconds and 5 git commands to generate.