diff options
author | Tom Wood <wood@gnu.org> | 1992-08-04 19:11:36 +0000 |
---|---|---|
committer | Tom Wood <wood@gnu.org> | 1992-08-04 19:11:36 +0000 |
commit | e7a3dd0905cbee62e92126f96864d2fd3991b61e (patch) | |
tree | 0f36a24a14ceec0cabd66bae204698c0aa8952b7 | |
parent | 6aa4e0b4ca3e85ec02d7d9807552f5a85af1269c (diff) | |
download | gcc-e7a3dd0905cbee62e92126f96864d2fd3991b61e.zip gcc-e7a3dd0905cbee62e92126f96864d2fd3991b61e.tar.gz gcc-e7a3dd0905cbee62e92126f96864d2fd3991b61e.tar.bz2 |
entered into RCS
From-SVN: r1763
-rw-r--r-- | gcc/config/aoutos.h | 3 |
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. |