diff options
author | Marcus Shawcroft <marcus.shawcroft@arm.com> | 2015-02-26 21:20:05 +0000 |
---|---|---|
committer | Marcus Shawcroft <marcus.shawcroft@arm.com> | 2015-02-26 22:23:08 +0000 |
commit | 07875fbce7911d7e6174d6398cec2872eb489613 (patch) | |
tree | 4387f053c462c48900e4191ce9f3d3e322f22602 /bfd/ChangeLog | |
parent | 49d8f92c6e07977ede747163090b6a702f345629 (diff) | |
download | gdb-07875fbce7911d7e6174d6398cec2872eb489613.zip gdb-07875fbce7911d7e6174d6398cec2872eb489613.tar.gz gdb-07875fbce7911d7e6174d6398cec2872eb489613.tar.bz2 |
Fix field size for TLSLE_MOVW_TPREL_* relocations.
The HOWTO table entries for the TLSLE_MOVW_TPREL_* relocations are
wrong by inspection. The current implementation does not actually use
these field widths for these relocations but they should be corrected.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 7b6e9a4..9de7ded 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,12 @@ 2015-02-26 Marcus Shawcroft <marcus.shawcroft@arm.com> + * elfnn-aarch64.c (TLSLE_MOVW_TPREL_G2) + (TLSLE_MOVW_TPREL_G1, TLSLE_MOVW_TPREL_G1_NC) + (TLSLE_MOVW_TPREL_G0, TLSLE_MOVW_TPREL_G0_NC): Fix bit field + width. + +2015-02-26 Marcus Shawcroft <marcus.shawcroft@arm.com> + * elfnn-aarch64.c: (TLSIE_MOVW_GOTTPREL_G0_NC): Fix HOWTO bit field width. |