OSDN Git Service

Amend last change: add %, in front of Ldi%=:
[pf3gnuchains/gcc-fork.git] / gcc / dwarf2out.h
index 8046c11..0b6d1b2 100644 (file)
@@ -18,8 +18,7 @@ along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */
 
-extern void dwarf2out_init             PARAMS ((FILE *asm_out_file, 
-                                                char *main_input_filename));
+extern void dwarf2out_init             PARAMS ((FILE *, const char *));
 extern void dwarf2out_finish           PARAMS ((void));
 
 extern void dwarf2out_define           PARAMS ((unsigned, const char *));
@@ -29,6 +28,7 @@ extern void dwarf2out_end_source_file         PARAMS ((void));
 
 extern void dwarf2out_begin_block      PARAMS ((unsigned));
 extern void dwarf2out_end_block                PARAMS ((unsigned));
+extern int dwarf2out_ignore_block      PARAMS ((tree));
 extern void dwarf2out_label            PARAMS ((rtx));                 
 extern void dwarf2out_decl             PARAMS ((tree));        
 extern void dwarf2out_line             PARAMS ((const char *, unsigned));
@@ -39,3 +39,5 @@ extern void dwarf2out_frame_finish    PARAMS ((void));
 extern void debug_dwarf                        PARAMS ((void));
 struct die_struct;
 extern void debug_dwarf_die            PARAMS ((struct die_struct *));
+extern void dwarf2out_set_demangle_name_func PARAMS ((const char *(*) (const char *)));
+extern void dwarf2out_add_library_unit_info PARAMS ((const char *, const char *));