Commit 62e1ef68 by Jeffrey A Law Committed by Jeff Law

* mn10200.c (asm_file_start): Fix typo.

From-SVN: r29803
parent 712fbcfa
...@@ -15,6 +15,8 @@ Mon Oct 4 02:12:41 1999 Mark Mitchell <mark@codesourcery.com> ...@@ -15,6 +15,8 @@ Mon Oct 4 02:12:41 1999 Mark Mitchell <mark@codesourcery.com>
Sun Oct 3 14:14:16 1999 Jeffrey A Law (law@cygnus.com) Sun Oct 3 14:14:16 1999 Jeffrey A Law (law@cygnus.com)
* mn10200.c (asm_file_start): Fix typo.
* cppinit.c (is_idchar initializer): Tighten tests for when * cppinit.c (is_idchar initializer): Tighten tests for when
to put the table into initialized memory. to put the table into initialized memory.
......
...@@ -73,8 +73,8 @@ asm_file_start (file) ...@@ -73,8 +73,8 @@ asm_file_start (file)
else else
fprintf (file, "\n\n"); fprintf (file, "\n\n");
output_file_directive (file, main_input_filename); output_file_directive (file, main_input_filename);
ggc_add_rtx (&zero_dreg, 1); ggc_add_rtx_root (&zero_dreg, 1);
ggc_add_rtx (&zero_areg, 1); ggc_add_rtx_root (&zero_areg, 1);
} }
/* Print operand X using operand code CODE to assembly language output file /* Print operand X using operand code CODE to assembly language output file
......
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