diff options
Diffstat (limited to 'bfd/elf32-microblaze.c')
-rw-r--r-- | bfd/elf32-microblaze.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bfd/elf32-microblaze.c b/bfd/elf32-microblaze.c index e3c8027..8015465 100644 --- a/bfd/elf32-microblaze.c +++ b/bfd/elf32-microblaze.c @@ -252,7 +252,7 @@ static reloc_howto_type microblaze_elf_howto_raw[] = TRUE), /* PC relative offset? */ /* A 64 bit TEXTPCREL relocation. Table-entry not really used. */ - HOWTO (R_MICROBLAZE_TEXTPCREL_64, /* Type. */ + HOWTO (R_MICROBLAZE_TEXTPCREL_64, /* Type. */ 0, /* Rightshift. */ 2, /* Size (0 = byte, 1 = short, 2 = long). */ 16, /* Bitsize. */ @@ -260,11 +260,11 @@ static reloc_howto_type microblaze_elf_howto_raw[] = 0, /* Bitpos. */ complain_overflow_dont, /* Complain on overflow. */ bfd_elf_generic_reloc, /* Special Function. */ - "R_MICROBLAZE_TEXTPCREL_64", /* Name. */ + "R_MICROBLAZE_TEXTPCREL_64", /* Name. */ FALSE, /* Partial Inplace. */ 0, /* Source Mask. */ 0x0000ffff, /* Dest Mask. */ - TRUE), /* PC relative offset? */ + TRUE), /* PC relative offset? */ /* A 64 bit GOT relocation. Table-entry not really used. */ HOWTO (R_MICROBLAZE_GOT_64, /* Type. */ @@ -294,7 +294,7 @@ static reloc_howto_type microblaze_elf_howto_raw[] = FALSE, /* Partial Inplace. */ 0, /* Source Mask. */ 0x0000ffff, /* Dest Mask. */ - FALSE), /* PC relative offset? */ + FALSE), /* PC relative offset? */ /* A 64 bit PLT relocation. Table-entry not really used. */ HOWTO (R_MICROBLAZE_PLT_64, /* Type. */ |