OSDN Git Service

* toplev.c (init_asm_output): Remove dead #ifdef.
authortobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 18 Jan 2005 23:54:43 +0000 (23:54 +0000)
committertobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 18 Jan 2005 23:54:43 +0000 (23:54 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@93870 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/toplev.c

index de6e10d..b210329 100644 (file)
@@ -1,3 +1,7 @@
+2005-01-18  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
+
+       * toplev.c (init_asm_output): Remove dead #ifdef.
+
 2005-01-18  Kaz Kojima  <kkojima@gcc.gnu.org>
 
        * config/sh/linux.h (TARGET_C99_FUNCTIONS): Define.
index 50790a1..e79090f 100644 (file)
@@ -1414,11 +1414,6 @@ init_asm_output (const char *name)
        fatal_error ("can%'t open %s for writing: %m", asm_file_name);
     }
 
-#ifdef IO_BUFFER_SIZE
-  setvbuf (asm_out_file, xmalloc (IO_BUFFER_SIZE),
-          _IOFBF, IO_BUFFER_SIZE);
-#endif
-
   if (!flag_syntax_only)
     {
       targetm.asm_out.file_start ();