diff options
author | Trevor Saunders <tbsaunde+binutils@tbsaunde.org> | 2016-07-18 04:07:26 -0400 |
---|---|---|
committer | Trevor Saunders <tbsaunde+binutils@tbsaunde.org> | 2016-07-19 07:47:03 -0400 |
commit | 35fec4ff7e9162cd4bb7dcb267dc7dde92f3e304 (patch) | |
tree | f080e94e3be44d6b3eaf7012e720a7fc5349fcab /gas/ChangeLog | |
parent | f25827c194fe9894f2c65f7e1101854022be4328 (diff) | |
download | gdb-35fec4ff7e9162cd4bb7dcb267dc7dde92f3e304.zip gdb-35fec4ff7e9162cd4bb7dcb267dc7dde92f3e304.tar.gz gdb-35fec4ff7e9162cd4bb7dcb267dc7dde92f3e304.tar.bz2 |
tc-z8k.c: make some argument types bfd_reloc_code_real_type
gas/ChangeLog:
2016-07-19 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
* config/tc-z8k.c (newfix): Make type of type argument
bfd_reloc_code_real_type.
(apply_fix): Likewise.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index eaaf108..31da783 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2016-07-19 Trevor Saunders <tbsaunde+binutils@tbsaunde.org> + + * config/tc-z8k.c (newfix): Make type of type argument + bfd_reloc_code_real_type. + (apply_fix): Likewise. + 2016-07-16 Alan Modra <amodra@gmail.com> * config/tc-epiphany.c: Don't include libbfd.h. |