From a7c1e13f93fc47cfb1433157c346d3103f23ffe8 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Tue, 14 Dec 1993 14:02:09 -0700 Subject: [PATCH] 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 --- gcc/config/pa/pa.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.30.2