Fix compile time warning building RX target.

This commit is contained in:
Nick Clifton 2015-12-09 12:01:19 +00:00
parent dcfc7dd477
commit c192dad243
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2015-12-09 Nick Clifton <nickc@redhat.com>
* config/tc-rx.c (rx_relax_frag): Fix compile time warning.
2015-12-08 Jan Beulich <jbeulich@suse.com>
* read.c (in_bss): New.

View File

@ -1552,7 +1552,7 @@ rx_relax_frag (segT segment ATTRIBUTE_UNUSED, fragS * fragP, long stretch)
if (fragP->fr_subtype >= next_size)
fragP->fr_subtype = 0;
tprintf ("\033[34m -> mypc %lu next_size %u new %d old %d delta %d (fetchalign)\033[0m\n",
mypc & 7,
(unsigned long) (mypc & 7),
next_size, fragP->fr_subtype, oldsize, fragP->fr_subtype-oldsize);
newsize = fragP->fr_subtype;