* mn10200.c (asm_file_start): Fix typo.
authorJeffrey A Law <law@cygnus.com>
Mon, 4 Oct 1999 11:20:11 +0000 (11:20 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 4 Oct 1999 11:20:11 +0000 (05:20 -0600)
From-SVN: r29803

gcc/ChangeLog
gcc/config/mn10200/mn10200.c

index f25dc2800eb2875ddffff1ad52fb00d1820789c3..3e039445e83e28458ce3e85c3eef5959f28c1954 100644 (file)
@@ -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)
 
+       * mn10200.c (asm_file_start): Fix typo.
+
        * cppinit.c (is_idchar initializer): Tighten tests for when
        to put the table into initialized memory.
 
index 2364064d5a89d62ab35b7d51406edc9e9dfe07e2..b00adf1f35483fa35cb999897c3194341310d612 100644 (file)
@@ -73,8 +73,8 @@ asm_file_start (file)
   else
     fprintf (file, "\n\n");
   output_file_directive (file, main_input_filename);
-  ggc_add_rtx (&zero_dreg, 1);
-  ggc_add_rtx (&zero_areg, 1);
+  ggc_add_rtx_root (&zero_dreg, 1);
+  ggc_add_rtx_root (&zero_areg, 1);
 }
 
 /* Print operand X using operand code CODE to assembly language output file