* ar.c (usage): Fix C conformance issue.

* config/tc-i386-intel.c (i386_intel_operand): Fixed signed vs
	unsigned comparison.
This commit is contained in:
Nick Clifton
2013-07-18 16:12:35 +00:00
parent 623cc28540
commit faf786e668
4 changed files with 12 additions and 3 deletions

View File

@@ -243,8 +243,6 @@ usage (int help)
{
FILE *s;
s = help ? stdout : stderr;
#if BFD_SUPPORTS_PLUGINS
/* xgettext:c-format */
const char *command_line
@@ -257,6 +255,8 @@ usage (int help)
= _("Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoPsSTuvV]"
" [member-name] [count] archive-file file...\n");
#endif
s = help ? stdout : stderr;
fprintf (s, command_line, program_name);
/* xgettext:c-format */