cygming.h (ASM_OUTPUT_DEF_FROM_DECLS): Declare function aliases as functions.

* config/i386/cygming.h (ASM_OUTPUT_DEF_FROM_DECLS):
	Declare function aliases as functions.

	Fix typo in 2003-10-24 entry.

From-SVN: r73966
This commit is contained in:
Danny Smith 2003-11-26 22:15:07 +00:00 committed by Danny Smith
parent 03e5242015
commit 034f23169e
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2003-11-26 Danny Smith <dannysmith@users.sourceforge.net>
* config/i386/cygming.h (ASM_OUTPUT_DEF_FROM_DECLS): Declare
function aliases as functions.
2003-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
* aclocal.m4 (gcc_AC_PROG_GNAT): Rewrite to account for removal
@ -2239,7 +2244,7 @@
2003-10-24 Danny Smith <dannysmith@users.sourceforge.net>
* config/i386/cygwin.asm. Add copyright notice. Add comment
* config/i386/cygwin.asm: Add copyright notice. Add comment
on why this code is needed.
2003-10-23 Kazu Hirata <kazu@cs.umass.edu>

View File

@ -376,6 +376,9 @@ extern int i386_pe_dllimport_name_p (const char *);
alias = XSTR (rtlname, 0); \
else \
abort (); \
if (TREE_CODE (DECL) == FUNCTION_DECL) \
i386_pe_declare_function_type (STREAM, alias, \
TREE_PUBLIC (DECL)); \
ASM_OUTPUT_DEF (STREAM, alias, IDENTIFIER_POINTER (TARGET)); \
} while (0)
@ -384,4 +387,3 @@ extern int i386_pe_dllimport_name_p (const char *);
#ifndef BUFSIZ
# undef FILE
#endif