don't emit N_EINCL/N_BINCL as it has to be a proper stack of header filenames apparen...
authorMatthias Braun <matze@braunis.de>
Mon, 14 Jul 2008 13:36:34 +0000 (13:36 +0000)
committerMatthias Braun <matze@braunis.de>
Mon, 14 Jul 2008 13:36:34 +0000 (13:36 +0000)
[r20440]

ir/be/bestabs.c

index 2c3b029..e522a55 100644 (file)
@@ -618,12 +618,6 @@ static void stabs_set_dbg_info(dbg_handle *h, dbg_info *dbgi)
                return;
 
        if (handle->curr_file != fname) {
-               /* TODO: escape filename correctly */
-               if (handle->curr_file != handle->main_file) {
-                       be_emit_irprintf("\t.stabs\t\"%s\",%d,0,0,0\n", handle->curr_file,
-                                        N_EINCL);
-                       be_emit_write_line();
-               }
                if (fname != handle->main_file) {
                        be_emit_irprintf("\t.stabs\t\"%s\",%d,0,0,0\n", fname, N_SOL);
                        be_emit_write_line();