OSDN Git Service

Workaround for Itanium A/B step errata
[pf3gnuchains/gcc-fork.git] / gcc / dwarfout.h
index c09469a..1eeef5f 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 dwarfout_init              PARAMS ((FILE *asm_out_file, 
-                                               char *main_input_filename));
+extern void dwarfout_init              PARAMS ((FILE *, const char *));
 extern void dwarfout_finish            PARAMS ((void));
 
 extern void dwarfout_define            PARAMS ((unsigned, const char *));
@@ -35,8 +34,4 @@ extern void dwarfout_end_epilogue     PARAMS ((void));
 extern void dwarfout_begin_block       PARAMS ((unsigned));
 extern void dwarfout_end_block         PARAMS ((unsigned));
 
-#ifdef RTX_CODE
-extern void dwarfout_label             PARAMS ((rtx));
-#endif
 extern void dwarfout_line              PARAMS ((const char *, unsigned));
-