Commit a7c1e13f by Jeff Law

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
parent a27d3fef
...@@ -1571,6 +1571,8 @@ do { fprintf (FILE, "\t.SPACE $PRIVATE$\n\ ...@@ -1571,6 +1571,8 @@ do { fprintf (FILE, "\t.SPACE $PRIVATE$\n\
\t.IMPORT $$dyncall,MILLICODE\n");\ \t.IMPORT $$dyncall,MILLICODE\n");\
if (profile_flag)\ if (profile_flag)\
fprintf (FILE, "\t.IMPORT _mcount, CODE\n");\ fprintf (FILE, "\t.IMPORT _mcount, CODE\n");\
if (write_symbols != NO_DEBUG) \
output_file_directive ((FILE), main_input_filename); \
} while (0) } while (0)
/* Output to assembler file text saying following lines /* Output to assembler file text saying following lines
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment