Bug 2699

Summary: libdw.h does not have extern C { }
Product: frysk Reporter: Adam Jocksch <ajocksch>
Component: generalAssignee: Adam Jocksch <ajocksch>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 2785    

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.