aboutsummaryrefslogtreecommitdiff
path: root/binutils/not-strip.c
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/not-strip.c')
-rw-r--r--binutils/not-strip.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/not-strip.c b/binutils/not-strip.c
new file mode 100644
index 0000000..0e491fb
--- /dev/null
+++ b/binutils/not-strip.c
@@ -0,0 +1,3 @@
+/* Linked with copy.o to flag that this program is 'copy' (not 'strip'). */
+
+int is_strip = 0;