summaryrefslogtreecommitdiff
path: root/usr/src/tools/ctf/dwarf
AgeCommit message (Collapse)AuthorFilesLines
2011-12-01dwarf: Actually allow relocation processing to happenRichard Lowe1-1/+1
Well, this is embarrassing... Due to differences (apparently) between our libelf and what libdwarf expects, we don't actually define the R_* relocation types for a platform unless asked to, because the include of sys/elf_foo.h is guarded. Because of poor error reporting, this error is not actually reported by this version of libdwarf, even though attempting to view the .debug_info section fails, as it contains relocations of "unknown" or non-absolute offset (because we don't actually understand _any_). Luckily (read: annoyingly), since we use -fno-dwarf2-indirect-strings to prevent the old, non-relocatey libdwarf seeing relocations it dislikes, we seem to have largely gotten away with (read: irritatingly masked) this.
2011-06-29dwarf: Upgrade to libdwarf-20110113Richard Lowe99-14074/+25063
2011-06-081057 should correctly integrate libdwarf sourcesRichard Lowe94-102/+25863
Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Garrett D'Amore <garrett@nexenta.com> Approved by: Eric Schrock <eric.schrock@delphix.com> --HG-- rename : usr/src/tools/ctf/dwarf/dwarf.h => usr/src/tools/ctf/dwarf/common/dwarf.h rename : usr/src/tools/ctf/dwarf/libdwarf.h => usr/src/tools/ctf/dwarf/common/libdwarf.h
2007-05-036455242 nightly should be able to preserve all proto areas from a single build.kupfer2-0/+31
6467531 nightly(1) needs option to generate OpenSolaris delivery --HG-- rename : usr/src/pkgdefs/SUNWftpu/copyright => usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/LICENSE
2005-06-14OpenSolaris Launchstevel@tonic-gate10-0/+2382