diff options
Diffstat (limited to 'bfd/elf32-mep.c')
-rw-r--r-- | bfd/elf32-mep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-mep.c b/bfd/elf32-mep.c index 48fa9f9..f700dfc 100644 --- a/bfd/elf32-mep.c +++ b/bfd/elf32-mep.c @@ -40,7 +40,7 @@ static reloc_howto_type mep_elf_howto_table [] = { /* type, size, bits, leftshift, rightshift, pcrel, OD/OS/OU, mask. */ MEPREL (R_MEP_NONE, 0, 0, 0, 0, 0, N, 0), - MEPREL (R_RELC, 1, 0, 0, 0, 0, N, 0), + MEPREL (R_RELC, 0, 0, 0, 0, 0, N, 0), /* MEPRELOC:HOWTO */ /* This section generated from bfd/mep-relocs.pl from include/elf/mep.h. */ MEPREL (R_MEP_8, 1, 8, 0, 0, 0, U, 0xff), |