* varasm.c (mark_constants): Handle RTX format 'B'.
From-SVN: r54247
This commit is contained in:
parent
23992195af
commit
a5d1f75b65
@ -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.
|
||||
|
@ -3576,6 +3576,7 @@ mark_constants (x)
|
||||
case 'w':
|
||||
case 'n':
|
||||
case 'u':
|
||||
case 'B':
|
||||
break;
|
||||
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user