From 3587779bf83c6b2c4a875db438e15b5eba88a7a7 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 28 Jan 1995 21:28:10 +0000 Subject: (ASM_OUTPUT_SECTION_NAME): #undef before defining. From-SVN: r8838 --- gcc/config/sparc/sysv4.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gcc') 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) \ -- cgit v1.1