diff options
author | Richard Stallman <rms@gnu.org> | 1993-05-15 14:32:16 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-05-15 14:32:16 +0000 |
commit | 8c25f9f8319413dd6bbafc9e4971fb1909436ad0 (patch) | |
tree | 1cfeea6191b445fc7e777d4639b6ea2885814e99 | |
parent | 2716cff2bad25cdb334518e8bf6bc2c35eee2f4b (diff) | |
download | gcc-8c25f9f8319413dd6bbafc9e4971fb1909436ad0.zip gcc-8c25f9f8319413dd6bbafc9e4971fb1909436ad0.tar.gz gcc-8c25f9f8319413dd6bbafc9e4971fb1909436ad0.tar.bz2 |
Fix typo in last change.
From-SVN: r4470
-rw-r--r-- | gcc/toplev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index 8acbfb7..7eab30f 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -1822,7 +1822,7 @@ compile_file (name) /* dbx on Suns needs to separate gcc_compiled. from first function. We do not test write_symbols because -g should not alter the actual code generated. */ -#ifdef DBX_DEBUGGING_INFO +#ifndef DBX_DEBUGGING_INFO /* Don't let the first function fall at the same address as gcc_compiled., if profiling. */ if (profile_flag || profile_block_flag) |