diff options
author | Richard Henderson <rth@redhat.com> | 1999-05-03 07:29:11 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 1999-05-03 07:29:11 +0000 |
commit | aa2289c2a3faf0f198e47943dcb29e0c16223be8 (patch) | |
tree | 1af963bfd8d3e55167b81def4207f175eaff3a56 /binutils/maybe-strip.c | |
download | binutils-redhat-aa2289c2a3faf0f198e47943dcb29e0c16223be8.tar.gz |
Initial revision
Diffstat (limited to 'binutils/maybe-strip.c')
-rw-r--r-- | binutils/maybe-strip.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/maybe-strip.c b/binutils/maybe-strip.c new file mode 100644 index 0000000000..6467c99e93 --- /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; |