aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto-object.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/lto-object.cc')
-rw-r--r--gcc/lto-object.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/lto-object.cc b/gcc/lto-object.cc
index cb1c3a6..33eca5a 100644
--- a/gcc/lto-object.cc
+++ b/gcc/lto-object.cc
@@ -187,7 +187,8 @@ lto_obj_file_close (lto_file *file)
int err;
gcc_assert (lo->base.offset == 0);
-
+ /*Add __gnu_lto_slim symbol*/
+ simple_object_write_add_symbol (lo->sobj_w, "__gnu_lto_slim",1,1);
errmsg = simple_object_write_to_file (lo->sobj_w, lo->fd, &err);
if (errmsg != NULL)
{