aboutsummaryrefslogtreecommitdiff
path: root/binutils/maybe-strip.c
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/maybe-strip.c')
-rw-r--r--binutils/maybe-strip.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/maybe-strip.c b/binutils/maybe-strip.c
new file mode 100644
index 0000000..6467c99
--- /dev/null
+++ b/binutils/maybe-strip.c
@@ -0,0 +1,4 @@
+/* Linked with objcopy.o to flag that this program decides at runtime
+ (using argv[0] if it is is 'strip' or 'objcopy'. */
+
+int is_strip = -1;