diff options
Diffstat (limited to 'binutils/not-strip.c')
-rw-r--r-- | binutils/not-strip.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/not-strip.c b/binutils/not-strip.c new file mode 100644 index 0000000..98093ce --- /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; |