aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Wood <wood@gnu.org>1992-08-04 19:11:36 +0000
committerTom Wood <wood@gnu.org>1992-08-04 19:11:36 +0000
commite7a3dd0905cbee62e92126f96864d2fd3991b61e (patch)
tree0f36a24a14ceec0cabd66bae204698c0aa8952b7
parent6aa4e0b4ca3e85ec02d7d9807552f5a85af1269c (diff)
downloadgcc-e7a3dd0905cbee62e92126f96864d2fd3991b61e.zip
gcc-e7a3dd0905cbee62e92126f96864d2fd3991b61e.tar.gz
gcc-e7a3dd0905cbee62e92126f96864d2fd3991b61e.tar.bz2
entered into RCS
From-SVN: r1763
-rw-r--r--gcc/config/aoutos.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/aoutos.h b/gcc/config/aoutos.h
index e995df6..0a5dcc0 100644
--- a/gcc/config/aoutos.h
+++ b/gcc/config/aoutos.h
@@ -36,6 +36,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
or configure.in script to properly use the new ?????aout.h file
when configuring for the system. */
+/* Define a symbol indicating that we are using aoutos.h. */
+#define USING_AOUTOS_H
+
/* A C statement (sans semicolon) to output an element in the table of
global constructors.
If using GNU LD, tell it that this is part of the static destructor set.