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:
parent
a27d3fef51
commit
a7c1e13f93
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user