Commit fee3a4a8 by Richard Kenner

(ASM_FILE_START): Write .set volatile.

From-SVN: r8117
parent 96fd013f
......@@ -1476,6 +1476,7 @@ extern char *current_function_name;
{ \
alpha_write_verstamp (FILE); \
fprintf (FILE, "\t.set noreorder\n"); \
fprintf (FILE, "\t.set volatile\n"); \
fprintf (FILE, "\t.set noat\n"); \
ASM_OUTPUT_SOURCE_FILENAME (FILE, main_input_filename); \
}
......
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