diff options
author | Michael Meissner <meissner@gcc.gnu.org> | 1995-04-10 19:06:40 +0000 |
---|---|---|
committer | Michael Meissner <meissner@gcc.gnu.org> | 1995-04-10 19:06:40 +0000 |
commit | b0d577320e3b53315c0326c1a0e724498f321049 (patch) | |
tree | 8bc2170efdde89430896348767e113bf91da315d /gcc | |
parent | 5386cc16d415291b3e9d380581b72ab6d36efe9a (diff) | |
download | gcc-b0d577320e3b53315c0326c1a0e724498f321049.zip gcc-b0d577320e3b53315c0326c1a0e724498f321049.tar.gz gcc-b0d577320e3b53315c0326c1a0e724498f321049.tar.bz2 |
Undo Match 11th changes.
From-SVN: r9354
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/rs6000/aix3newas.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/config/rs6000/aix3newas.h b/gcc/config/rs6000/aix3newas.h index 8a79193..b1e40c6 100644 --- a/gcc/config/rs6000/aix3newas.h +++ b/gcc/config/rs6000/aix3newas.h @@ -22,6 +22,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "rs6000/rs6000.h" +#if 0 +/* Commented out because it breaks compiler bootstrapping because references + to environ get hosed */ + /* Tell the assembler to assume that all undefined names are external. */ #undef ASM_SPEC @@ -32,3 +36,4 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #undef ASM_OUTPUT_EXTERNAL #undef ASM_OUTPUT_EXTERNAL_LIBCALL +#endif |