Fix typo in last change.
authorRichard Stallman <rms@gnu.org>
Sat, 15 May 1993 14:32:16 +0000 (14:32 +0000)
committerRichard Stallman <rms@gnu.org>
Sat, 15 May 1993 14:32:16 +0000 (14:32 +0000)
From-SVN: r4470

gcc/toplev.c

index 8acbfb7..7eab30f 100644 (file)
@@ -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)