summaryrefslogtreecommitdiffstats
path: root/courgette/assembly_program.h
diff options
context:
space:
mode:
Diffstat (limited to 'courgette/assembly_program.h')
-rw-r--r--courgette/assembly_program.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/courgette/assembly_program.h b/courgette/assembly_program.h
index 3d231c2..5c6b1b1 100644
--- a/courgette/assembly_program.h
+++ b/courgette/assembly_program.h
@@ -69,10 +69,7 @@ class AssemblyProgram {
// Instructions will be assembled in the order they are emitted.
// Generates an entire base relocation table.
- CheckBool EmitPeRelocsInstruction() WARN_UNUSED_RESULT;
-
- // Generates an ELF style relocation table.
- CheckBool EmitElfRelocationInstruction() WARN_UNUSED_RESULT;
+ CheckBool EmitMakeRelocsInstruction() WARN_UNUSED_RESULT;
// Following instruction will be assembled at address 'rva'.
CheckBool EmitOriginInstruction(RVA rva) WARN_UNUSED_RESULT;