From 107f82d2b0cc288b6dd1781c67d2c7b92a0412fc Mon Sep 17 00:00:00 2001 From: Danny Smith Date: Wed, 25 Jul 2007 09:55:24 +0000 Subject: * config/i386/i386-protos.h (i386_pe_asm_file_end): Remove prototype. From-SVN: r126905 --- gcc/ChangeLog | 5 +++++ gcc/config/i386/i386-protos.h | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3ce92aa..2fb16e60 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2007-07-25 Danny Smith + + * config/i386/i386-protos.h (i386_pe_asm_file_end): Remove + prototype. + 2007-07-24 Jan Hubicka * regclass.c (move_table): New type. diff --git a/gcc/config/i386/i386-protos.h b/gcc/config/i386/i386-protos.h index a0eab48..fa38a20 100644 --- a/gcc/config/i386/i386-protos.h +++ b/gcc/config/i386/i386-protos.h @@ -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 *); -- cgit v1.1