diff options
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 1cd95a5..aa50770 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,10 @@ 2016-05-18 Trevor Saunders <tbsaunde+binutils@tbsaunde.org> + * config/tc-rx.c (struct cpu_type): Change the type of a field from + int to enum rx_cpu_types. + +2016-05-18 Trevor Saunders <tbsaunde+binutils@tbsaunde.org> + * config/tc-dlx.c (struct machine_it): change the type of a field from int to bfd_reloc_code_real_type. * config/tc-tic4x.c: Likewise. |