metag: make an array's type unsigned char[]
authorTrevor Saunders <tbsaunde+binutils@tbsaunde.org>
Mon, 23 May 2016 11:42:14 +0000 (07:42 -0400)
committerTrevor Saunders <tbsaunde+binutils@tbsaunde.org>
Thu, 26 May 2016 12:46:01 +0000 (08:46 -0400)
commit81cead6f5e9b765788483ad66f490f7540264eba
treec26c248902ffa0c4ef4ccc61950acfa3e52f2732
parent79052aaec9ec394bb6c8ec9d68e7e86d5838e42b
metag: make an array's type unsigned char[]

It contains values between 128 and 256 which fit in an unsigned char, but not a
signed char, so we should explicitly use unsigned char to not rely on how these
values are converted to signed char.

gas/ChangeLog:

2016-05-26  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>

* config/tc-metag.c (metag_handle_align): Make the type of noop
unsigned char.
gas/ChangeLog
gas/config/tc-metag.c