* varasm.c (output_constant_def): Fix stupid typo.
authorRichard Henderson <rth@redhat.com>
Wed, 20 Mar 2002 02:12:18 +0000 (18:12 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 20 Mar 2002 02:12:18 +0000 (18:12 -0800)
From-SVN: r51059

gcc/ChangeLog
gcc/varasm.c

index 1716c6b35d655c34132640338ed0315548ffb090..93095a39b74102f378d7fc660bc769e34df7631f 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-19  Richard Henderson  <rth@redhat.com>
+
+       * varasm.c (output_constant_def): Fix stupid typo.
+
 2002-03-19  Richard Henderson  <rth@redhat.com>
 
        PR 5879
index b9c16e831965b7f7e533a942b3b5cd8dfcbf4428..098757edd64e29438410801debfefd4da14dd8d7 100644 (file)
@@ -3299,7 +3299,7 @@ output_constant_def (exp, defer)
      encoded in it.  */
   if (! found)
     {
-      if (TREE_CODE (exp) == INTEGER_CSY)
+      if (TREE_CODE (exp) == INTEGER_CST)
        ENCODE_SECTION_INFO (exp, true);
 
       desc->rtl = rtl;