diff --git a/include/ChangeLog b/include/ChangeLog index ec9adebef7..c4bc144675 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2016-04-20 Andrew Burgess + + * elf/arc-reloc.def (ARC_NPS_CMEM16): Add ME modifier to formula. + 2016-04-19 Andrew Burgess * opcode/arc.h (MAX_INSN_ARGS): Increase 6 to 8. diff --git a/include/elf/arc-reloc.def b/include/elf/arc-reloc.def index 10703d23a7..faa1389686 100644 --- a/include/elf/arc-reloc.def +++ b/include/elf/arc-reloc.def @@ -496,4 +496,4 @@ ARC_RELOC_HOWTO(ARC_NPS_CMEM16, 78, \ 16, \ replace_bits16, \ dont, \ - ( S + A )) + ( ME ( S + A )))