From df52f9914d7066cec5bc14b21470c44a70c00244 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sun, 2 Apr 1995 07:54:48 -0400 Subject: (ASM_FILE_START, LIB_SPEC): Delete from here. From-SVN: r9291 --- gcc/config/winnt/win-nt.h | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'gcc') diff --git a/gcc/config/winnt/win-nt.h b/gcc/config/winnt/win-nt.h index d6ce5b5..1afdc16 100644 --- a/gcc/config/winnt/win-nt.h +++ b/gcc/config/winnt/win-nt.h @@ -19,20 +19,6 @@ You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. -/* The global __fltused is necessary to cause the printf/scanf routines - for outputting/inputting floating point numbers to be loaded. Since this - is kind of hard to detect, we just do it all the time. */ - -#ifdef ASM_FILE_START -#undef ASM_FILE_START -#endif -#define ASM_FILE_START(FILE) \ - do { fprintf (FILE, "\t.file\t"); \ - output_quoted_string (FILE, dump_base_name); \ - fprintf (FILE, "\n"); \ - fprintf (FILE, ".global\t__fltused\n"); \ - } while (0) - #undef STARTFILE_SPEC #define STARTFILE_SPEC "" @@ -65,15 +51,4 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. { 0, 0, 0 } \ } -/* if the switch "-mwindows" is passed to ld, then specify to the Microsoft - linker the proper switches and libraries to build a graphical program */ - -#define LIB_SPEC "%{mwindows:-subsystem:windows -entry:WinMainCRTStartup \ - USER32.LIB GDI32.LIB COMDLG32.LIB WINSPOOL.LIB} \ - %{!mwindows:-subsystem:console -entry:mainCRTStartup} \ - %{mcrtmt:OLDNAMES.LIB LIBCMT.LIB KERNEL32.LIB ADVAPI32.LIB} \ - %{!mcrtmt:OLDNAMES.LIB LIBC.LIB KERNEL32.LIB ADVAPI32.LIB} \ - %{g:-debugtype:coff -debug:full} \ - %{v}" - #define STDC_VALUE 0 -- cgit v1.1