i386-protos.h (i386_pe_dllexport_name_p, [...]): Add prototype.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Sun, 15 Sep 2002 21:47:42 +0000 (21:47 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Sun, 15 Sep 2002 21:47:42 +0000 (21:47 +0000)
* i386-protos.h (i386_pe_dllexport_name_p,
i386_pe_dllimport_name_p, i386_pe_unique_section,
i386_pe_declare_function_type, i386_pe_record_external_function,
i386_pe_record_exported_symbol, i386_pe_asm_file_end): Add
prototype.
* i386/t-cygwin (winnt.o): Depend on $(TM_P_H).
* i386/t-interix (winnt.o): Likewise.

From-SVN: r57176

gcc/ChangeLog
gcc/config/i386/i386-protos.h
gcc/config/i386/t-cygwin
gcc/config/i386/t-interix

index e89d74337ec89fe51e832c652de46c7c607f9d56..02f6227c159f09073f416adcc95e695c88c8064f 100644 (file)
@@ -1,5 +1,13 @@
 2002-09-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
+       * i386-protos.h (i386_pe_dllexport_name_p,
+       i386_pe_dllimport_name_p, i386_pe_unique_section,
+       i386_pe_declare_function_type, i386_pe_record_external_function,
+       i386_pe_record_exported_symbol, i386_pe_asm_file_end): Add
+       prototype.
+       * i386/t-cygwin (winnt.o): Depend on $(TM_P_H).
+       * i386/t-interix (winnt.o): Likewise.
+
        * v850-protos.h (v850_output_addr_const_extra): Prototype.
 
 2002-09-15  Jason Thorpe  <thorpej@wasabisystems.com>
index 1431c7396b1e1964a1dc597a7c380cee9823975d..f0bdf22cf6a5ae68e70f643eea9fe455ece53292 100644 (file)
@@ -219,6 +219,13 @@ extern rtx ix86_tls_get_addr PARAMS ((void));
 extern void x86_machine_dependent_reorg PARAMS ((rtx));
 
 /* In winnt.c  */
+extern int i386_pe_dllexport_name_p PARAMS ((const char *));
+extern int i386_pe_dllimport_name_p PARAMS ((const char *));
+extern void i386_pe_unique_section PARAMS ((tree, int));
+extern void i386_pe_declare_function_type PARAMS ((FILE *, const char *, int));
+extern void i386_pe_record_external_function PARAMS ((const char *));
+extern void i386_pe_record_exported_symbol PARAMS ((const char *, int));
+extern void i386_pe_asm_file_end PARAMS ((FILE *));
 extern void i386_pe_encode_section_info PARAMS ((tree, int));
 extern const char *i386_pe_strip_name_encoding PARAMS ((const char *));
 extern const char *i386_pe_strip_name_encoding_full PARAMS ((const char *));
index 68d2ac53bc5747e55e3ca0f80e7d2b68d06d48a6..6fcb8340ddcbde29c29d79a170a59f7510413f6a 100644 (file)
@@ -14,7 +14,7 @@ LIBGCC2_INCLUDES = -I$(srcdir)/../winsup/include \
        -I$(srcdir)/../winsup/cygwin/include \
        -I$(srcdir)/../winsup/w32api/include
 
-winnt.o: $(srcdir)/config/i386/winnt.c $(RTL_H) $(TREE_H) $(CONFIG_H)
+winnt.o: $(srcdir)/config/i386/winnt.c $(RTL_H) $(TREE_H) $(CONFIG_H) $(TM_P_H)
        $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(srcdir)/config/i386/winnt.c
 
 # Don't run fixproto
index 9153348f8cec6de77c7a514e8661b8d1294ac2fd..710de8b08811e10cdc4dcab6a0a5663aaf5c4260 100644 (file)
@@ -1,6 +1,6 @@
 LIB1ASMSRC = i386/cygwin.asm
 LIB1ASMFUNCS = _chkstk
 
-winnt.o: $(srcdir)/config/i386/winnt.c
+winnt.o: $(srcdir)/config/i386/winnt.c $(TM_P_H)
        $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(srcdir)/config/i386/winnt.c