aboutsummaryrefslogtreecommitdiff
path: root/binutils/bfd
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer.dabbelt@eecs.berkeley.edu>2015-09-18 23:51:26 -0700
committerPalmer Dabbelt <palmer.dabbelt@eecs.berkeley.edu>2015-09-19 00:34:10 -0700
commit2d7e2f1f18630ca6161830668ac9fc2a1a07c748 (patch)
tree8fd4a6977676b0ba1688eb8e8c65ad1769d65e76 /binutils/bfd
parente8701ef8a501a9c5998b62d4c9a5f778c9de4e76 (diff)
downloadriscv-gnu-toolchain-2d7e2f1f18630ca6161830668ac9fc2a1a07c748.zip
riscv-gnu-toolchain-2d7e2f1f18630ca6161830668ac9fc2a1a07c748.tar.gz
riscv-gnu-toolchain-2d7e2f1f18630ca6161830668ac9fc2a1a07c748.tar.bz2
binutils: bfd: realign R_RISCV_ADD64
Diffstat (limited to 'binutils/bfd')
-rw-r--r--binutils/bfd/elfxx-riscv.c26
1 files changed, 13 insertions, 13 deletions
diff --git a/binutils/bfd/elfxx-riscv.c b/binutils/bfd/elfxx-riscv.c
index 947a23a..bad1170 100644
--- a/binutils/bfd/elfxx-riscv.c
+++ b/binutils/bfd/elfxx-riscv.c
@@ -520,19 +520,19 @@ static reloc_howto_type howto_table[] =
FALSE), /* pcrel_offset */
/* 64-bit in-place addition, for local label subtraction. */
- HOWTO (R_RISCV_ADD64, /* type */
- 0, /* rightshift */
- 4, /* size (0 = byte, 1 = short, 2 = long) */
- 64, /* bitsize */
- FALSE, /* pc_relative */
- 0, /* bitpos */
- complain_overflow_dont, /* complain_on_overflow */
- bfd_elf_generic_reloc, /* special_function */
- "R_RISCV_ADD64", /* name */
- FALSE, /* partial_inplace */
- 0, /* src_mask */
- MINUS_ONE, /* dst_mask */
- FALSE), /* pcrel_offset */
+ HOWTO (R_RISCV_ADD64, /* type */
+ 0, /* rightshift */
+ 4, /* size */
+ 64, /* bitsize */
+ FALSE, /* pc_relative */
+ 0, /* bitpos */
+ complain_overflow_dont, /* complain_on_overflow */
+ bfd_elf_generic_reloc, /* special_function */
+ "R_RISCV_ADD64", /* name */
+ FALSE, /* partial_inplace */
+ 0, /* src_mask */
+ MINUS_ONE, /* dst_mask */
+ FALSE), /* pcrel_offset */
/* 8-bit in-place addition, for local label subtraction. */
HOWTO (R_RISCV_SUB8, /* type */