diff options
Diffstat (limited to 'gcc/config/m68k/dpx2.h')
-rw-r--r-- | gcc/config/m68k/dpx2.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/config/m68k/dpx2.h b/gcc/config/m68k/dpx2.h index 4e540b89ee0..0686b736065 100644 --- a/gcc/config/m68k/dpx2.h +++ b/gcc/config/m68k/dpx2.h @@ -113,7 +113,11 @@ Boston, MA 02111-1307, USA. */ #undef ASM_OUTPUT_SOURCE_FILENAME #define ASM_OUTPUT_SOURCE_FILENAME(FILE, NA) \ - do { fprintf ((FILE), "\t.file\t'%s'\n", (NA)); } while (0) + do { \ + fprintf (FILE, "\t.file\t"); \ + output_quoted_string (FILE, NA); \ + putc ('\n', FILE); \ + } while (0) /* * we don't seem to support any of: |