diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2007-07-25 09:55:24 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@gcc.gnu.org> | 2007-07-25 09:55:24 +0000 |
commit | 107f82d2b0cc288b6dd1781c67d2c7b92a0412fc (patch) | |
tree | 15e7c2f3d46c9fb3a00a9f6e763847c3e2de2352 | |
parent | 1990791dc79bef8e24630c7a752b400d78e7cecc (diff) | |
download | gcc-107f82d2b0cc288b6dd1781c67d2c7b92a0412fc.zip gcc-107f82d2b0cc288b6dd1781c67d2c7b92a0412fc.tar.gz gcc-107f82d2b0cc288b6dd1781c67d2c7b92a0412fc.tar.bz2 |
* config/i386/i386-protos.h (i386_pe_asm_file_end): Remove prototype.
From-SVN: r126905
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/i386/i386-protos.h | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3ce92aa..2fb16e6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. 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 *); |