OSDN Git Service

(ASM_OUTPUT_SECTION_NAME): Renamed from ASM_OUTPUT_SECTION.
authorroland <roland@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 24 Jan 1995 04:23:23 +0000 (04:23 +0000)
committerroland <roland@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 24 Jan 1995 04:23:23 +0000 (04:23 +0000)
The old name was a typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8793 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/svr4.h

index 5b40116..a04fc2f 100644 (file)
@@ -1,6 +1,6 @@
 /* svr4.h  --  operating system specific defines to be used when
    targeting GCC for some generic System V Release 4 system.
-   Copyright (C) 1991, 1994 Free Software Foundation, Inc.
+   Copyright (C) 1991, 1994, 1995 Free Software Foundation, Inc.
    Contributed by Ron Guilmette (rfg@netcom.com).
 
 This file is part of GNU CC.
@@ -565,7 +565,7 @@ dtors_section ()                                                    \
 /* Switch into a generic section.
    This is currently only used to support section attributes.  */
 
-#define ASM_OUTPUT_SECTION(FILE, NAME) \
+#define ASM_OUTPUT_SECTION_NAME(FILE, NAME) \
   fprintf (FILE, ".section\t%s,\"a\",@progbits\n", NAME)
 
 /* A C statement (sans semicolon) to output an element in the table of