summaryrefslogtreecommitdiff
path: root/src/binary-reader-objdump.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/binary-reader-objdump.h')
-rw-r--r--src/binary-reader-objdump.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/binary-reader-objdump.h b/src/binary-reader-objdump.h
index 5c104823..72ff9e2d 100644
--- a/src/binary-reader-objdump.h
+++ b/src/binary-reader-objdump.h
@@ -53,6 +53,7 @@ struct ObjdumpOptions {
// and use it to display more useful information.
struct ObjdumpState {
std::vector<Reloc> code_relocations;
+ std::vector<Reloc> data_relocations;
std::vector<std::string> function_names;
};