aboutsummaryrefslogtreecommitdiff
path: root/binutils/maybe-ranlib.c
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1991-10-07 23:14:25 +0000
committerPer Bothner <per@bothner.com>1991-10-07 23:14:25 +0000
commitef82baf8c582a51890585b1e62643e922d5ae71a (patch)
tree467b672a025947d751ea3a4e587f59dc4d48931b /binutils/maybe-ranlib.c
parentbee36ac3e762245a42c409a77549dcd9030c3238 (diff)
downloadgdb-ef82baf8c582a51890585b1e62643e922d5ae71a.zip
gdb-ef82baf8c582a51890585b1e62643e922d5ae71a.tar.gz
gdb-ef82baf8c582a51890585b1e62643e922d5ae71a.tar.bz2
Initial revision
Diffstat (limited to 'binutils/maybe-ranlib.c')
-rw-r--r--binutils/maybe-ranlib.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/maybe-ranlib.c b/binutils/maybe-ranlib.c
new file mode 100644
index 0000000..882bb73
--- /dev/null
+++ b/binutils/maybe-ranlib.c
@@ -0,0 +1,4 @@
+/* Linked with ar.o to flag that this program decides at runtime
+ (using argv[0] if it is is 'ar' or 'ranlib'. */
+
+int is_ranlib = 0;