Fix compile time warnings

This commit is contained in:
Nick Clifton 2001-09-22 09:23:31 +00:00
parent 0c35f01ab3
commit a80076a171
3 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-09-22 Nick Clifton <nickc@cambridge.redhat.com>
* as.c: Add missing function prototype.
* config/obj-aout.c: Fix compile time warning.
2001-09-21 Bruno Haible <haible@clisp.cons.org>
* config/tc-openrisc.c: Don't include <ctype.h>.

View File

@ -766,6 +766,8 @@ the GNU General Public License. This program has absolutely no warranty.\n"));
static long start_time;
int main PARAMS ((int, char **));
int
main (argc, argv)
int argc;

View File

@ -755,4 +755,4 @@ const struct format_ops aout_format_ops =
0, /* read_begin_hook */
0 /* symbol_new_hook */
};
#endif BFD_ASSEMBLER
#endif /* BFD_ASSEMBLER */