TritonDataCenter / illumos-kvm

KVM driver for illumos
Other
119 stars 65 forks source link

Don't use the obsolete -fno-dwarf2-indirect-strings #9

Closed richlowe closed 12 years ago

richlowe commented 12 years ago

-fno-dwarf2-indirect-strings was necessary to prevent any form of relocation in a debug section because the libdwarf used by the CTF tools used to be very, very, very old. The updated libdwarf that's been used for a quite a while now is immune to this, and the flag was removed from the patched compiler.

/cc @wesolows @rmustacc

rmustacc commented 12 years ago

Thanks Rich. I'll take care of this one in the next day or so.

rmustacc commented 12 years ago

Thanks, resolved in eba6b6b72086d19f3d6ef1b1d31d33be0812a3ab.