From: Jeff Law Date: Tue, 14 Dec 1993 21:02:09 +0000 (-0700) Subject: pa.h (ASM_FILE_START): Emit a .file directive at the beginning of the output file... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a7c1e13f93fc47cfb1433157c346d3103f23ffe8;p=gcc.git pa.h (ASM_FILE_START): Emit a .file directive at the beginning of the output file if... * pa.h (ASM_FILE_START): Emit a .file directive at the beginning of the output file if debug symbols are being generated. From-SVN: r6232 --- diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h index 63074962af3..dde60240006 100644 --- a/gcc/config/pa/pa.h +++ b/gcc/config/pa/pa.h @@ -1571,6 +1571,8 @@ do { fprintf (FILE, "\t.SPACE $PRIVATE$\n\ \t.IMPORT $$dyncall,MILLICODE\n");\ if (profile_flag)\ fprintf (FILE, "\t.IMPORT _mcount, CODE\n");\ + if (write_symbols != NO_DEBUG) \ + output_file_directive ((FILE), main_input_filename); \ } while (0) /* Output to assembler file text saying following lines