From: Richard Stallman Date: Sat, 15 May 1993 14:32:16 +0000 (+0000) Subject: Fix typo in last change. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8c25f9f8319413dd6bbafc9e4971fb1909436ad0;p=gcc.git Fix typo in last change. From-SVN: r4470 --- diff --git a/gcc/toplev.c b/gcc/toplev.c index 8acbfb7732e..7eab30ffb48 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)