Fix field size for TLSDESC_CALL
This relocation is a marker and does not result in a modification to the binary. Changing the HOWTO bit field width to reflect this property.
This commit is contained in:
parent
07875fbce7
commit
7366006f66
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2015-02-26 Marcus Shawcroft <marcus.shawcroft@arm.com>
|
||||
|
||||
* elfnn-aarch64.c: (TLSDESC_CALL): Fix HOWTO bit field width.
|
||||
|
||||
2015-02-26 Marcus Shawcroft <marcus.shawcroft@arm.com>
|
||||
|
||||
* elfnn-aarch64.c (TLSLE_MOVW_TPREL_G2)
|
||||
|
|
|
@ -1222,7 +1222,7 @@ static reloc_howto_type elfNN_aarch64_howto_table[] =
|
|||
HOWTO (AARCH64_R (TLSDESC_CALL), /* type */
|
||||
0, /* rightshift */
|
||||
2, /* size (0 = byte, 1 = short, 2 = long) */
|
||||
12, /* bitsize */
|
||||
0, /* bitsize */
|
||||
FALSE, /* pc_relative */
|
||||
0, /* bitpos */
|
||||
complain_overflow_dont, /* complain_on_overflow */
|
||||
|
|
Loading…
Reference in a new issue