aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gcc.gnu.org>1995-01-24 04:23:23 +0000
committerRoland McGrath <roland@gcc.gnu.org>1995-01-24 04:23:23 +0000
commit43238b97ad68430cc52df6df558c3fb4c62bb502 (patch)
treeb1e3b876156043305a520f960a39461f33e46aba
parent35e530c58faddb546dcdcb83d626499c169b0320 (diff)
downloadgcc-43238b97ad68430cc52df6df558c3fb4c62bb502.zip
gcc-43238b97ad68430cc52df6df558c3fb4c62bb502.tar.gz
gcc-43238b97ad68430cc52df6df558c3fb4c62bb502.tar.bz2
(ASM_OUTPUT_SECTION_NAME): Renamed from ASM_OUTPUT_SECTION.
The old name was a typo. From-SVN: r8793
-rw-r--r--gcc/config/svr4.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/svr4.h b/gcc/config/svr4.h
index 5b40116..a04fc2f 100644
--- a/gcc/config/svr4.h
+++ b/gcc/config/svr4.h
@@ -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