(compile_file): If support dbx output,
authorRichard Stallman <rms@gnu.org>
Sat, 15 May 1993 14:29:49 +0000 (14:29 +0000)
committerRichard Stallman <rms@gnu.org>
Sat, 15 May 1993 14:29:49 +0000 (14:29 +0000)
always output 0 at start of text section.

From-SVN: r4469

gcc/toplev.c

index 2ca51c6d0e0ebde55d2bdcb32e0d7c3e217e3f92..8acbfb7732e343880136d933030082a0c278e602 100644 (file)
@@ -1819,9 +1819,14 @@ compile_file (name)
   ASM_IDENTIFY_LANGUAGE (asm_out_file);
 #endif
 
+  /* 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
   /* Don't let the first function fall at the same address
      as gcc_compiled., if profiling.  */
   if (profile_flag || profile_block_flag)
+#endif
     assemble_zeros (UNITS_PER_WORD);
 
   /* If dbx symbol table desired, initialize writing it