Bug 2699 - libdw.h does not have extern C { }
Summary: libdw.h does not have extern C { }
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Adam Jocksch
URL:
Keywords:
Depends on:
Blocks: frysk-elfutils
  Show dependency treegraph
 
Reported: 2006-05-25 18:05 UTC by Adam Jocksch
Modified: 2006-06-16 14:38 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Jocksch 2006-05-25 18:05:31 UTC
This causes libdw to not be able to be linked with a C++ program.
Comment 1 Adam Jocksch 2006-06-16 14:36:38 UTC
Upstream Bug:
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=193153

Has been resolved upstream, and temporary measures have been comitted to the
local codebase.
Comment 2 Adam Jocksch 2006-06-16 14:38:47 UTC
2006-05-29  Adam Jocksch  <ajocksch@redhat.com>

        * Makefile.am: Added libdwfl.a.
        * elfutils/libdw/libdw.h: Added extern "C" as a temporary fix.
        * elfutils/libdwfl/libdwfl.h: Ditto.