diff options
author | Per Bothner <per@bothner.com> | 1991-11-18 08:04:02 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1991-11-18 08:04:02 +0000 |
commit | cf0cdb8751c96075b833e64af3aaea4d4fd012f5 (patch) | |
tree | 898974023cb5d716ae36a72da121fa3254402779 /binutils/maybe-strip.c | |
parent | 572acbbedcc289fad1de4ef807c4c47634338a0a (diff) | |
download | gdb-cf0cdb8751c96075b833e64af3aaea4d4fd012f5.zip gdb-cf0cdb8751c96075b833e64af3aaea4d4fd012f5.tar.gz gdb-cf0cdb8751c96075b833e64af3aaea4d4fd012f5.tar.bz2 |
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 0000000..7da8763 --- /dev/null +++ b/binutils/maybe-strip.c @@ -0,0 +1,4 @@ +/* Linked with copy.o to flag that this program decides at runtime + (using argv[0] if it is is 'strip' or 'copy'. */ + +int is_strip = -1; |