OSDN Git Service

Daily bump.
[pf3gnuchains/gcc-fork.git] / gcc / xcoffout.h
index be6d2a2..124c106 100644 (file)
@@ -1,6 +1,6 @@
 /* XCOFF definitions.  These are needed in dbxout.c, final.c,
    and xcoffout.h.
-   Copyright (C) 1998, 2000, 2002, 2003, 2004, 2007
+   Copyright (C) 1998, 2000, 2002, 2003, 2004, 2007, 2008
    Free Software Foundation, Inc.
 
 This file is part of GCC.
@@ -84,7 +84,7 @@ along with GCC; see the file COPYING3.  If not see
            fputs (_p+1, asm_out_file);                                 \
          else                                                          \
            for (; *_p != '[' && *_p; _p++)                             \
-             putc (*_p, asm_out_file);                                 \
+             putc (*_p != '$' ? *_p : '_', asm_out_file);              \
        }                                                               \
       else                                                             \
        output_addr_const (asm_out_file, ADDR);                         \
@@ -182,4 +182,4 @@ extern void xcoffout_end_function (unsigned int);
 extern void xcoffout_end_block (unsigned, unsigned);
 extern int xcoff_assign_fundamental_type_number (tree);
 extern void xcoffout_declare_function (FILE *, tree, const char *);
-extern void xcoffout_source_line (unsigned int, const char *);
+extern void xcoffout_source_line (unsigned int, const char *, int, bool);