From 17fc154eac5503ae2db721f05601da56d80f7493 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Thu, 12 Dec 2002 22:46:47 +0000 Subject: * write.c (write_object_file): Fix signed/unsigned warning. * config/e-crisaout.c (crisaout_bfd_name): Prototype. * config/e-criself.c (criself_bfd_name): Prototype. * config/obj-aout.c (s_sect): Remove unused function. * config/obj-bout.c (obj_bout_line ): Add ATTRIBUTE_UNUSED. * config/obj-coff.c (coff_last_bf): Don't declare for OBJ_XCOFF. (fixup_mdeps ): Add ATTRIBUTE_UNUSED. * config/obj-ecoff.c (ecoff_frob_file ): Likewise. * config/obj-vms.c (setup_basic_type ): Likewise. (VMS_RSYM_Parse ): Likewise. (vms_fixup_text_section ): Likewise. (synthesize_data_segment ): Likewise. (vms_fixup_xtors_section ): Likewise. (structure_count): Don't use implicit int type. --- gas/config/e-criself.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gas/config/e-criself.c') diff --git a/gas/config/e-criself.c b/gas/config/e-criself.c index e1826a1..e3e9ac1 100644 --- a/gas/config/e-criself.c +++ b/gas/config/e-criself.c @@ -1,6 +1,8 @@ #include "as.h" #include "emul.h" +static const char *crisaout_bfd_name PARAMS ((void)); + static const char * criself_bfd_name () { -- cgit v1.1