Actions
Feature #2004
closedBug #1450: Illumos should be buildable with GCC4
newer gcc, and sanity, would benefit from a newer libdwarf
Start date:
2012-01-20
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
Newer GCC requires a newer libdwarf with more robust relocation support, something which we would benefit from in general (our current relocation support is x86-specific, and home grown).
Unfortunately, very new libdwarf would expose #1879, so I propose to take the libdwarf I initially used in the gcc branch, and thus have tested heavily, from early 2011.
This is, at present, used only while ctfconverting DWARF objects (and thus, by the GCC-build, either 3 or 4).
Related issues
Updated by Rich Lowe over 11 years ago
- Status changed from New to Resolved
- % Done changed from 80 to 100
Resolved in r13581 commit:eab0c2354e82
Actions