From f10c02a1d065a435a71bb8c3a8b5f22d07be558c Mon Sep 17 00:00:00 2001 From: Palmer Dabbelt Date: Fri, 18 Sep 2015 23:39:53 -0700 Subject: binutils: bfd: realign R_RISCV_64 --- binutils/bfd/elfxx-riscv.c | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'binutils') diff --git a/binutils/bfd/elfxx-riscv.c b/binutils/bfd/elfxx-riscv.c index d8f7a6b..a13228d 100644 --- a/binutils/bfd/elfxx-riscv.c +++ b/binutils/bfd/elfxx-riscv.c @@ -67,19 +67,19 @@ static reloc_howto_type howto_table[] = FALSE), /* pcrel_offset */ /* 64 bit relocation. */ - HOWTO (R_RISCV_64, /* 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_64", /* name */ - FALSE, /* partial_inplace */ - 0, /* src_mask */ - MINUS_ONE, /* dst_mask */ - FALSE), /* pcrel_offset */ + HOWTO (R_RISCV_64, /* 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_64", /* name */ + FALSE, /* partial_inplace */ + 0, /* src_mask */ + MINUS_ONE, /* dst_mask */ + FALSE), /* pcrel_offset */ /* Relocation against a local symbol in a shared object. */ HOWTO (R_RISCV_RELATIVE, /* type */ -- cgit v1.1