mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
5 lines
139 B
C
5 lines
139 B
C
/* 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;
|