home *** CD-ROM | disk | FTP | other *** search
- Wed Aug 4 22:25:17 1999 Mumit Khan <khan@xraylith.wisc.edu>
-
- * i386/cygwin.h (ASM_OUTPUT_ALIGNED_BSS): Define.
-
- Index: gcc-2.95.2/gcc/config/i386/cygwin.h
- ===================================================================
- RCS file: /homes/khan/src/CVSROOT/gcc-2.95.2/gcc/config/i386/cygwin.h,v
- retrieving revision 1.2
- diff -u -3 -p -r1.2 cygwin.h
- --- gcc-2.95.2/gcc/config/i386/cygwin.h 1999/11/05 06:31:51 1.2
- +++ gcc-2.95.2/gcc/config/i386/cygwin.h 1999/11/05 08:10:09
- @@ -458,6 +458,11 @@ do { \
- #define ASM_OUTPUT_EXTERNAL_LIBCALL(FILE, FUN) \
- i386_pe_declare_function_type (FILE, XSTR (FUN, 0), 1)
-
- +/* This says out to put a global symbol in the BSS section. */
- +#undef ASM_OUTPUT_ALIGNED_BSS
- +#define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \
- + asm_output_aligned_bss ((FILE), (DECL), (NAME), (SIZE), (ALIGN))
- +
- /* Output function declarations at the end of the file. */
- #define ASM_FILE_END(FILE) \
- i386_pe_asm_file_end (FILE)
-