summaryrefslogtreecommitdiffstats
path: root/tools/objtool/weak.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/objtool/weak.c')
-rw-r--r--tools/objtool/weak.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/tools/objtool/weak.c b/tools/objtool/weak.c
index f2716827cc30..8314e824db4a 100644
--- a/tools/objtool/weak.c
+++ b/tools/objtool/weak.c
@@ -25,12 +25,7 @@ int __weak orc_dump(const char *_objname)
UNSUPPORTED("orc");
}
-int __weak create_orc(struct objtool_file *file)
-{
- UNSUPPORTED("orc");
-}
-
-int __weak create_orc_sections(struct objtool_file *file)
+int __weak orc_create(struct objtool_file *file)
{
UNSUPPORTED("orc");
}