diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-10-16 06:09:09 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-10-16 06:09:09 +0000 |
commit | f2c57ef828fda14567ffdf5489def4e2408ac03d (patch) | |
tree | f7d3a3ab9c32694206552e767626366f016f2062 /contrib/gcc/config/i386/bsd.h | |
parent | aef9219924a74e512eff866a60b402251de6eceb (diff) |
Virgin import of the GCC 2.95.1 compilers
Notes
Notes:
svn path=/vendor/gcc/dist/; revision=52284
Diffstat (limited to 'contrib/gcc/config/i386/bsd.h')
-rw-r--r-- | contrib/gcc/config/i386/bsd.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/gcc/config/i386/bsd.h b/contrib/gcc/config/i386/bsd.h index d50be3664c11..34db79a79d5b 100644 --- a/contrib/gcc/config/i386/bsd.h +++ b/contrib/gcc/config/i386/bsd.h @@ -49,9 +49,7 @@ Boston, MA 02111-1307, USA. */ ??? I am skeptical of this -- RMS. */ #define ASM_FILE_START(FILE) \ - do { fprintf (FILE, "\t.file\t"); \ - output_quoted_string (FILE, dump_base_name); \ - fprintf (FILE, "\n"); \ + do { output_file_directive (FILE, main_input_filename); \ } while (0) /* This was suggested, but it shouldn't be right for DBX output. -- RMS |