Automatic date update in version.in
[deliverable/binutils-gdb.git] / bfd / elf32-rl78.c
index a3c697550deeaaab974779d17bfd5e8cc5f884c5..a88db133725a5d062a49fc2e29c59fc8e37a4103 100644 (file)
@@ -923,7 +923,7 @@ rl78_elf_relocate_section
 
        case R_RL78_RH_SADDR:
          RANGE (0xffe20, 0xfff1f);
-         OP (0) = relocation & 0xff;
+         OP (0) = (relocation - 0x20) & 0xff;
          break;
 
          /* Complex reloc handling:  */
This page took 0.02286 seconds and 4 git commands to generate.