From 252b5132c753830d5fd56823373aed85f2a0db63 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Mon, 3 May 1999 07:29:11 +0000 Subject: 19990502 sourceware import --- binutils/not-strip.c | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 binutils/not-strip.c (limited to 'binutils/not-strip.c') 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; -- cgit v1.1