* varasm.c (mark_constants): Handle RTX format 'B'.
authorJason Thorpe <thorpej@wasabisystems.com>
Tue, 4 Jun 2002 16:22:49 +0000 (16:22 +0000)
committerJason Thorpe <thorpej@gcc.gnu.org>
Tue, 4 Jun 2002 16:22:49 +0000 (16:22 +0000)
From-SVN: r54247

gcc/ChangeLog
gcc/varasm.c

index 8a198ec0031620549298bba3ac5c9882ebccd728..14bbfaaa3f26c28f1b3781b55a5f234c32c8b458 100644 (file)
@@ -1,3 +1,7 @@
+2002-06-04  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * varasm.c (mark_constants): Handle RTX format 'B'.
+
 2002-06-04  Neil Booth  <neil@daikokuya.demon.co.uk>
 
        * cpphash.h (FIRST, LAST, CUR, RLIMIT): New.
index 1b728bb2549edacaa75e3e855936e116e22e65ab..4c322274fb9048ba004258d2cf4ea9cac30e3feb 100644 (file)
@@ -3576,6 +3576,7 @@ mark_constants (x)
        case 'w':
        case 'n':
        case 'u':
+       case 'B':
          break;
 
        default: