diff options
author | dannysmith <dannysmith@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-07-25 09:55:24 +0000 |
---|---|---|
committer | dannysmith <dannysmith@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-07-25 09:55:24 +0000 |
commit | 1217a39a5fbfe83ace1c34c0e815f38ce87817ca (patch) | |
tree | 15e7c2f3d46c9fb3a00a9f6e763847c3e2de2352 /gcc/config/i386 | |
parent | 67c832f19a478bcae6b28c934624c960d419659a (diff) | |
download | gcc-1217a39a5fbfe83ace1c34c0e815f38ce87817ca.tar.gz |
* config/i386/i386-protos.h (i386_pe_asm_file_end): Remove prototype.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126905 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386')
-rw-r--r-- | gcc/config/i386/i386-protos.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/i386/i386-protos.h b/gcc/config/i386/i386-protos.h index a0eab4852a8..fa38a20705c 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 *); |