winnt.c (exports_head): New static variable.
authorMumit Khan <khan@xraylith.wisc.edu>
Mon, 21 Jun 1999 04:52:50 +0000 (04:52 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 21 Jun 1999 04:52:50 +0000 (22:52 -0600)
commite43f9c109233942564450ca5d736995a584b3160
tree5db0fed3f3e55665a956f15a9b1959900a0d001e
parent6000b42b218b075fe08b1cb9c6c7e43d595e6ac9
winnt.c (exports_head): New static variable.

        * i386/winnt.c (exports_head): New static variable.
        (i386_pe_record_exported_symbol): New function.
        (i386_pe_asm_file_end): Use.
        * i386/cygwin.h (ASM_OUTPUT_COMMON): Record the exported
        symbols to be emitted at end of assembly.
        (ASM_DECLARE_OBJECT_NAME): Likewise.
        (ASM_DECLARE_FUNCTION_NAME): Likewise.

From-SVN: r27639
gcc/ChangeLog
gcc/config/i386/cygwin.h
gcc/config/i386/winnt.c