RISC-V/bfd: Fix bitsize of R_RISCV_ADD8.

bfd/ChangeLog:
	* bfd/elfxx-riscv.c (howto_table): Fix bitsize of R_RISCV_ADD8.
This commit is contained in:
Kuan-Lin Chen 2016-11-24 10:22:15 +08:00
parent 8bc2611fd9
commit 0b14696aed
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2016-11-24 Kuan-Lin Chen <kuanlinchentw@gmail.com>
* bfd/elfxx-riscv.c (howto_table): Fix bitsize of R_RISCV_ADD8.
2016-11-23 Nick Clifton <nickc@redhat.com>
PR ld/20815

View File

@ -479,7 +479,7 @@ static reloc_howto_type howto_table[] =
HOWTO (R_RISCV_ADD8, /* type */
0, /* rightshift */
0, /* size */
32, /* bitsize */
8, /* bitsize */
FALSE, /* pc_relative */
0, /* bitpos */
complain_overflow_dont, /* complain_on_overflow */