OSDN Git Service

(ASM_FILE_START): Don't output a .file directive.
authorwood <wood@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 22 Apr 1993 11:46:07 +0000 (11:46 +0000)
committerwood <wood@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 22 Apr 1993 11:46:07 +0000 (11:46 +0000)
That's used by the assembler for error reporting.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4190 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/nextstep.h

index 0e29919..dc2f020 100644 (file)
@@ -225,9 +225,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
        fprintf (FILE, ".reference .destructors_used\n");        \
       } while (0)
 
+/* Don't output a .file directive.  That is only used by the assembler for
+   error reporting.  */
 #undef ASM_FILE_START
-#define ASM_FILE_START(FILE) \
-  fprintf (FILE, "\t.file\t\"%s\"\n", dump_base_name);
+#define ASM_FILE_START(FILE)
 
 #undef ASM_FILE_END
 #define ASM_FILE_END(FILE)                                     \