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
This commit is contained in:
Jeff Law 1993-12-14 14:02:09 -07:00
parent a27d3fef51
commit a7c1e13f93

View File

@ -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