summaryrefslogtreecommitdiff
path: root/binutils/not-strip.c
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>1999-05-03 07:29:11 +0000
committerRichard Henderson <rth@redhat.com>1999-05-03 07:29:11 +0000
commitaa2289c2a3faf0f198e47943dcb29e0c16223be8 (patch)
tree1af963bfd8d3e55167b81def4207f175eaff3a56 /binutils/not-strip.c
downloadbinutils-redhat-aa2289c2a3faf0f198e47943dcb29e0c16223be8.tar.gz
Initial revision
Diffstat (limited to 'binutils/not-strip.c')
-rw-r--r--binutils/not-strip.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/not-strip.c b/binutils/not-strip.c
new file mode 100644
index 0000000000..98093ce391
--- /dev/null
+++ b/binutils/not-strip.c
@@ -0,0 +1,4 @@
+/* Linked with objcopy.o to flag that this program is 'objcopy' (not
+ 'strip'). */
+
+int is_strip = 0;