OSDN Git Service

* varasm.c (output_constant_def): Fix stupid typo.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Mar 2002 02:12:18 +0000 (02:12 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Mar 2002 02:12:18 +0000 (02:12 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51059 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/varasm.c

index 1716c6b..93095a3 100644 (file)
@@ -1,5 +1,9 @@
 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
        * except.c (current_function_has_exception_handlers): New.
        * except.h: Declare it.
index b9c16e8..098757e 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;