diff options
author | Roland McGrath <roland@gcc.gnu.org> | 1995-01-28 21:28:10 +0000 |
---|---|---|
committer | Roland McGrath <roland@gcc.gnu.org> | 1995-01-28 21:28:10 +0000 |
commit | 3587779bf83c6b2c4a875db438e15b5eba88a7a7 (patch) | |
tree | 99ae2464b28ee193ddc8c06f14087838f39e9ddf | |
parent | abe80e6df576bbb5c1f6bcc545c0546f80056f59 (diff) | |
download | gcc-3587779bf83c6b2c4a875db438e15b5eba88a7a7.zip gcc-3587779bf83c6b2c4a875db438e15b5eba88a7a7.tar.gz gcc-3587779bf83c6b2c4a875db438e15b5eba88a7a7.tar.bz2 |
(ASM_OUTPUT_SECTION_NAME): #undef before defining.
From-SVN: r8838
-rw-r--r-- | gcc/config/sparc/sysv4.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/sparc/sysv4.h b/gcc/config/sparc/sysv4.h index 5a0f7a4..7a96b31 100644 --- a/gcc/config/sparc/sysv4.h +++ b/gcc/config/sparc/sysv4.h @@ -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) \ |