summaryrefslogtreecommitdiff
path: root/src/binary-reader-nop.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/binary-reader-nop.h')
-rw-r--r--src/binary-reader-nop.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/binary-reader-nop.h b/src/binary-reader-nop.h
index 170899fe..059743dd 100644
--- a/src/binary-reader-nop.h
+++ b/src/binary-reader-nop.h
@@ -372,7 +372,9 @@ class BinaryReaderNop : public BinaryReaderDelegate {
uint32_t table_size,
uint32_t table_align) override {
return Result::Ok;
- };
+ }
+ Result OnDylinkNeededCount(Index count) override { return Result::Ok; }
+ Result OnDylinkNeeded(string_view so_name) override { return Result::Ok; }
Result EndDylinkSection() override { return Result::Ok; }
/* Linking section */