public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* crc32, gpl, debuglink, and interoperability.
@ 2020-10-09 20:59 David Anderson
  2020-10-09 21:36 ` Mark Wielaard
  0 siblings, 1 reply; 2+ messages in thread
From: David Anderson @ 2020-10-09 20:59 UTC (permalink / raw)
  To: gdb

I'm the maintainer of libdwarf and dwarfdump and wish to
interoperate with gdb/debuglink by reading the appropriate
sections and validating the crc32 when appropriate.

The crc32 used in binutils for debuglink is under plain GPLV3.
Linking to sucn a thing (from what I've been able to find and
somewhat-understand) means the GPL applies to the linked work.
That is not appropriate for the libdwarf library.

So how can I get permission to use LGPL v2.1 (which most of
libdwarf is) or LGPL v3?  on the relevant crc32 function (in
bfd/opncls.c)?  In other words extract the source and apply
an LGPL to the one function calculating the debuglink crc.

At present interoperability with debuglink is impossible  in
libdwarf (so impossible in dwarfdump) and I would like to
make it work.

Thanks for any help or information.
David Anderson


--
Of course power tools and alcohol don't mix.
Everyone knows power tools aren't soluble in alcohol.
-- Crazy Nigel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-09 21:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-09 20:59 crc32, gpl, debuglink, and interoperability David Anderson
2020-10-09 21:36 ` Mark Wielaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).