Skip to content
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.

Commit

Permalink
RISC-V/bfd: Fix bitsize for R_RISCV_ADD8.
Browse files Browse the repository at this point in the history
  • Loading branch information
kuanlinchentw authored and palmer-dabbelt committed Nov 24, 2016
1 parent f6b641a commit 2e8a797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bfd/elfxx-riscv.c
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,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 */
Expand Down

0 comments on commit 2e8a797

Please sign in to comment.