diff options
author | John Darrington <john@darrington.wattle.id.au> | 2018-10-23 15:33:18 +0200 |
---|---|---|
committer | John Darrington <john@darrington.wattle.id.au> | 2018-10-23 16:09:29 +0200 |
commit | 405b61965ff7608840cfda36083c1be1f926ccdb (patch) | |
tree | 8ce1a32fc40c2ab1881324a25dd0ba0e5efd3f75 /gas/ChangeLog | |
parent | 420ecd9ce8a3d61f950bf24d8d7b8827d09f59db (diff) | |
download | gdb-405b61965ff7608840cfda36083c1be1f926ccdb.zip gdb-405b61965ff7608840cfda36083c1be1f926ccdb.tar.gz gdb-405b61965ff7608840cfda36083c1be1f926ccdb.tar.bz2 |
S12Z: Handle 16 bit fixups which are constant.
Commit 1f38083f425e03faf55595414daf291306738222 added a test
to check that the assembler handled fixups with resolved to
constant values. We were not handling this in the case of
16 bit values. This change fixes that.
* gas/config/tc-s12z.c (md_apply_fix): Handle BFD_RELOC_16
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 d5935b7..759186b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2018-10-23 John Darrington <john@darrington.wattle.id.au> + + * config/tc-s12z.c (md_apply_fix): Handle BFD_RELOC_16 for fixups + without a symbol. + 2018-10-22 Alan Modra <amodra@gmail.com> * testsuite/gas/all/simple-forward.d, |