Commit a5d1f75b by Jason Thorpe Committed by Jason Thorpe

* varasm.c (mark_constants): Handle RTX format 'B'.

From-SVN: r54247
parent 23992195
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> 2002-06-04 Neil Booth <neil@daikokuya.demon.co.uk>
* cpphash.h (FIRST, LAST, CUR, RLIMIT): New. * cpphash.h (FIRST, LAST, CUR, RLIMIT): New.
......
...@@ -3576,6 +3576,7 @@ mark_constants (x) ...@@ -3576,6 +3576,7 @@ mark_constants (x)
case 'w': case 'w':
case 'n': case 'n':
case 'u': case 'u':
case 'B':
break; break;
default: default:
......
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