Skip to content

Commit

Permalink
[dwarf] Remove bad op unhandled by dwarf debuggers
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuclaw committed Jun 10, 2015
1 parent fac1c9a commit 892db23
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/backend/dwarf.c
Original file line number Diff line number Diff line change
Expand Up @@ -1446,11 +1446,7 @@ void cv_outsym(symbol *s)
ElfObj::addrel(infoseg, infobuf->size(), R_386_TLS_LDO_32, s->Sxtrnnum, 0);
infobuf->write32(0);
}
#if (DWARF_VERSION <= 2)
infobuf->writeByte(DW_OP_GNU_push_tls_address);
#else
infobuf->writeByte(DW_OP_form_tls_address);
#endif
} else
#endif
{
Expand Down

0 comments on commit 892db23

Please sign in to comment.