summaryrefslogtreecommitdiff
path: root/binutils/emul_vanilla.c
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2005-04-29 00:03:33 +0000
committerBen Elliston <bje@au.ibm.com>2005-04-29 00:03:33 +0000
commit9696eb0ce48a1b31edb5bff32c2f8b8c7d2ba73a (patch)
tree70e039e4117eccd83a96fa7c9a8283f69ac22928 /binutils/emul_vanilla.c
parent5723b77965439578f133e2c3a90f81d9eb3b6eeb (diff)
downloadbinutils-redhat-9696eb0ce48a1b31edb5bff32c2f8b8c7d2ba73a.tar.gz
* ar.c (mri_mode): Make static.
* arsup.c (obfd, real_name, outfile): Likewise. * binemul.c (ar_emul_create): Remove unused function. (ar_emul_default_create): Likewise. * binemul.h (ar_emul_create): Remove declaration. (ar_emul_default_create): Likewise. (struct bin_emulation_xfer_struct): Remove ar_create member. * bucomm.c (report): Make static. * bucomm.h (report): Remove declaration. * cxxfilt.c (mbuffer): Make static. (main): Use unsigned ints for some loop control variables. * readelf.c: Make many global variables static. * size.c (berkeley_format): Make static. (long_options): Likewise. * emul_aix.c (bin_aix_emulation): Remove ar_emul_default_create structure initialiser. (bin_aix5_emulation): Likewise. * emul_vanilla.c (bin_vanilla_emulation): Likewise.
Diffstat (limited to 'binutils/emul_vanilla.c')
-rw-r--r--binutils/emul_vanilla.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/binutils/emul_vanilla.c b/binutils/emul_vanilla.c
index d6cfebda98..753d746d8c 100644
--- a/binutils/emul_vanilla.c
+++ b/binutils/emul_vanilla.c
@@ -25,6 +25,5 @@ struct bin_emulation_xfer_struct bin_vanilla_emulation =
ar_emul_default_usage,
ar_emul_default_append,
ar_emul_default_replace,
- ar_emul_default_create,
ar_emul_default_parse_arg,
};