Rename mRelocate
[centaur.git] / src / modelops / relocate.c
index 2c9873c323819b16f41a6f9a683a0dd4876256d0..f04b7c057591d0d4a4b5d58086828e9547ff75e9 100644 (file)
@@ -137,7 +137,7 @@ static GElf_Word symtabLookupVal(ElfuElf *metarget, ElfuScn *msst, GElf_Word ent
   }
 }
 
-void elfu_mRelocate32(ElfuElf *metarget, ElfuScn *mstarget, ElfuScn *msrt)
+void elfu_mRelocate(ElfuElf *metarget, ElfuScn *mstarget, ElfuScn *msrt)
 {
   ElfuRel *rel;
 
@@ -196,7 +196,5 @@ void elfu_mRelocate32(ElfuElf *metarget, ElfuScn *mstarget, ElfuScn *msrt)
           ELFU_DEBUG("Skipping relocation: Unknown type %d", rel->type);
       }
     }
-
-
   }
 }