]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/sh64-tdep.c
make MSYMBOL_VALUE_ADDRESS an rvalue
[thirdparty/binutils-gdb.git] / gdb / sh64-tdep.c
index ab1c96d5e8a05b4616e7377fbe368e07c8eea665..cf93d53132eb7705da829e89f04b1d7c10920696 100644 (file)
@@ -224,7 +224,7 @@ sh64_elf_make_msymbol_special (asymbol *sym, struct minimal_symbol *msym)
   if (((elf_symbol_type *)(sym))->internal_elf_sym.st_other == STO_SH5_ISA32)
     {
       MSYMBOL_TARGET_FLAG_1 (msym) = 1;
-      MSYMBOL_VALUE_ADDRESS (msym) |= 1;
+      SET_MSYMBOL_VALUE_ADDRESS (msym, MSYMBOL_VALUE_ADDRESS (msym) | 1);
     }
 }