* config/i386/i386-protos.h (i386_pe_asm_file_end): Remove prototype.

From-SVN: r126905
This commit is contained in:
Danny Smith 2007-07-25 09:55:24 +00:00 committed by Danny Smith
parent 1990791dc7
commit 107f82d2b0
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-07-25 Danny Smith <dannysmith@users.sourceforge.net>
* config/i386/i386-protos.h (i386_pe_asm_file_end): Remove
prototype.
2007-07-24 Jan Hubicka <jh@suse.cz>
* regclass.c (move_table): New type.

View File

@ -211,7 +211,6 @@ extern void i386_pe_unique_section (tree, int);
extern void i386_pe_declare_function_type (FILE *, const char *, int);
extern void i386_pe_record_external_function (tree, const char *);
extern void i386_pe_maybe_record_exported_symbol (tree, const char *, int);
extern void i386_pe_asm_file_end (FILE *);
extern void i386_pe_encode_section_info (tree, rtx, int);
extern bool i386_pe_binds_local_p (tree);
extern const char *i386_pe_strip_name_encoding_full (const char *);